Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSmartSelectSprite.java127 private float mLeftBoundary = 0; field in SmartSelectSprite.RoundedRectangleShape
163 if (mLeftBoundary == mRightBoundary) { in draw()
171 mDrawRect.left = mBoundingRectangle.left + mLeftBoundary - cornerRadius / 2; in draw()
198 mLeftBoundary = startBoundary; in setStartBoundary()
204 mLeftBoundary = mBoundingWidth - endBoundary; in setEndBoundary()