Home
last modified time | relevance | path

Searched refs:currentLeft (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/widget/
DCling.java91 int currentLeft = mLocation[0] - (int) getTranslationX(); in adjustPosition() local
94 setTranslationX(left - currentLeft); in adjustPosition()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java3325 int currentLeft = (int) upEvent.left; in computeNeighbors() local
3329 } else if (currentLeft >= center) { in computeNeighbors()
3330 currentDistance = currentLeft - center; in computeNeighbors()
3356 int currentLeft = (int) downEvent.left; in computeNeighbors() local
3360 } else if (currentLeft >= center) { in computeNeighbors()
3361 currentDistance = currentLeft - center; in computeNeighbors()