59 lines
1.1 KiB
Smali
59 lines
1.1 KiB
Smali
.class final Lcom/moji/tool/fps/FPSMeterBuilder$1;
|
|
.super Ljava/lang/Object;
|
|
.source "FPSMeterBuilder.java"
|
|
|
|
# interfaces
|
|
.implements Lcom/moji/tool/fps/Foreground$Listener;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/moji/tool/fps/FPSMeterBuilder;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x8
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 28
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a()V
|
|
.locals 1
|
|
|
|
.line 31
|
|
invoke-static {}, Lcom/moji/tool/fps/FPSMeterBuilder;->a()Lcom/moji/tool/fps/ui/FPSFloat;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Lcom/moji/tool/fps/ui/FPSFloat;->b()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public b()V
|
|
.locals 2
|
|
|
|
.line 36
|
|
invoke-static {}, Lcom/moji/tool/fps/FPSMeterBuilder;->a()Lcom/moji/tool/fps/ui/FPSFloat;
|
|
|
|
move-result-object v0
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-virtual {v0, v1}, Lcom/moji/tool/fps/ui/FPSFloat;->a(Z)V
|
|
|
|
return-void
|
|
.end method
|