Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DSwitch.java1270 int opticalInsetRight = 0; in onLayout() local
1281 opticalInsetRight = Math.max(0, insets.right - trackPadding.right); in onLayout()
1288 switchRight = switchLeft + mSwitchWidth - opticalInsetLeft - opticalInsetRight; in onLayout()
1290 switchRight = getWidth() - getPaddingRight() - opticalInsetRight; in onLayout()
1291 switchLeft = switchRight - mSwitchWidth + opticalInsetLeft + opticalInsetRight; in onLayout()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt1055 field public static final int opticalInsetRight = 16844170; // 0x101058a