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

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewTouchHandler.java 43 int mLastMotionX, mLastMotionY;
135 mInitialMotionY = mLastMotionY = (int) ev.getY();
136 mInitialP = mLastP = mSv.mLayoutAlgorithm.screenYToCurveProgress(mLastMotionY);
138 mActiveTaskView = findViewAtPoint(mLastMotionX, mLastMotionY);
169 mLastMotionY = y;
170 mLastP = mSv.mLayoutAlgorithm.screenYToCurveProgress(mLastMotionY);
212 mInitialMotionY = mLastMotionY = (int) ev.getY();
213 mInitialP = mLastP = mSv.mLayoutAlgorithm.screenYToCurveProgress(mLastMotionY);
215 mActiveTaskView = findViewAtPoint(mLastMotionX, mLastMotionY);
233 mLastMotionY = (int) ev.getY(index)
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
VerticalViewPager.java 32 private float mLastMotionY;
87 mLastMotionY = y;
94 final float yDiff = Math.abs(y - mLastMotionY);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 97 private float mLastMotionY;
286 mLastMotionY = ev.getRawY();
311 mLastMotionY = ev.getRawY();
336 mLastMotionY = ev.getRawY();
408 mLastMotionY = ev.getRawY();
427 mLastMotionY = ev.getRawY();
434 final float rawHeight = ev.getRawY() - mLastMotionY + mCurrentHeight;
453 mLastMotionY = ev.getRawY();
468 mLastMotionY = ev.getRawY();
489 mLastMotionY = ev.getRawY()
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java 119 private float[] mLastMotionY;
783 Arrays.fill(mLastMotionY, 0);
797 mLastMotionY[pointerId] = 0;
818 System.arraycopy(mLastMotionY, 0, lmy, 0, mLastMotionY.length);
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/widget/
ViewDragHelper.java 119 private float[] mLastMotionY;
    [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...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewWithDraggableItems.java 137 final int yDiff = (int) Math.abs(y - mLastMotionY);
PagedView.java 137 protected float mLastMotionY;
390 float y = mLastMotionY - mDownMotionY;
411 mLastMotionY = p[1];
693 mLastMotionY = p[1];
    [all...]
  /frameworks/base/core/java/android/widget/
ScrollView.java 88 private int mLastMotionY;
497 * Locally do absolute value. mLastMotionY is set to the y value
514 final int yDiff = Math.abs(y - mLastMotionY);
517 mLastMotionY = y;
544 mLastMotionY = y;
623 mLastMotionY = (int) ev.getY();
636 int deltaY = mLastMotionY - y;
656 mLastMotionY = y - mScrollOffset[1];
675 mLastMotionY -= mScrollOffset[1];
728 mLastMotionY = (int) ev.getY(index)
    [all...]
  /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/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 84 private int mLastMotionY;
749 mLastMotionY = (int) ev.getY();
763 int deltaY = mLastMotionY - y;
776 mLastMotionY = y;
841 mLastMotionY = (int) ev.getY(index);
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java 117 protected float mLastMotionY;
347 float y = mLastMotionY - mDownMotionY;
365 mLastMotionY = p[1];
580 mLastMotionY = p[1];
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java 121 private float mLastMotionY;
395 mLastMotionY = ev.getY();
402 final int yDiff = (int) Math.abs(y - mLastMotionY);
404 mLastMotionY = y;
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java 178 private float mLastMotionY;
    [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.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 

Completed in 1472 milliseconds

1 2