Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSwitch.java1205 int opticalInsetRight = 0; in onLayout() local
1216 opticalInsetRight = Math.max(0, insets.right - trackPadding.right); in onLayout()
1223 switchRight = switchLeft + mSwitchWidth - opticalInsetLeft - opticalInsetRight; in onLayout()
1225 switchRight = getWidth() - getPaddingRight() - opticalInsetRight; in onLayout()
1226 switchLeft = switchRight - mSwitchWidth + opticalInsetLeft + opticalInsetRight; in onLayout()
/frameworks/base/api/
Dcurrent.txt1012 field public static final int opticalInsetRight = 16844170; // 0x101058a