Searched refs:newAnchorY (Results 1 – 1 of 1) sorted by relevance
4817 final int newAnchorY = (int) event.getY(); in updateAnchorPos() local4819 && Math.abs(newAnchorY - mAnchorY) <= mHoverSlop) { in updateAnchorPos()4823 mAnchorY = newAnchorY; in updateAnchorPos()