Searched refs:mTouchPoint (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStatePanelTrack.java43 private Point mTouchPoint; field in class:StatePanelTrack
232 if (mTouchPoint == null) {
233 mTouchPoint = new Point();
234 mTouchPoint.x = (int) event.getX();
235 mTouchPoint.y = (int) event.getY();
239 float translation = event.getY() - mTouchPoint.y;
242 translation = event.getX() - mTouchPoint.x;
282 mTouchPoint = null;
352 return mTouchPoint;
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DCircularRevealFragment.java42 private Point mTouchPoint; field in class:CircularRevealFragment
74 mTouchPoint = touchPoint;
130 final Animator animator = getRevealAnimator(mTouchPoint);

Completed in 127 milliseconds