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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java1483 public Point mHintTouchPoint = new Point(); field in class:FilterShowActivity
1488 int x = mHintTouchPoint.x - location[0];
1489 int y = mHintTouchPoint.y - location[1];
1498 mHintTouchPoint.x = (int) (location[0] + x);
1499 mHintTouchPoint.y = (int) (location[1] + y);

Completed in 42 milliseconds