Searched refs:switchBottom (Results 1 – 2 of 2) sorted by relevance
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | SwitchCompat.java | 1103 final int switchBottom; in onLayout() local 1108 switchBottom = switchTop + mSwitchHeight; in onLayout() 1114 switchBottom = switchTop + mSwitchHeight; in onLayout() 1118 switchBottom = getHeight() - getPaddingBottom(); in onLayout() 1119 switchTop = switchBottom - mSwitchHeight; in onLayout() 1125 mSwitchBottom = switchBottom; in onLayout() 1135 final int switchBottom = mSwitchBottom; in draw() local 1157 int trackBottom = switchBottom; in draw() 1181 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw() 1186 thumbRight, switchBottom); in draw() [all …]
|
/frameworks/base/core/java/android/widget/ |
D | Switch.java | 1120 final int switchBottom; in onLayout() local 1125 switchBottom = switchTop + mSwitchHeight; in onLayout() 1131 switchBottom = switchTop + mSwitchHeight; in onLayout() 1135 switchBottom = getHeight() - getPaddingBottom(); in onLayout() 1136 switchTop = switchBottom - mSwitchHeight; in onLayout() 1142 mSwitchBottom = switchBottom; in onLayout() 1152 final int switchBottom = mSwitchBottom; in draw() local 1174 int trackBottom = switchBottom; in draw() 1198 mThumbDrawable.setBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw() 1202 background.setHotspotBounds(thumbLeft, switchTop, thumbRight, switchBottom); in draw() [all …]
|