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

1 2 3 4 5 6 7 8 91011>>

  /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));
  /external/replicaisland/src/com/replica/replicaisland/
SingleTouchFilter.java 9 if (event.getAction() == MotionEvent.ACTION_UP) {
MultiTouchFilter.java 20 actualEvent == 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));
LocalSampleInstrumentation.java 74 sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_SHIFT_LEFT));
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardLayout.java 64 case MotionEvent.ACTION_UP:
86 case MotionEvent.ACTION_UP:
CardActionButton.java 60 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,
  /frameworks/base/packages/Keyguard/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/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 166 sendEvent(KeyEvent.ACTION_UP, 0);
172 sendEvent(KeyEvent.ACTION_UP, 0);
215 sendEvent(KeyEvent.ACTION_UP, KeyEvent.FLAG_CANCELED);
219 case MotionEvent.ACTION_UP:
224 sendEvent(KeyEvent.ACTION_UP, 0);
227 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/packages/DocumentsUI/src/com/android/documentsui/
Events.java 71 return e.getActionMasked() == MotionEvent.ACTION_UP;
177 return mEvent.getActionMasked() == MotionEvent.ACTION_UP;
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
ScreenshotTest.java 118 getInstrumentation().sendKeySync(new KeyEvent(KeyEvent.ACTION_UP,
120 getInstrumentation().sendKeySync(new KeyEvent(KeyEvent.ACTION_UP,
  /developers/build/prebuilts/gradle/ElevationBasic/Application/src/main/java/com/example/android/elevationbasic/
ElevationBasicFragment.java 57 /* Raise view on ACTION_DOWN and lower it on ACTION_UP. */
63 case MotionEvent.ACTION_UP:
64 Log.d(TAG, "ACTION_UP on view.");
  /developers/samples/android/ui/views/Elevation/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.");
  /development/samples/browseable/ElevationBasic/src/com.example.android.elevationbasic/
ElevationBasicFragment.java 57 /* Raise view on ACTION_DOWN and lower it on ACTION_UP. */
63 case MotionEvent.ACTION_UP:
64 Log.d(TAG, "ACTION_UP on view.");
  /development/samples/devbytes/animation/LiveButton/src/com/example/android/livebutton/
LiveButton.java 56 } else if (arg1.getAction() == MotionEvent.ACTION_UP) {
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
NumberPickerButton.java 72 || (event.getAction() == MotionEvent.ACTION_UP)) {

Completed in 482 milliseconds

1 2 3 4 5 6 7 8 91011>>