AppCompatTextView.java
2.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
package android.support.v7.widget;
import android.content.Context;
import android.content.res.ColorStateList;
import android.graphics.PorterDuff.Mode;
import android.graphics.drawable.Drawable;
import android.support.annotation.DrawableRes;
import android.support.annotation.Nullable;
import android.support.annotation.RestrictTo;
import android.support.v4.view.TintableBackgroundView;
import android.util.AttributeSet;
import android.widget.TextView;
import gd;
import gh;
public class AppCompatTextView
extends TextView
implements TintableBackgroundView
{
private gd a = new gd(this);
private gh b;
public AppCompatTextView(Context paramContext)
{
this(paramContext, null);
}
public AppCompatTextView(Context paramContext, AttributeSet paramAttributeSet)
{
this(paramContext, paramAttributeSet, 16842884);
}
public AppCompatTextView(Context paramContext, AttributeSet paramAttributeSet, int paramInt)
{
super(TintContextWrapper.wrap(paramContext), paramAttributeSet, paramInt);
this.a.a(paramAttributeSet, paramInt);
this.b = gh.a(this);
this.b.a(paramAttributeSet, paramInt);
this.b.a();
}
protected void drawableStateChanged()
{
super.drawableStateChanged();
if (this.a != null) {
this.a.d();
}
if (this.b != null) {
this.b.a();
}
}
@Nullable
@RestrictTo({android.support.annotation.RestrictTo.Scope.LIBRARY_GROUP})
public ColorStateList getSupportBackgroundTintList()
{
if (this.a != null) {
return this.a.b();
}
return null;
}
@Nullable
@RestrictTo({android.support.annotation.RestrictTo.Scope.LIBRARY_GROUP})
public PorterDuff.Mode getSupportBackgroundTintMode()
{
if (this.a != null) {
return this.a.c();
}
return null;
}
public void setBackgroundDrawable(Drawable paramDrawable)
{
super.setBackgroundDrawable(paramDrawable);
if (this.a != null) {
this.a.a();
}
}
public void setBackgroundResource(@DrawableRes int paramInt)
{
super.setBackgroundResource(paramInt);
if (this.a != null) {
this.a.a(paramInt);
}
}
@RestrictTo({android.support.annotation.RestrictTo.Scope.LIBRARY_GROUP})
public void setSupportBackgroundTintList(@Nullable ColorStateList paramColorStateList)
{
if (this.a != null) {
this.a.a(paramColorStateList);
}
}
@RestrictTo({android.support.annotation.RestrictTo.Scope.LIBRARY_GROUP})
public void setSupportBackgroundTintMode(@Nullable PorterDuff.Mode paramMode)
{
if (this.a != null) {
this.a.a(paramMode);
}
}
public void setTextAppearance(Context paramContext, int paramInt)
{
super.setTextAppearance(paramContext, paramInt);
if (this.b != null) {
this.b.a(paramContext, paramInt);
}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/android/support/v7/widget/AppCompatTextView.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/