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

<<111213141516171819

  /packages/apps/Launcher3/src/com/android/launcher3/
BubbleTextView.java 271 // isPressed() on an ACTION_UP
295 case MotionEvent.ACTION_UP:
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsContainerView.java 568 case MotionEvent.ACTION_UP:
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 329 case MotionEvent.ACTION_UP: {
ChartSweepView.java 515 case MotionEvent.ACTION_UP: {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
ActionAdapter.java 418 case KeyEvent.ACTION_UP:
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneController.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiPalettesView.java 462 case MotionEvent.ACTION_UP:
  /packages/services/Telephony/src/com/android/phone/
EmergencyDialer.java 339 && event.getAction() == KeyEvent.ACTION_UP) {
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 384 if (action == MotionEvent.ACTION_UP) {
  /frameworks/base/core/java/android/widget/
FastScroller.java     [all...]
HorizontalScrollView.java 533 case MotionEvent.ACTION_UP:
654 case MotionEvent.ACTION_UP:
    [all...]
RadialTimePickerView.java     [all...]
ScrollView.java 579 case MotionEvent.ACTION_UP:
716 case MotionEvent.ACTION_UP:
    [all...]
StackView.java 647 case MotionEvent.ACTION_UP:
749 case MotionEvent.ACTION_UP: {
    [all...]
Editor.java     [all...]
ListView.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 856 event.setAction(MotionEvent.ACTION_UP);
875 case MotionEvent.ACTION_UP:
    [all...]
  /frameworks/support/core-ui/java/android/support/v4/widget/
NestedScrollView.java 695 case MotionEvent.ACTION_UP:
830 case MotionEvent.ACTION_UP:
    [all...]
SlidingPaneLayout.java 785 if (action == MotionEvent.ACTION_CANCEL || action == MotionEvent.ACTION_UP) {
    [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java 820 case MotionEvent.ACTION_UP:
    [all...]
  /packages/services/Car/car-ui-provider/src/android/car/ui/provider/
CarDrawerLayout.java 319 && action == KeyEvent.ACTION_UP
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
  /frameworks/base/core/java/com/android/internal/policy/
DecorView.java 398 if (action == KeyEvent.ACTION_UP) {
494 } else if (action == MotionEvent.ACTION_UP) {
526 } else if (action == MotionEvent.ACTION_UP) {
    [all...]
  /packages/apps/TV/src/com/android/tv/
MainActivity.java 523 if (keyEvent.getAction() == KeyEvent.ACTION_UP) {
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]

Completed in 1327 milliseconds

<<111213141516171819