TitleItem.smali

.class public Lcom/cleanmaster/hpsharelib/base/dialog/item/TitleItem;
.super Lcom/cleanmaster/hpsharelib/base/dialog/item/DialogItem;
.source "TitleItem.java"


# direct methods
.method public constructor <init>(Landroid/content/Context;)V
    .registers 2

    .prologue
    .line 13
    invoke-direct {p0, p1}, Lcom/cleanmaster/hpsharelib/base/dialog/item/DialogItem;-><init>(Landroid/content/Context;)V

    .line 14
    return-void
.end method


# virtual methods
.method protected getChildLayoutId()I
    .registers 2

    .prologue
    .line 18
    sget v0, Lcom/cleanmaster/hpsharelib/R$layout;->dialog_title_item:I

    return v0
.end method

.method public getLayoutParam()Landroid/widget/LinearLayout$LayoutParams;
    .registers 5

    .prologue
    .line 23
    new-instance v0, Landroid/widget/LinearLayout$LayoutParams;

    const/4 v1, -0x1

    iget-object v2, p0, Lcom/cleanmaster/hpsharelib/base/dialog/item/TitleItem;->mContext:Landroid/content/Context;

    const/high16 v3, 0x424c0000    # 51.0f

    .line 24
    invoke-static {v2, v3}, Lcom/cleanmaster/hpsharelib/base/util/system/DimenUtils;->dp2px(Landroid/content/Context;F)I

    move-result v2

    invoke-direct {v0, v1, v2}, Landroid/widget/LinearLayout$LayoutParams;-><init>(II)V

    .line 23
    return-object v0
.end method