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

  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java 203 private Layout mOffLayout;
253 if (mOffLayout == null) {
254 mOffLayout = makeLayout(mTextOff);
256 final int minWidth = Math.max(mOnLayout.getWidth(), mOffLayout.getWidth())
258 final int minHeight = Math.max(mOnLayout.getHeight(), mOffLayout.getHeight())
275 Layout switchText = mChecked ? mOnLayout : mOffLayout;
  /frameworks/base/core/java/android/widget/
Switch.java 159 private Layout mOffLayout;
822 if (mOffLayout == null) {
823 mOffLayout = makeLayout(mTextOff);
842 maxTextWidth = Math.max(mOnLayout.getWidth(), mOffLayout.getWidth())
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
SwitchCompat.java 173 private Layout mOffLayout;
799 if (mOffLayout == null) {
800 mOffLayout = makeLayout(mTextOff);
819 maxTextWidth = Math.max(mOnLayout.getWidth(), mOffLayout.getWidth())
    [all...]

Completed in 106 milliseconds