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

  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java 202 private Layout mOnLayout;
250 if (mOnLayout == null) {
251 mOnLayout = makeLayout(mTextOn);
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;
  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 88 private Layout mOnLayout;
162 if (mOnLayout == null) {
163 mOnLayout = makeLayout(mTextOn, mSwitchTextMaxWidth);
171 Math.max(mOnLayout.getWidth(), mOffLayout.getWidth()));
193 CharSequence text = isChecked() ? mOnLayout.getText() : mOffLayout.getText();
418 Layout switchText = getTargetCheckedState() ? mOnLayout : mOffLayout;
  /frameworks/base/core/java/android/widget/
Switch.java 152 private Layout mOnLayout;
810 if (mOnLayout == null) {
811 mOnLayout = makeLayout(mTextOn);
834 maxTextWidth = Math.max(mOnLayout.getWidth(), mOffLayout.getWidth())
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 140 private Layout mOnLayout;
525 if (mOnLayout == null) {
526 mOnLayout = makeLayout(mTextOn);
549 maxTextWidth = Math.max(mOnLayout.getWidth(), mOffLayout.getWidth())
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 401 milliseconds