Changes of com.discord v1335

This commit is contained in:
root 2020-11-16 01:00:50 +00:00
parent c42fc6bb28
commit 7b3a618778
18191 changed files with 1011128 additions and 974580 deletions

View file

@ -15,11 +15,11 @@
# instance fields
.field private final mHandler:Landroid/os/Handler;
.field public final mHandler:Landroid/os/Handler;
.field public mLastFrameTime:J
.field private final mRunnable:Ljava/lang/Runnable;
.field public final mRunnable:Ljava/lang/Runnable;
# direct methods

View file

@ -19,9 +19,9 @@
# instance fields
.field private final mChoreographer:Landroid/view/Choreographer;
.field public final mChoreographer:Landroid/view/Choreographer;
.field private final mChoreographerCallback:Landroid/view/Choreographer$FrameCallback;
.field public final mChoreographerCallback:Landroid/view/Choreographer$FrameCallback;
# direct methods

View file

@ -16,7 +16,7 @@
# static fields
.field private static final FRAME_DELAY_MS:J = 0xaL
.field public static final FRAME_DELAY_MS:J = 0xaL
.field public static final sAnimatorHandler:Ljava/lang/ThreadLocal;
.annotation system Ldalvik/annotation/Signature;
@ -40,11 +40,11 @@
.end annotation
.end field
.field private final mCallbackDispatcher:Landroidx/dynamicanimation/animation/AnimationHandler$AnimationCallbackDispatcher;
.field public final mCallbackDispatcher:Landroidx/dynamicanimation/animation/AnimationHandler$AnimationCallbackDispatcher;
.field public mCurrentFrameTime:J
.field private final mDelayedCallbackStartTime:Landroidx/collection/SimpleArrayMap;
.field public final mDelayedCallbackStartTime:Landroidx/collection/SimpleArrayMap;
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroidx/collection/SimpleArrayMap<",
@ -55,9 +55,9 @@
.end annotation
.end field
.field private mListDirty:Z
.field public mListDirty:Z
.field private mProvider:Landroidx/dynamicanimation/animation/AnimationHandler$AnimationFrameCallbackProvider;
.field public mProvider:Landroidx/dynamicanimation/animation/AnimationHandler$AnimationFrameCallbackProvider;
# direct methods
@ -158,15 +158,17 @@
invoke-virtual {v0}, Ljava/lang/ThreadLocal;->get()Ljava/lang/Object;
move-result-object v1
move-result-object v0
if-nez v1, :cond_0
if-nez v0, :cond_0
const-wide/16 v0, 0x0
return-wide v0
:cond_0
sget-object v0, Landroidx/dynamicanimation/animation/AnimationHandler;->sAnimatorHandler:Ljava/lang/ThreadLocal;
invoke-virtual {v0}, Ljava/lang/ThreadLocal;->get()Ljava/lang/Object;
move-result-object v0
@ -185,9 +187,11 @@
invoke-virtual {v0}, Ljava/lang/ThreadLocal;->get()Ljava/lang/Object;
move-result-object v1
move-result-object v0
if-nez v1, :cond_0
if-nez v0, :cond_0
sget-object v0, Landroidx/dynamicanimation/animation/AnimationHandler;->sAnimatorHandler:Ljava/lang/ThreadLocal;
new-instance v1, Landroidx/dynamicanimation/animation/AnimationHandler;
@ -196,6 +200,8 @@
invoke-virtual {v0, v1}, Ljava/lang/ThreadLocal;->set(Ljava/lang/Object;)V
:cond_0
sget-object v0, Landroidx/dynamicanimation/animation/AnimationHandler;->sAnimatorHandler:Ljava/lang/ThreadLocal;
invoke-virtual {v0}, Ljava/lang/ThreadLocal;->get()Ljava/lang/Object;
move-result-object v0

View file

@ -23,7 +23,7 @@
# direct methods
.method private constructor <init>(Ljava/lang/String;)V
.method public constructor <init>(Ljava/lang/String;)V
.locals 0
invoke-direct {p0, p1}, Landroidx/dynamicanimation/animation/FloatPropertyCompat;-><init>(Ljava/lang/String;)V

View file

@ -76,7 +76,7 @@
.field public static final SCROLL_Y:Landroidx/dynamicanimation/animation/DynamicAnimation$ViewProperty;
.field private static final THRESHOLD_MULTIPLIER:F = 0.75f
.field public static final THRESHOLD_MULTIPLIER:F = 0.75f
.field public static final TRANSLATION_X:Landroidx/dynamicanimation/animation/DynamicAnimation$ViewProperty;
@ -84,7 +84,7 @@
.field public static final TRANSLATION_Z:Landroidx/dynamicanimation/animation/DynamicAnimation$ViewProperty;
.field private static final UNSET:F = 3.4028235E38f
.field public static final UNSET:F = 3.4028235E38f
.field public static final X:Landroidx/dynamicanimation/animation/DynamicAnimation$ViewProperty;
@ -94,7 +94,7 @@
# instance fields
.field private final mEndListeners:Ljava/util/ArrayList;
.field public final mEndListeners:Ljava/util/ArrayList;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/ArrayList<",
@ -104,13 +104,13 @@
.end annotation
.end field
.field private mLastFrameTime:J
.field public mLastFrameTime:J
.field public mMaxValue:F
.field public mMinValue:F
.field private mMinVisibleChange:F
.field public mMinVisibleChange:F
.field public final mProperty:Landroidx/dynamicanimation/animation/FloatPropertyCompat;
@ -120,7 +120,7 @@
.field public final mTarget:Ljava/lang/Object;
.field private final mUpdateListeners:Ljava/util/ArrayList;
.field public final mUpdateListeners:Ljava/util/ArrayList;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/ArrayList<",
@ -504,7 +504,7 @@
return v0
.end method
.method private static removeEntry(Ljava/util/ArrayList;Ljava/lang/Object;)V
.method public static removeEntry(Ljava/util/ArrayList;Ljava/lang/Object;)V
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
@ -530,7 +530,7 @@
return-void
.end method
.method private static removeNullEntries(Ljava/util/ArrayList;)V
.method public static removeNullEntries(Ljava/util/ArrayList;)V
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {

View file

@ -18,17 +18,17 @@
# static fields
.field private static final DEFAULT_FRICTION:F = -4.2f
.field public static final DEFAULT_FRICTION:F = -4.2f
.field private static final VELOCITY_THRESHOLD_MULTIPLIER:F = 62.5f
.field public static final VELOCITY_THRESHOLD_MULTIPLIER:F = 62.5f
# instance fields
.field private mFriction:F
.field public mFriction:F
.field private final mMassState:Landroidx/dynamicanimation/animation/DynamicAnimation$MassState;
.field public final mMassState:Landroidx/dynamicanimation/animation/DynamicAnimation$MassState;
.field private mVelocityThreshold:F
.field public mVelocityThreshold:F
# direct methods

View file

@ -20,7 +20,7 @@
# instance fields
.field private final mFlingForce:Landroidx/dynamicanimation/animation/FlingAnimation$DragForce;
.field public final mFlingForce:Landroidx/dynamicanimation/animation/FlingAnimation$DragForce;
# direct methods

View file

@ -4,7 +4,7 @@
# instance fields
.field private mValue:F
.field public mValue:F
# direct methods

View file

@ -14,15 +14,15 @@
# static fields
.field private static final UNSET:F = 3.4028235E38f
.field public static final UNSET:F = 3.4028235E38f
# instance fields
.field private mEndRequested:Z
.field public mEndRequested:Z
.field private mPendingPosition:F
.field public mPendingPosition:F
.field private mSpring:Landroidx/dynamicanimation/animation/SpringForce;
.field public mSpring:Landroidx/dynamicanimation/animation/SpringForce;
# direct methods

View file

@ -23,31 +23,31 @@
.field public static final STIFFNESS_VERY_LOW:F = 50.0f
.field private static final UNSET:D = 1.7976931348623157E308
.field public static final UNSET:D = 1.7976931348623157E308
.field private static final VELOCITY_THRESHOLD_MULTIPLIER:D = 62.5
.field public static final VELOCITY_THRESHOLD_MULTIPLIER:D = 62.5
# instance fields
.field private mDampedFreq:D
.field public mDampedFreq:D
.field public mDampingRatio:D
.field private mFinalPosition:D
.field public mFinalPosition:D
.field private mGammaMinus:D
.field public mGammaMinus:D
.field private mGammaPlus:D
.field public mGammaPlus:D
.field private mInitialized:Z
.field public mInitialized:Z
.field private final mMassState:Landroidx/dynamicanimation/animation/DynamicAnimation$MassState;
.field public final mMassState:Landroidx/dynamicanimation/animation/DynamicAnimation$MassState;
.field public mNaturalFreq:D
.field private mValueThreshold:D
.field public mValueThreshold:D
.field private mVelocityThreshold:D
.field public mVelocityThreshold:D
# direct methods