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

  /frameworks/support/compat/java/android/support/v4/widget/
AutoSizeableTextView.java 37 * @param autoSizeTextType the type of auto-size. Must be one of
43 void setAutoSizeTextTypeWithDefaults(@TextViewCompat.AutoSizeTextType int autoSizeTextType);
104 @TextViewCompat.AutoSizeTextType
TextViewCompat.java 59 public @interface AutoSizeTextType {}
161 public void setAutoSizeTextTypeWithDefaults(TextView textView, int autoSizeTextType) {
163 ((AutoSizeableTextView) textView).setAutoSizeTextTypeWithDefaults(autoSizeTextType);
319 public void setAutoSizeTextTypeWithDefaults(TextView textView, int autoSizeTextType) {
320 textView.setAutoSizeTextTypeWithDefaults(autoSizeTextType);
489 * @param autoSizeTextType the type of auto-size. Must be one of
493 * @attr name android:autoSizeTextType
495 public static void setAutoSizeTextTypeWithDefaults(TextView textView, int autoSizeTextType) {
496 IMPL.setAutoSizeTextTypeWithDefaults(textView, autoSizeTextType);
514 * @attr name android:autoSizeTextType
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatTextView.java 50 * style attributes associated with auto-sizing are {@link R.attr#autoSizeTextType},
205 @TextViewCompat.AutoSizeTextType int autoSizeTextType) {
207 super.setAutoSizeTextTypeWithDefaults(autoSizeTextType);
210 mTextHelper.setAutoSizeTextTypeWithDefaults(autoSizeTextType);
268 @TextViewCompat.AutoSizeTextType
AppCompatTextHelper.java 329 void setAutoSizeTextTypeWithDefaults(@TextViewCompat.AutoSizeTextType int autoSizeTextType) {
330 mAutoSizeTextHelper.setAutoSizeTextTypeWithDefaults(autoSizeTextType);
347 @TextViewCompat.AutoSizeTextType
AppCompatTextViewAutoSizeHelper.java 180 * @param autoSizeTextType the type of auto-size. Must be one of
191 void setAutoSizeTextTypeWithDefaults(@TextViewCompat.AutoSizeTextType int autoSizeTextType) {
193 switch (autoSizeTextType) {
217 "Unknown auto-size text type: " + autoSizeTextType);
343 @TextViewCompat.AutoSizeTextType
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 741 public @interface AutoSizeTextType {}
    [all...]
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 

Completed in 3921 milliseconds