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

<<111213141516171819

  /frameworks/base/core/java/com/android/internal/widget/
ViewPager.java     [all...]
  /frameworks/support/core-ui/java/android/support/v4/view/
ViewPager.java     [all...]
  /frameworks/support/design/src/android/support/design/widget/
CoordinatorLayout.java 491 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) {
536 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java 821 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP,
    [all...]
TextCandidatesViewManager.java 483 case MotionEvent.ACTION_UP:
    [all...]
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvInputServiceTest.java 581 final KeyEvent event = new KeyEvent(KeyEvent.ACTION_UP, keyCode);
    [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]
PopupWindow.java     [all...]
TextView.java     [all...]
Toolbar.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerView.java 503 case MotionEvent.ACTION_UP:
    [all...]
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 363 case MotionEvent.ACTION_UP: {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ExpandingEntryCardView.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 625 // still issue an ACTION_UP. Let the subclasses know.
662 if (action == MotionEvent.ACTION_UP
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationMessageView.java     [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 184 } else if (action == MotionEvent.ACTION_UP ||
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java 382 new KeyEvent(KeyEvent.ACTION_UP,
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialog.java 404 if (event.getActionMasked() == MotionEvent.ACTION_UP
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeListView.java 805 if (ev.getActionMasked() == MotionEvent.ACTION_UP ||
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java 144 // manually change focus on KeyEvent.ACTION_UP (to prevent holding down the DOWN button and
145 // lagging the app), however, the view in focus might have changed between ACTION_UP and
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java     [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java     [all...]

Completed in 2219 milliseconds

<<111213141516171819