HomeSort by relevance Sort by last modified time
    Searched refs:switchHeight (Results 1 - 5 of 5) sorted by null

  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 174 final int switchHeight = mTrackDrawable.getIntrinsicHeight();
179 mSwitchHeight = switchHeight;
184 if (measuredHeight < switchHeight) {
185 setMeasuredDimension(measuredWidth, switchHeight);
  /packages/apps/Camera2/src/com/android/camera/ui/
Switch.java 165 final int switchHeight = mTrackDrawable.getIntrinsicHeight();
170 mSwitchHeight = switchHeight;
175 if (measuredHeight < switchHeight) {
176 setMeasuredDimension(measuredWidth, switchHeight);
  /frameworks/base/core/java/android/widget/
Switch.java 655 final int switchHeight = Math.max(trackHeight, thumbHeight);
657 mSwitchHeight = switchHeight;
662 if (measuredHeight < switchHeight) {
663 setMeasuredDimension(getMeasuredWidthAndState(), switchHeight);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 542 final int switchHeight = Math.max(trackHeight, thumbHeight);
544 mSwitchHeight = switchHeight;
549 if (measuredHeight < switchHeight) {
550 setMeasuredDimension(ViewCompat.getMeasuredWidthAndState(this), switchHeight);
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 35 milliseconds