HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_DOWN (Results 26 - 50 of 516) sorted by null

12 3 4 5 6 7 8 91011>>

  /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. */
59 case MotionEvent.ACTION_DOWN:
60 Log.d(TAG, "ACTION_DOWN on view.");
  /development/ndk/platforms/android-4/samples/san-angeles/src/com/example/SanAngeles/
DemoActivity.java 88 if (event.getAction() == MotionEvent.ACTION_DOWN) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LocalSampleInstrumentation.java 72 sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_SHIFT_LEFT));
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List12.java 71 if (event.getAction() == KeyEvent.ACTION_DOWN) {
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicIntentReceiver.java 43 if (keyEvent.getAction() != KeyEvent.ACTION_DOWN)
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardActionButton.java 50 case MotionEvent.ACTION_DOWN: {
CardLayout.java 80 case MotionEvent.ACTION_DOWN:
  /development/samples/browseable/ElevationBasic/src/com.example.android.elevationbasic/
ElevationBasicFragment.java 57 /* Raise view on ACTION_DOWN and lower it on ACTION_UP. */
59 case MotionEvent.ACTION_DOWN:
60 Log.d(TAG, "ACTION_DOWN on view.");
  /development/samples/devbytes/animation/LiveButton/src/com/example/android/livebutton/
LiveButton.java 53 if (arg1.getAction() == MotionEvent.ACTION_DOWN) {
  /frameworks/base/core/java/android/view/
TouchDelegate.java 114 case MotionEvent.ACTION_DOWN:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
ProximityClassifier.java 53 if (action == MotionEvent.ACTION_DOWN) {
  /frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
VerticalSeekBar.java 66 case MotionEvent.ACTION_DOWN:
  /frameworks/support/media-compat/java/android/support/v4/media/
TransportPerformer.java 198 onMediaButtonDown(keyCode, new KeyEvent(now, now, KeyEvent.ACTION_DOWN, keyCode, 0));
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
BaseKeyboardShortcutsTestCase.java 52 final KeyEvent downEvent = new KeyEvent(downTime, downTime, KeyEvent.ACTION_DOWN,
  /packages/apps/Launcher2/src/com/android/launcher2/
HandleView.java 67 if (ev.getAction() == MotionEvent.ACTION_DOWN && mLauncher.isAllAppsVisible()) {
LauncherAppWidgetHostView.java 75 case MotionEvent.ACTION_DOWN: {
  /packages/apps/Launcher3/src/com/android/launcher3/
StylusEventHelper.java 9 * This can occur in {@value MotionEvent#ACTION_DOWN} or {@value MotionEvent#ACTION_MOVE}. On a
38 case MotionEvent.ACTION_DOWN:
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DefaultSoftKeyboardEN.java 253 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DEL)));
267 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_ENTER)));
272 new KeyEvent(KeyEvent.ACTION_DOWN,
278 new KeyEvent(KeyEvent.ACTION_DOWN,
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
EdgeSwipeDetector.java 43 case MotionEvent.ACTION_DOWN:
  /cts/tests/tests/text/src/android/text/method/cts/
LinkMovementMethodTest.java 148 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_ENTER)));
158 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DPAD_CENTER)));
168 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_ENTER)));
177 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DPAD_CENTER)));
187 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DPAD_CENTER)));
195 KeyEvent event = new KeyEvent(now, now, KeyEvent.ACTION_DOWN,
207 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DPAD_CENTER));
215 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DPAD_CENTER));
236 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_0)));
481 return performMotionOnLine(line, MotionEvent.ACTION_DOWN);
    [all...]
NumberKeyListenerTest.java 95 KeyEvent event1 = new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_0);
100 KeyEvent event2 = new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_A);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
TouchUtils.java 47 MotionEvent.ACTION_DOWN, x, y, 0);
78 MotionEvent.ACTION_DOWN, x, y, 0);
105 MotionEvent.ACTION_DOWN, x, y, 0);
142 MotionEvent.ACTION_DOWN, x, y, 0);
277 MotionEvent.ACTION_DOWN, x, y, 0);
  /cts/tests/tests/view/src/android/view/cts/
ContentPaneFocusTest.java 110 KeyEvent tempEvent = new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_A);
112 sendControlKey(KeyEvent.ACTION_DOWN);
  /development/samples/CrossCompatibility/src/com/example/android/touchexample/
VersionedGestureDetector.java 73 case MotionEvent.ACTION_DOWN: {
114 case MotionEvent.ACTION_DOWN:
  /external/droiddriver/src/io/appium/droiddriver/util/
Events.java 41 MotionEvent event = MotionEvent.obtain(downTime, downTime, MotionEvent.ACTION_DOWN, x, y, 1);
125 KeyEvent downEvent = newKeyEvent(downTime, downTime, KeyEvent.ACTION_DOWN, keyCode, metaState);

Completed in 1860 milliseconds

12 3 4 5 6 7 8 91011>>