ADD week 5
This commit is contained in:
		| @@ -0,0 +1,52 @@ | ||||
| package androidx.appcompat.resources; | ||||
|  | ||||
| import android.animation.ObjectAnimator; | ||||
| import android.content.res.Resources; | ||||
| import android.content.res.TypedArray; | ||||
| import android.graphics.drawable.Drawable; | ||||
| import android.util.AttributeSet; | ||||
| import android.util.TypedValue; | ||||
| import java.io.IOException; | ||||
| import org.xmlpull.v1.XmlPullParser; | ||||
| import org.xmlpull.v1.XmlPullParserException; | ||||
|  | ||||
| /* loaded from: classes.dex */ | ||||
| public final class Compatibility { | ||||
|     private Compatibility() { | ||||
|     } | ||||
|  | ||||
|     public static class Api21Impl { | ||||
|         private Api21Impl() { | ||||
|         } | ||||
|  | ||||
|         public static void inflate(Drawable drawable, Resources resources, XmlPullParser xmlPullParser, AttributeSet attributeSet, Resources.Theme theme) throws IOException, XmlPullParserException { | ||||
|             drawable.inflate(resources, xmlPullParser, attributeSet, theme); | ||||
|         } | ||||
|  | ||||
|         public static int getChangingConfigurations(TypedArray typedArray) { | ||||
|             return typedArray.getChangingConfigurations(); | ||||
|         } | ||||
|  | ||||
|         public static Drawable createFromXmlInner(Resources resources, XmlPullParser xmlPullParser, AttributeSet attributeSet, Resources.Theme theme) throws IOException, XmlPullParserException { | ||||
|             return Drawable.createFromXmlInner(resources, xmlPullParser, attributeSet, theme); | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     public static class Api18Impl { | ||||
|         private Api18Impl() { | ||||
|         } | ||||
|  | ||||
|         public static void setAutoCancel(ObjectAnimator objectAnimator, boolean z) { | ||||
|             objectAnimator.setAutoCancel(z); | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     public static class Api15Impl { | ||||
|         private Api15Impl() { | ||||
|         } | ||||
|  | ||||
|         public static void getValueForDensity(Resources resources, int i, int i2, TypedValue typedValue, boolean z) { | ||||
|             resources.getValueForDensity(i, i2, typedValue, z); | ||||
|         } | ||||
|     } | ||||
| } | ||||
							
								
								
									
										45
									
								
								02-Easy5/E5/sources/androidx/appcompat/resources/R.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										45
									
								
								02-Easy5/E5/sources/androidx/appcompat/resources/R.java
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,45 @@ | ||||
| package androidx.appcompat.resources; | ||||
|  | ||||
| /* loaded from: classes.dex */ | ||||
| public final class R { | ||||
|  | ||||
|     public static final class drawable { | ||||
|         public static final int abc_vector_test = 0x7f070077; | ||||
|  | ||||
|         private drawable() { | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     public static final class styleable { | ||||
|         public static final int AnimatedStateListDrawableCompat_android_constantSize = 0x00000003; | ||||
|         public static final int AnimatedStateListDrawableCompat_android_dither = 0x00000000; | ||||
|         public static final int AnimatedStateListDrawableCompat_android_enterFadeDuration = 0x00000004; | ||||
|         public static final int AnimatedStateListDrawableCompat_android_exitFadeDuration = 0x00000005; | ||||
|         public static final int AnimatedStateListDrawableCompat_android_variablePadding = 0x00000002; | ||||
|         public static final int AnimatedStateListDrawableCompat_android_visible = 0x00000001; | ||||
|         public static final int AnimatedStateListDrawableItem_android_drawable = 0x00000001; | ||||
|         public static final int AnimatedStateListDrawableItem_android_id = 0x00000000; | ||||
|         public static final int AnimatedStateListDrawableTransition_android_drawable = 0x00000000; | ||||
|         public static final int AnimatedStateListDrawableTransition_android_fromId = 0x00000002; | ||||
|         public static final int AnimatedStateListDrawableTransition_android_reversible = 0x00000003; | ||||
|         public static final int AnimatedStateListDrawableTransition_android_toId = 0x00000001; | ||||
|         public static final int StateListDrawableItem_android_drawable = 0x00000000; | ||||
|         public static final int StateListDrawable_android_constantSize = 0x00000003; | ||||
|         public static final int StateListDrawable_android_dither = 0x00000000; | ||||
|         public static final int StateListDrawable_android_enterFadeDuration = 0x00000004; | ||||
|         public static final int StateListDrawable_android_exitFadeDuration = 0x00000005; | ||||
|         public static final int StateListDrawable_android_variablePadding = 0x00000002; | ||||
|         public static final int StateListDrawable_android_visible = 0x00000001; | ||||
|         public static final int[] AnimatedStateListDrawableCompat = {android.R.attr.dither, android.R.attr.visible, android.R.attr.variablePadding, android.R.attr.constantSize, android.R.attr.enterFadeDuration, android.R.attr.exitFadeDuration}; | ||||
|         public static final int[] AnimatedStateListDrawableItem = {android.R.attr.id, android.R.attr.drawable}; | ||||
|         public static final int[] AnimatedStateListDrawableTransition = {android.R.attr.drawable, android.R.attr.toId, android.R.attr.fromId, android.R.attr.reversible}; | ||||
|         public static final int[] StateListDrawable = {android.R.attr.dither, android.R.attr.visible, android.R.attr.variablePadding, android.R.attr.constantSize, android.R.attr.enterFadeDuration, android.R.attr.exitFadeDuration}; | ||||
|         public static final int[] StateListDrawableItem = {android.R.attr.drawable}; | ||||
|  | ||||
|         private styleable() { | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     private R() { | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user