HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_UP (Results 1 - 25 of 524) 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;
75 mTouchState.onTouchEvent(createMotionEvent(ACTION_UP,
87 mTouchState.onTouchEvent(createMotionEvent(ACTION_UP,
104 mTouchState.onTouchEvent(createMotionEvent(ACTION_UP, currentTime + 20, 500, 500));
116 mTouchState.onTouchEvent(createMotionEvent(ACTION_UP, currentTime + 10, 0, 0));
119 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:
CardActionButton.java 60 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/Dialer/java/com/android/dialershared/bubble/
WindowRoot.java 59 if (event.getAction() == KeyEvent.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
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
ClassifierData.java 58 if (action == MotionEvent.ACTION_UP
71 if (action == MotionEvent.ACTION_UP
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 178 sendEvent(KeyEvent.ACTION_UP, 0);
184 sendEvent(KeyEvent.ACTION_UP, 0);
227 sendEvent(KeyEvent.ACTION_UP, KeyEvent.FLAG_CANCELED);
231 case MotionEvent.ACTION_UP:
241 sendEvent(KeyEvent.ACTION_UP, 0);
244 sendEvent(KeyEvent.ACTION_UP, KeyEvent.FLAG_CANCELED);
  /cts/tests/tests/view/src/android/view/cts/
PanicPressBackTest.java 73 automation.injectInputEvent(new KeyEvent(currentTime, currentTime, KeyEvent.ACTION_UP,
106 automation.injectInputEvent(new KeyEvent(currentTime, currentTime, KeyEvent.ACTION_UP,
  /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";
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragDriver.java 54 case MotionEvent.ACTION_UP:
73 case MotionEvent.ACTION_UP:
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/touch/
TouchPointView.java 69 if (event.getActionMasked() == MotionEvent.ACTION_UP) {
87 if (event.getActionMasked() != MotionEvent.ACTION_UP) {
  /developers/build/prebuilts/gradle/ElevationBasic/Application/src/main/java/com/example/android/elevationbasic/
ElevationBasicFragment.java 56 /* Raise view on ACTION_DOWN and lower it on ACTION_UP. */
62 case MotionEvent.ACTION_UP:
63 Log.d(TAG, "ACTION_UP on view.");

Completed in 1086 milliseconds

1 2 3 4 5 6 7 8 91011>>