HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_UP (Results 226 - 250 of 455) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardHostView.java 367 } else if (event.getAction() == KeyEvent.ACTION_UP) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsViewTouchHandler.java 258 case MotionEvent.ACTION_UP:
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
CropView.java 248 } else if (action == MotionEvent.ACTION_UP) {
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AutoclickController.java 449 upEvent.setAction(MotionEvent.ACTION_UP);
  /frameworks/base/services/core/java/com/android/server/policy/
EnableAccessibilityController.java 179 if (action == MotionEvent.ACTION_UP) {
  /frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
DemoModeController.java 106 if (action == MotionEvent.ACTION_CANCEL || action == MotionEvent.ACTION_UP) {
  /frameworks/support/core-ui/java/android/support/v4/widget/
AutoScrollHelper.java 479 case MotionEvent.ACTION_UP:
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
SwipeDismissBehavior.java 179 case MotionEvent.ACTION_UP:
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowPage.java 100 if (event.getAction() == MotionEvent.ACTION_UP) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java 176 if (event.getAction() == MotionEvent.ACTION_UP) {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
CropView.java 260 } else if (action == MotionEvent.ACTION_UP) {
  /packages/apps/Launcher3/src/com/android/launcher3/
BaseRecyclerViewFastScrollBar.java 218 case MotionEvent.ACTION_UP:
DragLayer.java 217 } else if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) {
340 } else if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) {
354 case MotionEvent.ACTION_UP:
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
AudioRecordView.java 154 case MotionEvent.ACTION_UP:
  /packages/apps/TV/src/com/android/tv/
TvApplication.java 280 activityToHandle.dispatchKeyEvent(new KeyEvent(KeyEvent.ACTION_UP,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboardView.java 273 case MotionEvent.ACTION_UP:
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 236 if (event.getAction() == MotionEvent.ACTION_UP
  /cts/tests/tests/view/src/android/view/cts/
KeyEventTest.java 121 mKeyEvent = new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_0);
581 KeyEvent newEvent = KeyEvent.changeAction(mKeyEvent, KeyEvent.ACTION_UP);
582 assertEquals(KeyEvent.ACTION_UP, newEvent.getAction());
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
ConsoleActivity.java 393 if (e2.getAction() == MotionEvent.ACTION_UP) {
486 case MotionEvent.ACTION_UP:
529 } else if (event.getAction() == MotionEvent.ACTION_UP) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 450 case MotionEvent.ACTION_UP:
626 if (action == MotionEvent.ACTION_UP
636 if (action == MotionEvent.ACTION_UP
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 226 if (event.getAction() == MotionEvent.ACTION_UP) {
339 case MotionEvent.ACTION_UP:
526 case MotionEvent.ACTION_UP:
    [all...]
  /frameworks/base/core/java/android/app/
Instrumentation.java 819 final KeyEvent upEvent = new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_DPAD_CENTER);
    [all...]
  /frameworks/base/core/java/android/view/
MotionEvent.java 52 * remains valid until the pointer eventually goes up (indicated by {@link #ACTION_UP}
125 * by a motion event with {@link #ACTION_UP} or when gesture is canceled
138 * or {@link #ACTION_UP} motion events when the trackball button is pressed or released.
165 * received an {@link #ACTION_UP} for the prior gesture.
202 public static final int ACTION_UP = 1;
206 * press gesture (between {@link #ACTION_DOWN} and {@link #ACTION_UP}).
    [all...]
  /frameworks/base/core/java/android/widget/
SearchView.java     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java     [all...]

Completed in 2893 milliseconds

1 2 3 4 5 6 7 8 91011>>