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.java1483 public Point mHintTouchPoint = new Point(); field in FilterShowActivity
1488 int x = mHintTouchPoint.x - location[0]; in hintTouchPoint()
1489 int y = mHintTouchPoint.y - location[1]; in hintTouchPoint()
1498 mHintTouchPoint.x = (int) (location[0] + x); in startTouchAnimation()
1499 mHintTouchPoint.y = (int) (location[1] + y); in startTouchAnimation()