Changes of com.discord v923

This commit is contained in:
DisTok 2019-07-24 13:24:33 +02:00
parent 4d58b92ec9
commit e85c2cf0c0
20756 changed files with 0 additions and 3089693 deletions

View file

@ -1,69 +0,0 @@
.class public Landroidx/core/math/MathUtils;
.super Ljava/lang/Object;
.source "MathUtils.java"
# direct methods
.method private constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static clamp(DDD)D
.locals 1
cmpg-double v0, p0, p2
if-gez v0, :cond_0
return-wide p2
:cond_0
cmpl-double p2, p0, p4
if-lez p2, :cond_1
return-wide p4
:cond_1
return-wide p0
.end method
.method public static clamp(FFF)F
.locals 1
cmpg-float v0, p0, p1
if-gez v0, :cond_0
return p1
:cond_0
cmpl-float p1, p0, p2
if-lez p1, :cond_1
return p2
:cond_1
return p0
.end method
.method public static clamp(III)I
.locals 0
if-ge p0, p1, :cond_0
return p1
:cond_0
if-le p0, p2, :cond_1
return p2
:cond_1
return p0
.end method