HomeSort by relevance Sort by last modified time
    Searched defs:mLastMotionY (Results 1 - 25 of 43) sorted by null

1 2

  /frameworks/support/design/src/android/support/design/widget/
HeaderBehavior.java 43 private int mLastMotionY;
72 mLastMotionY = y;
91 final int yDiff = Math.abs(y - mLastMotionY);
94 mLastMotionY = y;
130 mLastMotionY = y;
146 int dy = mLastMotionY - y;
158 mLastMotionY = y;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 90 private float mLastMotionY;
284 mLastMotionY = ev.getRawY();
310 mLastMotionY = ev.getRawY();
341 mLastMotionY = ev.getRawY();
418 mLastMotionY = ev.getRawY();
439 mLastMotionY = ev.getRawY();
446 final float rawHeight = ev.getRawY() - mLastMotionY + mCurrentHeight;
467 mLastMotionY = ev.getRawY();
480 mLastMotionY = ev.getRawY();
502 mLastMotionY = ev.getRawY()
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ViewPager.java 159 private float mLastMotionY;
    [all...]
  /frameworks/support/core-ui/java/android/support/v4/view/
ViewPager.java 194 private float mLastMotionY;
    [all...]
  /frameworks/support/core-ui/java/android/support/v4/widget/
ViewDragHelper.java 119 private float[] mLastMotionY;
785 Arrays.fill(mLastMotionY, 0);
799 mLastMotionY[pointerId] = 0;
820 System.arraycopy(mLastMotionY, 0, lmy, 0, mLastMotionY.length);
829 mLastMotionY = lmy;
    [all...]
NestedScrollView.java 105 private int mLastMotionY;
664 * Locally do absolute value. mLastMotionY is set to the y value
681 final int yDiff = Math.abs(y - mLastMotionY);
685 mLastMotionY = y;
709 mLastMotionY = y;
783 mLastMotionY = (int) ev.getY();
796 int deltaY = mLastMotionY - y;
817 mLastMotionY = y - mScrollOffset[1];
837 mLastMotionY -= mScrollOffset[1];
889 mLastMotionY = (int) ev.getY(index)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java 123 private float mLastMotionY;
397 mLastMotionY = ev.getY();
404 final int yDiff = (int) Math.abs(y - mLastMotionY);
406 mLastMotionY = y;
    [all...]
  /frameworks/base/core/java/android/widget/
ScrollView.java 94 private int mLastMotionY;
521 * Locally do absolute value. mLastMotionY is set to the y value
538 final int yDiff = Math.abs(y - mLastMotionY);
541 mLastMotionY = y;
568 mLastMotionY = y;
649 mLastMotionY = (int) ev.getY();
662 int deltaY = mLastMotionY - y;
682 mLastMotionY = y - mScrollOffset[1];
701 mLastMotionY -= mScrollOffset[1];
754 mLastMotionY = (int) ev.getY(index)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 100 protected float mLastMotionY;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 120 private float mLastMotionY;
270 float y = mLastMotionY - mDownMotionY;
291 mLastMotionY = p[1];
540 mLastMotionY = p[1];
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 145 private int mLastMotionY;
    [all...]
  /prebuilts/sdk/current/support/core-ui/
android-support-core-ui.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib2/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 490 milliseconds

1 2