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