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