Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSmartSelectSprite.java126 private float mLeftBoundary = 0; field in SmartSelectSprite.RoundedRectangleShape
162 if (mLeftBoundary == mRightBoundary) { in draw()
170 mDrawRect.left = mBoundingRectangle.left + mLeftBoundary - cornerRadius / 2; in draw()
197 mLeftBoundary = startBoundary; in setStartBoundary()
203 mLeftBoundary = mBoundingWidth - endBoundary; in setEndBoundary()