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

  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 172 final int switchWidth = Math.max(mSwitchMinWidth,
178 mSwitchWidth = switchWidth;
  /packages/apps/Camera2/src/com/android/camera/ui/
Switch.java 163 final int switchWidth = Math.max(mSwitchMinWidth,
169 mSwitchWidth = switchWidth;
  /frameworks/base/core/java/android/widget/
Switch.java 653 final int switchWidth = Math.max(mSwitchMinWidth,
656 mSwitchWidth = switchWidth;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 540 final int switchWidth = Math.max(mSwitchMinWidth,
543 mSwitchWidth = switchWidth;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 686 milliseconds