Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DSwitch.java1400 final int switchInnerBottom = switchBottom - padding.bottom; in onDraw() local
1442 final int top = (switchInnerTop + switchInnerBottom) / 2 - switchText.getHeight() / 2; in onDraw()