HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_UP (Results 1 - 25 of 555) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
KeyEvents.java 38 int meta = (action == KeyEvent.ACTION_UP)
46 int meta = (action == KeyEvent.ACTION_UP)
  /frameworks/base/core/tests/coretests/src/android/util/
KeyUtils.java 49 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MENU));
68 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, shortcutKeyCode));
69 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MENU));
86 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_DPAD_CENTER));
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/pip/phone/
PipTouchStateTest.java 21 import static android.view.MotionEvent.ACTION_UP;
68 mTouchState.onTouchEvent(createMotionEvent(ACTION_UP,
80 mTouchState.onTouchEvent(createMotionEvent(ACTION_UP,
100 mTouchState.onTouchEvent(createMotionEvent(ACTION_UP, currentTime + 20, 500, 500));
112 mTouchState.onTouchEvent(createMotionEvent(ACTION_UP, currentTime + 10, 0, 0));
115 mTouchState.onTouchEvent(createMotionEvent(ACTION_UP,
  /external/replicaisland/src/com/replica/replicaisland/
SingleTouchFilter.java 9 if (event.getAction() == MotionEvent.ACTION_UP) {
  /frameworks/base/media/tests/NativeMidiDemo/java/com/example/android/nativemididemo/
TouchableScrollView.java 26 case MotionEvent.ACTION_UP:
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardLayout.java 64 case MotionEvent.ACTION_UP:
86 case MotionEvent.ACTION_UP:
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ContactsFilterInstrumentation.java 61 sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_M));
63 sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_A));
ContactsSelectInstrumentation.java 68 KeyEvent.ACTION_UP, KeyEvent.KEYCODE_DPAD_DOWN));
72 KeyEvent.ACTION_UP, KeyEvent.KEYCODE_DPAD_CENTER));
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardLayout.java 64 case MotionEvent.ACTION_UP:
86 case MotionEvent.ACTION_UP:
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
NonDistinctMultitouchHelper.java 74 injectMotionEvent(MotionEvent.ACTION_UP, x, y, downTime, eventTime,
91 if (action == MotionEvent.ACTION_UP) {
93 injectMotionEvent(MotionEvent.ACTION_UP, x, y, downTime, eventTime,
  /cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
GamepadTestCase.java 41 assertReceivedKeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_BUTTON_A);
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
EmergencyCarrierArea.java 53 case MotionEvent.ACTION_UP:
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DownUpDetector.java 50 case MotionEvent.ACTION_UP:
  /packages/apps/Settings/src/com/android/settings/localepicker/
LocaleRecyclerView.java 39 if (e.getAction() == MotionEvent.ACTION_UP) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
CandidateViewButton.java 57 case MotionEvent.ACTION_UP:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
ClassifierData.java 52 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL
64 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL
  /frameworks/base/services/core/java/com/android/server/wm/
DragInputEventReceiver.java 23 import static android.view.MotionEvent.ACTION_UP;
91 case ACTION_UP:
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
ClassifierData.java 58 if (action == MotionEvent.ACTION_UP
71 if (action == MotionEvent.ACTION_UP
  /packages/apps/Launcher3/src/com/android/launcher3/touch/
WorkspaceTouchListener.java 21 import static android.view.MotionEvent.ACTION_UP;
127 if (action == ACTION_UP || action == ACTION_POINTER_UP) {
137 if (action == ACTION_UP || action == ACTION_CANCEL) {
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
MagnificationGestureHandlerTest.java 35 import static android.view.MotionEvent.ACTION_UP;
230 assertPropagated(ACTION_DOWN, ACTION_UP);
233 assertPropagated(ACTION_DOWN, ACTION_UP);
236 assertPropagated(ACTION_DOWN, ACTION_UP, ACTION_DOWN, ACTION_UP);
241 assertPropagated(ACTION_DOWN, ACTION_MOVE, ACTION_UP);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 184 sendEvent(KeyEvent.ACTION_UP, 0);
190 sendEvent(KeyEvent.ACTION_UP, 0);
250 sendEvent(KeyEvent.ACTION_UP, KeyEvent.FLAG_CANCELED);
254 case MotionEvent.ACTION_UP:
271 sendEvent(KeyEvent.ACTION_UP, 0);
274 sendEvent(KeyEvent.ACTION_UP, KeyEvent.FLAG_CANCELED);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyKeyEvent.java 96 return (getAction() == KeyEvent.ACTION_UP);
103 if (mAction == KeyEvent.ACTION_UP) {
104 note = "ACTION_UP";
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridScrollListenerTest.java 75 KeyEvent upUp = new KeyEvent(0, 0, KeyEvent.ACTION_UP,
86 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP,
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListScrollListenerTest.java 74 KeyEvent upUp = new KeyEvent(0, 0, KeyEvent.ACTION_UP,
84 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP,
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragDriver.java 54 case MotionEvent.ACTION_UP:
73 case MotionEvent.ACTION_UP:

Completed in 1045 milliseconds

1 2 3 4 5 6 7 8 91011>>