DepthUtils$DepthClass.smali

.class Lcom/cleanmaster/util/DepthUtils$DepthClass;
.super Ljava/lang/Object;
.source "DepthUtils.java"


# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lcom/cleanmaster/util/DepthUtils;
.end annotation

.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0xa
    name = "DepthClass"
.end annotation


# instance fields
.field private depth:I


# direct methods
.method constructor <init>(I)V
    .registers 2

    .prologue
    .line 54
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    .line 55
    iput p1, p0, Lcom/cleanmaster/util/DepthUtils$DepthClass;->depth:I

    .line 56
    return-void
.end method


# virtual methods
.method public getDepth()I
    .registers 2

    .prologue
    .line 59
    iget v0, p0, Lcom/cleanmaster/util/DepthUtils$DepthClass;->depth:I

    return v0
.end method

.method public setDepth(I)V
    .registers 2

    .prologue
    .line 63
    iput p1, p0, Lcom/cleanmaster/util/DepthUtils$DepthClass;->depth:I

    .line 64
    return-void
.end method