Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSwitch.java1280 int opticalInsetRight = 0; in onLayout() local
1291 opticalInsetRight = Math.max(0, insets.right - trackPadding.right); in onLayout()
1298 switchRight = switchLeft + mSwitchWidth - opticalInsetLeft - opticalInsetRight; in onLayout()
1300 switchRight = getWidth() - getPaddingRight() - opticalInsetRight; in onLayout()
1301 switchLeft = switchRight - mSwitchWidth + opticalInsetLeft + opticalInsetRight; in onLayout()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt1240 field public static final int opticalInsetRight = 16844170; // 0x101058a