Searched refs:KEYCODE_MEDIA_PLAY (Results 1 – 9 of 9) sorted by relevance
63 private static final int KEYCODE_MEDIA_PLAY = 126; field in MoviePlayer435 case KEYCODE_MEDIA_PLAY: in onKeyDown()458 || keyCode == KeyEvent.KEYCODE_MEDIA_PLAY in isMediaKey()
570 KeyEvent keyEvent = new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_MEDIA_PLAY); in startTheMusic()572 keyEvent = new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MEDIA_PLAY); in startTheMusic()
92 return KeyEvent.KEYCODE_MEDIA_PLAY; in toKeyCode()
95 controller.pressKeyCode(KeyEvent.KEYCODE_MEDIA_PLAY); in testFocusedViewInMenu()
1031 case KeyEvent.KEYCODE_MEDIA_PLAY: in onKeyUp()1155 case KeyEvent.KEYCODE_MEDIA_PLAY: in isMediaStartKey()
390 KeyEvent.KEYCODE_MEDIA_PLAY -> { in onKeyDown()
428 case KeyEvent.KEYCODE_MEDIA_PLAY: in onKeyDown()
271 createButton(R.string.music_play, KeyEvent.KEYCODE_MEDIA_PLAY), in onCreateView()
345 int keycode = mute ? KeyEvent.KEYCODE_MEDIA_PAUSE : KeyEvent.KEYCODE_MEDIA_PLAY; in setMasterMute()