Searched refs:newAnchorX (Results 1 – 1 of 1) sorted by relevance
5208 final int newAnchorX = (int) event.getX(); in updateAnchorPos() local5210 if (Math.abs(newAnchorX - mAnchorX) <= mHoverSlop in updateAnchorPos()5214 mAnchorX = newAnchorX; in updateAnchorPos()