73 lines
1.9 KiB
Smali
73 lines
1.9 KiB
Smali
.class interface abstract Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/appcompat/widget/AppCompatTextView;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x609
|
|
name = "SuperCaller"
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract getAutoSizeMaxTextSize()I
|
|
.end method
|
|
|
|
.method public abstract getAutoSizeMinTextSize()I
|
|
.end method
|
|
|
|
.method public abstract getAutoSizeStepGranularity()I
|
|
.end method
|
|
|
|
.method public abstract getAutoSizeTextAvailableSizes()[I
|
|
.end method
|
|
|
|
.method public abstract getAutoSizeTextType()I
|
|
.end method
|
|
|
|
.method public abstract getTextClassifier()Landroid/view/textclassifier/TextClassifier;
|
|
.end method
|
|
|
|
.method public abstract setAutoSizeTextTypeUniformWithConfiguration(IIII)V
|
|
.end method
|
|
|
|
.method public abstract setAutoSizeTextTypeUniformWithPresetSizes([II)V
|
|
.end method
|
|
|
|
.method public abstract setAutoSizeTextTypeWithDefaults(I)V
|
|
.end method
|
|
|
|
.method public abstract setFirstBaselineToTopHeight(I)V
|
|
.param p1 # I
|
|
.annotation build Landroidx/annotation/Px;
|
|
.end annotation
|
|
.end param
|
|
.end method
|
|
|
|
.method public abstract setLastBaselineToBottomHeight(I)V
|
|
.param p1 # I
|
|
.annotation build Landroidx/annotation/Px;
|
|
.end annotation
|
|
.end param
|
|
.end method
|
|
|
|
.method public abstract setLineHeight(IF)V
|
|
.param p2 # F
|
|
.annotation build Landroidx/annotation/FloatRange;
|
|
from = 0.0
|
|
.end annotation
|
|
.end param
|
|
.end method
|
|
|
|
.method public abstract setTextClassifier(Landroid/view/textclassifier/TextClassifier;)V
|
|
.param p1 # Landroid/view/textclassifier/TextClassifier;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.end method
|