Searched refs:currentLeft (Results 1 – 2 of 2) sorted by relevance
91 int currentLeft = mLocation[0] - (int) getTranslationX(); in adjustPosition() local94 setTranslationX(left - currentLeft); in adjustPosition()
3325 int currentLeft = (int) upEvent.left; in computeNeighbors() local3329 } else if (currentLeft >= center) { in computeNeighbors()3330 currentDistance = currentLeft - center; in computeNeighbors()3356 int currentLeft = (int) downEvent.left; in computeNeighbors() local3360 } else if (currentLeft >= center) { in computeNeighbors()3361 currentDistance = currentLeft - center; in computeNeighbors()