Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DZoomButtonsController.java618 int containerCoordsY = rawY - mContainerRawLocation[1]; in findViewForTouch() local
631 if (frame.contains(containerCoordsX, containerCoordsY)) { in findViewForTouch()
643 if (containerCoordsY >= frame.top && containerCoordsY <= frame.bottom) { in findViewForTouch()
646 distanceY = Math.min(Math.abs(frame.top - containerCoordsY), in findViewForTouch()
647 Math.abs(containerCoordsY - frame.bottom)); in findViewForTouch()