Home
last modified time | relevance | path

Searched refs:ACTION_PLAY (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/timeline/
H A Dani_controls.cpp36 ACTION_PLAY, enumerator
62 getItem(ACTION_PLAY)->enableFlags(CTRL_RIGHT_CLICK); in AniControls()
74 getItem(ACTION_PLAY)->setIcon( in updateUsingEditor()
96 if (item == getItem(ACTION_PLAY) && current_editor) in onRightClick()
107 case ACTION_PLAY: return CommandId::PlayAnimation(); in getCommandId()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/media/
H A DPictureInPictureActivity.java48 private static final String ACTION_PLAY = field in PictureInPictureActivity
67 if (intent.getAction() == null || !intent.getAction().equals(ACTION_PLAY)) return;
155 registerReceiver(mMediaSessionReceiver, new IntentFilter(ACTION_PLAY)); in onStart()
233 getApplicationContext(), 0, new Intent(ACTION_PLAY), 0); in getPictureInPictureParams()
/dports/games/ltris/ltris-1.2.1/src/
H A Dmanager.h36 ACTION_PLAY, enumerator
H A Dmain.c140 case ACTION_PLAY: in main()
H A Dmanager.c361 menu_add( game, item_create_action( _("Start Game"), HINT_START, ACTION_PLAY ) ); in manager_create()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/components/playlist/
H A Dvlc_model.hpp83 ACTION_PLAY = 1, enumerator
H A Dplaylist_model.cpp950 case ACTION_PLAY: in action()
1041 case ACTION_PLAY: in isSupportedAction()
H A Dstandardpanel.cpp194 VLCModelSubInterface::ACTION_PLAY ) in popup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/media/android/java/src/org/chromium/components/browser_ui/media/
H A DMediaNotificationController.java56 public static final String ACTION_PLAY = "org.chromium.components.browser_ui.media.ACTION_PLAY"; field in MediaNotificationController
313 R.string.accessibility_play, ACTION_PLAY)); in MediaNotificationController()
372 } else if (ACTION_PLAY.equals(action)) { in processAction()
662 long actions = PlaybackStateCompat.ACTION_PLAY | PlaybackStateCompat.ACTION_PAUSE; in computeMediaSessionActions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/media/ui/
H A DMediaNotificationServiceActionsTest.java89 mService.getImpl().processIntent(new Intent(MediaNotificationController.ACTION_PLAY)); in testProcessNotificationButtonAction_Play()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/media_router/browser/android/java/src/org/chromium/components/media_router/caf/remoting/
H A DCafExpandedControllerActivity.java93 flags |= PlaybackStateCompat.ACTION_PLAY;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/media_router/test/android/cast_emulator/src/org/chromium/components/media_router/cast_emulator/remote/
H A DRemotePlaybackRoutePublisher.java86 f1.addAction(MediaControlIntent.ACTION_PLAY); in publishRoutes()
196 if (action.equals(MediaControlIntent.ACTION_PLAY)) { in onControlRequest()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/swf/
H A DSWF.h129 ACTION_PLAY = 0x06, enumerator
H A DSWF.cpp129 case ACTION_PLAY: return o << "Play"; in operator <<()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/android_media/java/src/org/chromium/third_party/android/media/
H A DMediaController.java189 boolean needPlayPauseButton = (flags & PlaybackStateCompat.ACTION_PLAY) != 0 in updateButtons()
/dports/graphics/sswf/sswf-1.8.4/samples/news-samples/
H A Dscript.c++249 sswf::Action play(&my_header, sswf::Action::ACTION_PLAY); in main()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_video/native/
H A Djuce_android_Video.h616 ACTION_PLAY = 0x4, enumerator
1066 …PlaybackState::ACTION_PLAY | PlaybackState::ACTION_PLAY_PAUSE | PlaybackState::ACTION_PLAY_FROM_ME…
1076 …PlaybackState::ACTION_PLAY | PlaybackState::ACTION_PLAY_PAUSE | PlaybackState::ACTION_SEEK_TO | Pl…
/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswfaction.c715 #define ACTION_PLAY 0x06 macro
852 ActionTAG* action_Play(ActionTAG*atag) {return swf_AddActionTAG(atag, ACTION_PLAY, 0, 0);} in action_Play()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/vm/
H A DASHandlers.cpp251 _handlers[ACTION_PLAY] = ActionHandler(ACTION_PLAY, ActionPlay); in SWFHandlers()
493 assert(thread.atActionTag(SWF::ACTION_PLAY)); in ActionPlay()
/dports/graphics/sswf/sswf-1.8.4/include/sswf/
H A Dlibsswf_c.h412 ACTION_PLAY = 0x06, enumerator
H A Dlibsswf.h1384 ACTION_PLAY = 0x06, enumerator
/dports/graphics/sswf/sswf-1.8.4/src/sswf/
H A Dsswf_save.c++398 return new sswf::Action(state.f_parent, sswf::Action::ACTION_PLAY); in save_action_goto()
1208 sswf::Action::ACTION_PLAY, in save_actions()
/dports/graphics/sswf/sswf-1.8.4/src/libasas/
H A Dassembler.c++3197 Action::ACTION_PLAY, in IsSpecial()
4082 a = new Action(f_tag, play ? Action::ACTION_PLAY : Action::ACTION_STOP); in Call()
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-201617279 gui/qt: fix PLModel::isSupportedAction( ACTION_PLAY, ... )
17281 Prior to this commit, ACTION_PLAY was supported if: