Searched refs:mSwitchMinWidth (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/src/com/android/camera/ui/
H A DSwitch.java63 private int mSwitchMinWidth; field in class:Switch
130 mSwitchMinWidth = res.getDimensionPixelSize(R.dimen.switch_min_width);
172 final int switchWidth = Math.max(mSwitchMinWidth,
/packages/apps/Gallery2/src/com/android/camera/ui/
H A DSwitch.java63 private int mSwitchMinWidth; field in class:Switch
130 mSwitchMinWidth = res.getDimensionPixelSize(R.dimen.switch_min_width);
172 final int switchWidth = Math.max(mSwitchMinWidth,

Completed in 31 milliseconds