Home
last modified time | relevance | path

Searched refs:mHintTouchPoint (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java1486 public Point mHintTouchPoint = new Point(); field in FilterShowActivity
1491 int x = mHintTouchPoint.x - location[0]; in hintTouchPoint()
1492 int y = mHintTouchPoint.y - location[1]; in hintTouchPoint()
1501 mHintTouchPoint.x = (int) (location[0] + x); in startTouchAnimation()
1502 mHintTouchPoint.y = (int) (location[1] + y); in startTouchAnimation()