Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSwitch.java1186 int opticalInsetRight = 0; in onLayout() local
1197 opticalInsetRight = Math.max(0, insets.right - trackPadding.right); in onLayout()
1204 switchRight = switchLeft + mSwitchWidth - opticalInsetLeft - opticalInsetRight; in onLayout()
1206 switchRight = getWidth() - getPaddingRight() - opticalInsetRight; in onLayout()
1207 switchLeft = switchRight - mSwitchWidth + opticalInsetLeft + opticalInsetRight; in onLayout()
/frameworks/base/api/
Dcurrent.txt994 field public static final int opticalInsetRight = 16844170; // 0x101058a