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

  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
Switch.java 836 final int maxTextWidth;
838 maxTextWidth = Math.max(mOnLayout.getWidth(), mOffLayout.getWidth())
841 maxTextWidth = 0;
844 mThumbWidth = Math.max(maxTextWidth, thumbWidth);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 816 final int maxTextWidth;
818 maxTextWidth = Math.max(mOnLayout.getWidth(), mOffLayout.getWidth())
821 maxTextWidth = 0;
824 mThumbWidth = Math.max(maxTextWidth, thumbWidth);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MainKeyboardView.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 353 milliseconds