Home
last modified time | relevance | path

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

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