Searched refs:getAutoSizeTextType (Results 1 - 9 of 9) sorted by path

/frameworks/base/core/java/android/widget/
H A DTextView.java1739 * @see #getAutoSizeTextType()
1890 public int getAutoSizeTextType() { method in class:TextView
/frameworks/support/compat/java/android/support/v4/widget/
H A DAutoSizeableTextView.java48 * @see #getAutoSizeTextType()
112 int getAutoSizeTextType(); method in interface:AutoSizeableTextView
H A DTextViewCompat.java188 public int getAutoSizeTextType(TextView textView) { method in class:TextViewCompat.TextViewCompatBaseImpl
190 return ((AutoSizeableTextView) textView).getAutoSizeTextType();
342 public int getAutoSizeTextType(TextView textView) { method in class:TextViewCompat.TextViewCompatApi27Impl
343 return textView.getAutoSizeTextType();
559 public static int getAutoSizeTextType(TextView textView) { method in class:TextViewCompat
560 return IMPL.getAutoSizeTextType(textView);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatButton.java270 public int getAutoSizeTextType() { method in class:AppCompatButton
272 return super.getAutoSizeTextType() == TextView.AUTO_SIZE_TEXT_TYPE_UNIFORM
277 return mTextHelper.getAutoSizeTextType();
H A DAppCompatTextHelper.java184 if (mAutoSizeTextHelper.getAutoSizeTextType()
362 int getAutoSizeTextType() { method in class:AppCompatTextHelper
363 return mAutoSizeTextHelper.getAutoSizeTextType();
H A DAppCompatTextView.java269 * {@link android.support.v4.widget.TextViewCompat#getAutoSizeTextType(TextView)}
276 public int getAutoSizeTextType() { method in class:AppCompatTextView
278 return super.getAutoSizeTextType() == TextView.AUTO_SIZE_TEXT_TYPE_UNIFORM
283 return mTextHelper.getAutoSizeTextType();
H A DAppCompatTextViewAutoSizeHelper.java190 * @see #getAutoSizeTextType()
355 int getAutoSizeTextType() { method in class:AppCompatTextViewAutoSizeHelper
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DAppCompatBaseAutoSizeTest.java167 ((AutoSizeableTextView) view).getAutoSizeTextType());
292 ((AutoSizeableTextView) granularityView).getAutoSizeTextType());
294 ((AutoSizeableTextView) presetView).getAutoSizeTextType());
743 final int initialAutoSizeType = ((AutoSizeableTextView) autoSizeView).getAutoSizeTextType();
773 ((AutoSizeableTextView) autoSizeView).getAutoSizeTextType());
798 ((AutoSizeableTextView) view).getAutoSizeTextType());
815 ((AutoSizeableTextView) view).getAutoSizeTextType());
870 ((AutoSizeableTextView) view).getAutoSizeTextType());
890 ((AutoSizeableTextView) view).getAutoSizeTextType());
908 ((AutoSizeableTextView) view).getAutoSizeTextType());
[all...]
H A DAppCompatTextViewAutoSizeTest.java87 assertEquals(TextViewCompat.AUTO_SIZE_TEXT_TYPE_UNIFORM, textView.getAutoSizeTextType());

Completed in 210 milliseconds