HomeSort by relevance Sort by last modified time
    Searched refs:KeyEvent (Results 551 - 575 of 1199) sorted by null

<<21222324252627282930>>

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
MovieControllerOverlay.java 21 import android.view.KeyEvent;
127 public boolean onKeyDown(int keyCode, KeyEvent event) {
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 37 import android.view.KeyEvent;
480 KeyEvent keyEvent = new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_MEDIA_PLAY);
481 helper.sendMediaButtonEvent(keyEvent, false);
482 keyEvent = new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MEDIA_PLAY)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ActivityController.java 26 import android.view.KeyEvent;
155 * @see android.app.Activity#onKeyDown(int, KeyEvent)
160 boolean onKeyDown(int keyCode, KeyEvent event);
ShortcutNameActivity.java 26 import android.view.KeyEvent;
87 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java 37 import android.view.KeyEvent;
460 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_BACK);
473 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_DOWN);
534 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_DOWN);
535 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_ENTER);
550 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_DOWN);
551 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_CENTER);
562 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_DOWN);
564 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_0);
578 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_DOWN)
    [all...]
  /frameworks/base/core/java/android/app/
Dialog.java 40 import android.view.KeyEvent;
82 KeyEvent.Callback, OnCreateContextMenuListener, Window.OnWindowDismissedCallback {
556 * @see android.view.KeyEvent
558 public boolean onKeyDown(int keyCode, KeyEvent event) {
559 if (keyCode == KeyEvent.KEYCODE_BACK) {
568 * Default implementation of {@link KeyEvent.Callback#onKeyLongPress(int, KeyEvent)
569 * KeyEvent.Callback.onKeyLongPress()}: always returns false (doesn't handle
572 public boolean onKeyLongPress(int keyCode, KeyEvent event) {
583 * @see KeyEvent
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 47 import android.view.KeyEvent;
507 // sendKeys(KeyEvent.KEYCODE_DPAD_CENTER);
723 injectKeyEvent(presentationWindow, KeyEvent.KEYCODE_TAB);
725 injectKeyEvent(presentationWindow, KeyEvent.KEYCODE_TAB);
769 KeyEvent downEvent = new KeyEvent(KeyEvent.ACTION_DOWN, keyCode)
    [all...]
ViewTest.java 57 import android.view.KeyEvent;
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
EmojiTest.java 26 import android.view.KeyEvent;
134 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DEL));
  /development/ndk/platforms/android-18/samples/gles3jni/src/com/android/gles3jni/
GLES3JNIView.java 24 import android.view.KeyEvent;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionView.java 25 import android.view.KeyEvent;
200 * @see android.view.KeyEvent.Callback#onKeyDown(int, android.view.KeyEvent)
203 public boolean onKeyDown(int keyCode, KeyEvent event) {
205 case KeyEvent.KEYCODE_DPAD_UP:
213 case KeyEvent.KEYCODE_DPAD_DOWN:
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 35 import android.view.KeyEvent;
128 public boolean onKeyDown(int keyCode, KeyEvent event) {
142 public boolean onKeyUp(int keyCode, KeyEvent event) {
492 return KeyEvent.isGamepadButton(keyCode)
493 || keyCode == KeyEvent.KEYCODE_DPAD_CENTER
494 || keyCode == KeyEvent.KEYCODE_SPACE;
695 public boolean onKeyUp(int keyCode, KeyEvent event) {
700 case KeyEvent.KEYCODE_DPAD_LEFT:
705 case KeyEvent.KEYCODE_DPAD_RIGHT:
710 case KeyEvent.KEYCODE_DPAD_UP
    [all...]
  /external/chromium_org/ash/system/tray/
actionable_view.cc 38 bool ActionableView::OnKeyPressed(const ui::KeyEvent& event) {
  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/
ChromeShellToolbar.java 11 import android.view.KeyEvent;
108 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
110 event.getKeyCode() != KeyEvent.KEYCODE_ENTER ||
111 event.getAction() != KeyEvent.ACTION_DOWN)) {
  /external/chromium_org/chrome/browser/chromeos/options/
wimax_config_view.h 42 const ui::KeyEvent& key_event) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/braille_display_private/
braille_controller_brlapi.h 64 void DispatchKeyEvent(scoped_ptr<KeyEvent> event);
braille_display_private_api.h 43 const api::braille_display_private::KeyEvent& keyEvent) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2.h 30 virtual bool DispatchKeyEvent(const ui::KeyEvent& key_event) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/autofill/
expanding_textfield.h 69 const ui::KeyEvent& key_event) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/
crypto_module_password_dialog_view.h 51 const ui::KeyEvent& keystroke) OVERRIDE;
edit_search_engine_dialog.h 54 const ui::KeyEvent& key_event) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_view_views.h 72 virtual bool SkipDefaultKeyEventProcessing(const ui::KeyEvent& e) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/location_bar/
bubble_icon_view.cc 58 bool BubbleIconView::OnKeyPressed(const ui::KeyEvent& event) {
open_pdf_in_reader_view.cc 64 bool OpenPDFInReaderView::OnKeyPressed(const ui::KeyEvent& event) {
zoom_view.cc 64 bool ZoomView::OnKeyPressed(const ui::KeyEvent& event) {

Completed in 1688 milliseconds

<<21222324252627282930>>