HomeSort by relevance Sort by last modified time
    Searched refs:mLastTouchY (Results 1 - 12 of 12) sorted by null

  /frameworks/support/v13/java/android/support/v13/view/
DragStartHelper.java 75 private int mLastTouchX, mLastTouchY;
133 mLastTouchY = (int) event.getY();
157 point.set(mLastTouchX, mLastTouchY);
  /development/samples/CrossCompatibility/src/com/example/android/touchexample/
VersionedGestureDetector.java 56 float mLastTouchY;
75 mLastTouchY = getActiveY(ev);
83 mListener.onDrag(x - mLastTouchX, y - mLastTouchY);
87 mLastTouchY = y;
131 mLastTouchY = ev.getY(newPointerIndex);
  /frameworks/base/core/java/com/android/internal/widget/
ResolverDrawerLayout.java 101 private float mLastTouchY;
177 mLastTouchY -= dReserved;
247 mInitialTouchY = mLastTouchY = y;
260 mLastTouchY = Math.max(mLastTouchY - mTouchSlop,
261 Math.min(mLastTouchY + dy, mLastTouchY + mTouchSlop));
296 mInitialTouchY = mLastTouchY = y;
312 mInitialTouchY = mLastTouchY = ev.getY();
320 mLastTouchY = Math.max(mLastTouchY - mTouchSlop
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
BaseRecyclerViewFastScrollBar.java 64 private float mLastTouchY;
163 return mLastTouchY;
215 mLastTouchY = boundedY;
221 mLastTouchY = 0;
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTouchListener.java 41 private float mLastTouchY;
171 float tmpDY = (y - mLastTouchY) / dt;
181 mLastTouchY = y;
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 120 private float mLastTouchY;
286 mLastTouchY = ev.getY();
305 final float dy = y - mLastTouchY + mTouchRemainderY;
327 mLastTouchY = ev.getY();
341 final float dy = y - mLastTouchY + mTouchRemainderY;
350 mLastTouchY = y;
371 mLastTouchY = 0;
545 final int dy = (int) (y - mLastTouchY);
546 mLastTouchY = y;
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
ClockFragment.java 239 private float mLastTouchX, mLastTouchY;
253 mLastTouchY = event.getY();
258 final float yDiff = Math.abs(event.getY() - mLastTouchY);
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java 395 private int mLastTouchY;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 132 private float mLastTouchY;
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 

Completed in 2773 milliseconds