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

1 2

  /frameworks/base/core/java/android/widget/
ScrollView.java 85 private int mLastMotionY;
481 * Locally do absolute value. mLastMotionY is set to the y value
498 final int yDiff = Math.abs(y - mLastMotionY);
501 mLastMotionY = y;
527 mLastMotionY = y;
598 mLastMotionY = (int) ev.getY();
610 int deltaY = mLastMotionY - y;
625 mLastMotionY = y;
693 mLastMotionY = (int) ev.getY(index);
699 mLastMotionY = (int) ev.getY(ev.findPointerIndex(mActivePointerId))
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java 119 private float[] mLastMotionY;
776 Arrays.fill(mLastMotionY, 0);
790 mLastMotionY[pointerId] = 0;
811 System.arraycopy(mLastMotionY, 0, lmy, 0, mLastMotionY.length);
820 mLastMotionY = lmy;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWithDraggableItems.java 137 final int yDiff = (int) Math.abs(y - mLastMotionY);
PagedView.java 100 protected float mLastMotionY;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 91 private int mLastMotionY;
394 final int yDiff = y - mLastMotionY;
397 mLastMotionY = y;
401 mInitialTouchY = mLastMotionY;
411 mLastMotionY = y;
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 78 private float mLastMotionY;
521 * Locally do absolute value. mLastMotionY is set to the y value of
534 final int yDiff = (int) Math.abs(y - mLastMotionY);
537 mLastMotionY = y;
571 mLastMotionY = y;
643 mLastMotionY = mHorizontal ? ev.getX() : ev.getY();
663 final int deltaY = (int) (mLastMotionY - y);
664 mLastMotionY = y;
764 mLastMotionY = y;
771 mLastMotionY = mHorizonta
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java 121 protected float mLastMotionY;
336 float y = mLastMotionY - mDownMotionY;
354 mLastMotionY = p[1];
544 mLastMotionY = p[1];
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java 173 private float mLastMotionY;
    [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/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/jarCheckTests3/lib2/libs/
android-support-v13.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 

Completed in 344 milliseconds

1 2