Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
package com.google.android.gms.internal.base;
|
||||
|
||||
import android.graphics.drawable.Drawable;
|
||||
|
||||
/* JADX INFO: compiled from: com.google.android.gms:play-services-base@@18.4.0 */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
final class zaj extends Drawable.ConstantState {
|
||||
int zaa;
|
||||
int zab;
|
||||
|
||||
zaj(zaj zajVar) {
|
||||
if (zajVar != null) {
|
||||
this.zaa = zajVar.zaa;
|
||||
this.zab = zajVar.zab;
|
||||
}
|
||||
}
|
||||
|
||||
@Override // android.graphics.drawable.Drawable.ConstantState
|
||||
public final int getChangingConfigurations() {
|
||||
return this.zaa;
|
||||
}
|
||||
|
||||
@Override // android.graphics.drawable.Drawable.ConstantState
|
||||
public final Drawable newDrawable() {
|
||||
return new zak(this);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user