Searched refs:mHintTouchPoint (Results 1 – 1 of 1) sorted by relevance
1483 public Point mHintTouchPoint = new Point(); field in FilterShowActivity1488 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()