HomeSort by relevance Sort by last modified time
    Searched refs:keyEvent (Results 76 - 100 of 116) sorted by null

1 2 34 5

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneController.java 29 import android.view.KeyEvent;
    [all...]
ConversationViewFragment.java 36 import android.view.KeyEvent;
143 // of the view that had focus when KeyEvent.ACTION_DOWN was fired. This is because we only
144 // manually change focus on KeyEvent.ACTION_UP (to prevent holding down the DOWN button and
    [all...]
OnePaneController.java 31 import android.view.KeyEvent;
536 public boolean onInterceptKeyFromCV(int keyCode, KeyEvent keyEvent, boolean navigateAway) {
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 48 import android.view.KeyEvent;
    [all...]
  /cts/tests/app/src/android/app/cts/
DialogTest.java 43 import android.view.KeyEvent;
116 sendKeys(KeyEvent.KEYCODE_BACK);
123 sendKeys(KeyEvent.KEYCODE_BACK);
157 sendKeys(KeyEvent.KEYCODE_BACK);
243 sendKeys(KeyEvent.KEYCODE_0);
345 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_0);
348 assertEquals(KeyEvent.KEYCODE_0, d.keyDownCode);
352 mInstrumentation.sendKeyDownUpSync(KeyEvent.KEYCODE_BACK);
353 assertEquals(KeyEvent.KEYCODE_BACK, d.keyDownCode);
362 d.dispatchKeyEvent(new KeyEvent(KeyEvent.ACTION_MULTIPLE, KeyEvent.KEYCODE_UNKNOWN))
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp     [all...]
InputDispatcher.h 234 virtual void interceptKeyBeforeQueueing(const KeyEvent* keyEvent, uint32_t& policyFlags) = 0;
247 const KeyEvent* keyEvent, uint32_t policyFlags) = 0;
252 const KeyEvent* keyEvent, uint32_t policyFlags, KeyEvent* outFallbackKeyEvent) = 0;
    [all...]
  /frameworks/support/media-compat/java/android/support/v4/media/session/
MediaControllerCompat.java 44 import android.view.KeyEvent;
260 * @param keyEvent The media button event to dispatch.
263 public boolean dispatchMediaButtonEvent(KeyEvent keyEvent) {
264 if (keyEvent == null) {
265 throw new IllegalArgumentException("KeyEvent may not be null");
267 return mImpl.dispatchMediaButtonEvent(keyEvent);
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
TextViewTest.java 10 import android.view.KeyEvent;
398 public boolean onEditorAction(TextView textView, int sentImeId, KeyEvent keyEvent) {
437 public boolean onKeyDown(TextView widget, Spannable text, int keyCode, KeyEvent event) {
442 public boolean onKeyUp(TextView widget, Spannable text, int keyCode, KeyEvent event) {
447 public boolean onKeyOther(TextView view, Spannable text, KeyEvent event) {
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
ConnectActivity.java 22 import android.view.KeyEvent;
115 TextView textView, int i, KeyEvent keyEvent) {
  /cts/tests/tests/text/src/android/text/method/cts/
ArrowKeyMovementMethodTest.java 42 import android.view.KeyEvent;
195 final KeyEvent shiftAltEvent = new KeyEvent(0, 0, KeyEvent.ACTION_DOWN,
196 KeyEvent.KEYCODE_DPAD_UP, 0, KeyEvent.META_ALT_ON | KeyEvent.META_SHIFT_ON);
204 KeyEvent.KEYCODE_DPAD_UP, shiftAltEvent));
211 KeyEvent shiftEvent = new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DPAD_UP, 0
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionRecord.java 53 import android.view.KeyEvent;
426 public void sendMediaButton(KeyEvent ke, int sequenceId,
    [all...]
  /frameworks/base/media/java/android/media/
AudioManager.java 53 import android.view.KeyEvent;
700 * To simulate a key press, you must first send a KeyEvent built with a
701 * {@link KeyEvent#ACTION_DOWN} action, then another event with the {@link KeyEvent#ACTION_UP}
705 * @param keyEvent a {@link KeyEvent} instance whose key code is one of
706 * {@link KeyEvent#KEYCODE_MUTE},
707 * {@link KeyEvent#KEYCODE_HEADSETHOOK},
708 * {@link KeyEvent#KEYCODE_MEDIA_PLAY},
709 * {@link KeyEvent#KEYCODE_MEDIA_PAUSE}
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 47 import android.view.KeyEvent;
    [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-htmlunit-driver/2.42.2/
selenium-htmlunit-driver-2.42.2.jar 
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
  /prebuilts/sdk/current/support/media-compat/libs/
android-support-media-compat.jar 
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java 89 import android.view.KeyEvent;
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 79 import android.view.KeyEvent;
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java 73 import android.view.KeyEvent;
452 public boolean onEditorAction(TextView view, int action, KeyEvent keyEvent) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 66 import android.view.KeyEvent;
352 public boolean onKey(View v, int keyCode, KeyEvent event) {
353 if (event.hasModifiers(KeyEvent.META_CTRL_ON) &&
354 keyCode == KeyEvent.KEYCODE_ENTER && event.getAction() == KeyEvent.ACTION_UP) {
    [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 1592 milliseconds

1 2 34 5