Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSmartSelectSprite.java253 final float rectangleLeftBoundary = boundarySoFar - rectangle.getBoundingWidth(); in setLeftBoundary() local
254 if (leftBoundary < rectangleLeftBoundary) { in setLeftBoundary()
263 boundarySoFar = rectangleLeftBoundary; in setLeftBoundary()