Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSmartSelectSprite.java133 private final float mBoundingWidth; field in SmartSelectSprite.RoundedRectangleShape
140 mBoundingWidth = boundingRectangle.width(); in RoundedRectangleShape()
195 mRightBoundary = mBoundingWidth - startBoundary; in setStartBoundary()
203 mLeftBoundary = mBoundingWidth - endBoundary; in setEndBoundary()