/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) {
|
/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:
|
/frameworks/support/v17/preference-leanback/src/android/support/v17/preference/ |
LeanbackSettingsRootView.java | 51 if (event.getAction() == KeyEvent.ACTION_UP && event.getKeyCode() == KeyEvent.KEYCODE_BACK
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
DownUpDetector.java | 50 case MotionEvent.ACTION_UP:
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
ExtendedEditText.java | 57 if (keyCode == KeyEvent.KEYCODE_BACK && event.getAction() == KeyEvent.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 | 159 sendEvent(KeyEvent.ACTION_UP, 0); 165 sendEvent(KeyEvent.ACTION_UP, 0); 207 sendEvent(KeyEvent.ACTION_UP, KeyEvent.FLAG_CANCELED); 211 case MotionEvent.ACTION_UP: 216 sendEvent(KeyEvent.ACTION_UP, 0); 220 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 | 70 return e.getActionMasked() == MotionEvent.ACTION_UP; 176 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 | 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/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) {
|