Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSwitch.java1185 int opticalInsetLeft = 0; in onLayout() local
1196 opticalInsetLeft = Math.max(0, insets.left - trackPadding.left); in onLayout()
1203 switchLeft = getPaddingLeft() + opticalInsetLeft; in onLayout()
1204 switchRight = switchLeft + mSwitchWidth - opticalInsetLeft - opticalInsetRight; in onLayout()
1207 switchLeft = switchRight - mSwitchWidth + opticalInsetLeft + opticalInsetRight; in onLayout()