LegendRenderer.smali
.class public Lcom/github/mikephil/charting/renderer/LegendRenderer;
.super Lcom/github/mikephil/charting/renderer/Renderer;
# instance fields
.field protected b:Landroid/graphics/Paint;
.field protected c:Landroid/graphics/Paint;
.field protected d:Lcom/github/mikephil/charting/components/Legend;
.field protected e:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Lcom/github/mikephil/charting/components/LegendEntry;",
">;"
}
.end annotation
.end field
.field protected f:Landroid/graphics/Paint$FontMetrics;
.field private g:Landroid/graphics/Path;
# direct methods
.method public constructor <init>(Lcom/github/mikephil/charting/utils/ViewPortHandler;Lcom/github/mikephil/charting/components/Legend;)V
.registers 4
invoke-direct {p0, p1}, Lcom/github/mikephil/charting/renderer/Renderer;-><init>(Lcom/github/mikephil/charting/utils/ViewPortHandler;)V
new-instance p1, Ljava/util/ArrayList;
const/16 v0, 0x10
invoke-direct {p1, v0}, Ljava/util/ArrayList;-><init>(I)V
iput-object p1, p0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->e:Ljava/util/List;
new-instance p1, Landroid/graphics/Paint$FontMetrics;
invoke-direct {p1}, Landroid/graphics/Paint$FontMetrics;-><init>()V
iput-object p1, p0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->f:Landroid/graphics/Paint$FontMetrics;
new-instance p1, Landroid/graphics/Path;
invoke-direct {p1}, Landroid/graphics/Path;-><init>()V
iput-object p1, p0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->g:Landroid/graphics/Path;
iput-object p2, p0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
new-instance p1, Landroid/graphics/Paint;
const/4 p2, 0x1
invoke-direct {p1, p2}, Landroid/graphics/Paint;-><init>(I)V
iput-object p1, p0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->b:Landroid/graphics/Paint;
const/high16 v0, 0x41100000 # 9.0f
invoke-static {v0}, Lcom/github/mikephil/charting/utils/Utils;->e(F)F
move-result v0
invoke-virtual {p1, v0}, Landroid/graphics/Paint;->setTextSize(F)V
iget-object p1, p0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->b:Landroid/graphics/Paint;
sget-object v0, Landroid/graphics/Paint$Align;->LEFT:Landroid/graphics/Paint$Align;
invoke-virtual {p1, v0}, Landroid/graphics/Paint;->setTextAlign(Landroid/graphics/Paint$Align;)V
new-instance p1, Landroid/graphics/Paint;
invoke-direct {p1, p2}, Landroid/graphics/Paint;-><init>(I)V
iput-object p1, p0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->c:Landroid/graphics/Paint;
sget-object p2, Landroid/graphics/Paint$Style;->FILL:Landroid/graphics/Paint$Style;
invoke-virtual {p1, p2}, Landroid/graphics/Paint;->setStyle(Landroid/graphics/Paint$Style;)V
return-void
.end method
# virtual methods
.method public a(Lcom/github/mikephil/charting/data/ChartData;)V
.registers 20
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/github/mikephil/charting/data/ChartData<",
"*>;)V"
}
.end annotation
move-object/from16 v0, p0
move-object/from16 v1, p1
iget-object v2, v0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v2}, Lcom/github/mikephil/charting/components/Legend;->D()Z
move-result v2
if-nez v2, :cond_1c1
iget-object v2, v0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->e:Ljava/util/List;
invoke-interface {v2}, Ljava/util/List;->clear()V
const/4 v3, 0x0
:goto_12
invoke-virtual/range {p1 .. p1}, Lcom/github/mikephil/charting/data/ChartData;->e()I
move-result v4
if-ge v3, v4, :cond_1a7
invoke-virtual {v1, v3}, Lcom/github/mikephil/charting/data/ChartData;->d(I)Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;
move-result-object v4
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->N()Ljava/util/List;
move-result-object v5
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->a0()I
move-result v6
instance-of v7, v4, Lcom/github/mikephil/charting/interfaces/datasets/IBarDataSet;
if-eqz v7, :cond_96
move-object v7, v4
check-cast v7, Lcom/github/mikephil/charting/interfaces/datasets/IBarDataSet;
invoke-interface {v7}, Lcom/github/mikephil/charting/interfaces/datasets/IBarDataSet;->U()Z
move-result v8
if-eqz v8, :cond_96
invoke-interface {v7}, Lcom/github/mikephil/charting/interfaces/datasets/IBarDataSet;->W()[Ljava/lang/String;
move-result-object v6
const/4 v8, 0x0
:goto_36
invoke-interface {v5}, Ljava/util/List;->size()I
move-result v9
if-ge v8, v9, :cond_74
invoke-interface {v7}, Lcom/github/mikephil/charting/interfaces/datasets/IBarDataSet;->O()I
move-result v9
if-ge v8, v9, :cond_74
iget-object v9, v0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->e:Ljava/util/List;
new-instance v15, Lcom/github/mikephil/charting/components/LegendEntry;
array-length v10, v6
rem-int v10, v8, v10
aget-object v11, v6, v10
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->p()Lcom/github/mikephil/charting/components/Legend$LegendForm;
move-result-object v12
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->B()F
move-result v13
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->x()F
move-result v14
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->m()Landroid/graphics/DashPathEffect;
move-result-object v16
invoke-interface {v5, v8}, Ljava/util/List;->get(I)Ljava/lang/Object;
move-result-object v10
check-cast v10, Ljava/lang/Integer;
invoke-virtual {v10}, Ljava/lang/Integer;->intValue()I
move-result v17
move-object v10, v15
move-object v2, v15
move-object/from16 v15, v16
move/from16 v16, v17
invoke-direct/range {v10 .. v16}, Lcom/github/mikephil/charting/components/LegendEntry;-><init>(Ljava/lang/String;Lcom/github/mikephil/charting/components/Legend$LegendForm;FFLandroid/graphics/DashPathEffect;I)V
invoke-interface {v9, v2}, Ljava/util/List;->add(Ljava/lang/Object;)Z
add-int/lit8 v8, v8, 0x1
goto :goto_36
:cond_74
invoke-interface {v7}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->getLabel()Ljava/lang/String;
move-result-object v2
if-eqz v2, :cond_93
iget-object v2, v0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->e:Ljava/util/List;
new-instance v12, Lcom/github/mikephil/charting/components/LegendEntry;
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->getLabel()Ljava/lang/String;
move-result-object v6
sget-object v7, Lcom/github/mikephil/charting/components/Legend$LegendForm;->f:Lcom/github/mikephil/charting/components/Legend$LegendForm;
const/high16 v8, 0x7fc00000 # Float.NaN
const/high16 v9, 0x7fc00000 # Float.NaN
const/4 v10, 0x0
const v11, 0x112233
move-object v5, v12
invoke-direct/range {v5 .. v11}, Lcom/github/mikephil/charting/components/LegendEntry;-><init>(Ljava/lang/String;Lcom/github/mikephil/charting/components/Legend$LegendForm;FFLandroid/graphics/DashPathEffect;I)V
invoke-interface {v2, v12}, Ljava/util/List;->add(Ljava/lang/Object;)Z
:cond_93
move-object v2, v1
goto/16 :goto_1a2
:cond_96
instance-of v2, v4, Lcom/github/mikephil/charting/interfaces/datasets/IPieDataSet;
if-eqz v2, :cond_fe
move-object v2, v4
check-cast v2, Lcom/github/mikephil/charting/interfaces/datasets/IPieDataSet;
const/4 v7, 0x0
:goto_9e
invoke-interface {v5}, Ljava/util/List;->size()I
move-result v8
if-ge v7, v8, :cond_dd
if-ge v7, v6, :cond_dd
iget-object v8, v0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->e:Ljava/util/List;
new-instance v15, Lcom/github/mikephil/charting/components/LegendEntry;
invoke-interface {v2, v7}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->y(I)Lcom/github/mikephil/charting/data/Entry;
move-result-object v9
check-cast v9, Lcom/github/mikephil/charting/data/PieEntry;
invoke-virtual {v9}, Lcom/github/mikephil/charting/data/PieEntry;->f()Ljava/lang/String;
move-result-object v10
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->p()Lcom/github/mikephil/charting/components/Legend$LegendForm;
move-result-object v11
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->B()F
move-result v12
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->x()F
move-result v13
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->m()Landroid/graphics/DashPathEffect;
move-result-object v14
invoke-interface {v5, v7}, Ljava/util/List;->get(I)Ljava/lang/Object;
move-result-object v9
check-cast v9, Ljava/lang/Integer;
invoke-virtual {v9}, Ljava/lang/Integer;->intValue()I
move-result v16
move-object v9, v15
move-object v1, v15
move/from16 v15, v16
invoke-direct/range {v9 .. v15}, Lcom/github/mikephil/charting/components/LegendEntry;-><init>(Ljava/lang/String;Lcom/github/mikephil/charting/components/Legend$LegendForm;FFLandroid/graphics/DashPathEffect;I)V
invoke-interface {v8, v1}, Ljava/util/List;->add(Ljava/lang/Object;)Z
add-int/lit8 v7, v7, 0x1
move-object/from16 v1, p1
goto :goto_9e
:cond_dd
invoke-interface {v2}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->getLabel()Ljava/lang/String;
move-result-object v1
if-eqz v1, :cond_1a0
iget-object v1, v0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->e:Ljava/util/List;
new-instance v2, Lcom/github/mikephil/charting/components/LegendEntry;
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->getLabel()Ljava/lang/String;
move-result-object v6
sget-object v7, Lcom/github/mikephil/charting/components/Legend$LegendForm;->f:Lcom/github/mikephil/charting/components/Legend$LegendForm;
const/high16 v8, 0x7fc00000 # Float.NaN
const/high16 v9, 0x7fc00000 # Float.NaN
const/4 v10, 0x0
const v11, 0x112233
move-object v5, v2
invoke-direct/range {v5 .. v11}, Lcom/github/mikephil/charting/components/LegendEntry;-><init>(Ljava/lang/String;Lcom/github/mikephil/charting/components/Legend$LegendForm;FFLandroid/graphics/DashPathEffect;I)V
invoke-interface {v1, v2}, Ljava/util/List;->add(Ljava/lang/Object;)Z
goto/16 :goto_1a0
:cond_fe
instance-of v1, v4, Lcom/github/mikephil/charting/interfaces/datasets/ICandleDataSet;
if-eqz v1, :cond_153
move-object v1, v4
check-cast v1, Lcom/github/mikephil/charting/interfaces/datasets/ICandleDataSet;
invoke-interface {v1}, Lcom/github/mikephil/charting/interfaces/datasets/ICandleDataSet;->f0()I
move-result v2
const v7, 0x112233
if-eq v2, v7, :cond_153
invoke-interface {v1}, Lcom/github/mikephil/charting/interfaces/datasets/ICandleDataSet;->f0()I
move-result v14
invoke-interface {v1}, Lcom/github/mikephil/charting/interfaces/datasets/ICandleDataSet;->X()I
move-result v1
iget-object v2, v0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->e:Ljava/util/List;
new-instance v5, Lcom/github/mikephil/charting/components/LegendEntry;
const/4 v9, 0x0
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->p()Lcom/github/mikephil/charting/components/Legend$LegendForm;
move-result-object v10
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->B()F
move-result v11
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->x()F
move-result v12
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->m()Landroid/graphics/DashPathEffect;
move-result-object v13
move-object v8, v5
invoke-direct/range {v8 .. v14}, Lcom/github/mikephil/charting/components/LegendEntry;-><init>(Ljava/lang/String;Lcom/github/mikephil/charting/components/Legend$LegendForm;FFLandroid/graphics/DashPathEffect;I)V
invoke-interface {v2, v5}, Ljava/util/List;->add(Ljava/lang/Object;)Z
iget-object v2, v0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->e:Ljava/util/List;
new-instance v12, Lcom/github/mikephil/charting/components/LegendEntry;
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->getLabel()Ljava/lang/String;
move-result-object v6
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->p()Lcom/github/mikephil/charting/components/Legend$LegendForm;
move-result-object v7
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->B()F
move-result v8
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->x()F
move-result v9
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->m()Landroid/graphics/DashPathEffect;
move-result-object v10
move-object v5, v12
move v11, v1
invoke-direct/range {v5 .. v11}, Lcom/github/mikephil/charting/components/LegendEntry;-><init>(Ljava/lang/String;Lcom/github/mikephil/charting/components/Legend$LegendForm;FFLandroid/graphics/DashPathEffect;I)V
invoke-interface {v2, v12}, Ljava/util/List;->add(Ljava/lang/Object;)Z
goto :goto_1a0
:cond_153
const/4 v1, 0x0
:goto_154
invoke-interface {v5}, Ljava/util/List;->size()I
move-result v2
if-ge v1, v2, :cond_1a0
if-ge v1, v6, :cond_1a0
invoke-interface {v5}, Ljava/util/List;->size()I
move-result v2
add-int/lit8 v2, v2, -0x1
if-ge v1, v2, :cond_16d
add-int/lit8 v2, v6, -0x1
if-ge v1, v2, :cond_16d
const/4 v2, 0x0
move-object v9, v2
move-object/from16 v2, p1
goto :goto_178
:cond_16d
move-object/from16 v2, p1
invoke-virtual {v2, v3}, Lcom/github/mikephil/charting/data/ChartData;->d(I)Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;
move-result-object v7
invoke-interface {v7}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->getLabel()Ljava/lang/String;
move-result-object v7
move-object v9, v7
:goto_178
iget-object v7, v0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->e:Ljava/util/List;
new-instance v15, Lcom/github/mikephil/charting/components/LegendEntry;
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->p()Lcom/github/mikephil/charting/components/Legend$LegendForm;
move-result-object v10
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->B()F
move-result v11
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->x()F
move-result v12
invoke-interface {v4}, Lcom/github/mikephil/charting/interfaces/datasets/IDataSet;->m()Landroid/graphics/DashPathEffect;
move-result-object v13
invoke-interface {v5, v1}, Ljava/util/List;->get(I)Ljava/lang/Object;
move-result-object v8
check-cast v8, Ljava/lang/Integer;
invoke-virtual {v8}, Ljava/lang/Integer;->intValue()I
move-result v14
move-object v8, v15
invoke-direct/range {v8 .. v14}, Lcom/github/mikephil/charting/components/LegendEntry;-><init>(Ljava/lang/String;Lcom/github/mikephil/charting/components/Legend$LegendForm;FFLandroid/graphics/DashPathEffect;I)V
invoke-interface {v7, v15}, Ljava/util/List;->add(Ljava/lang/Object;)Z
add-int/lit8 v1, v1, 0x1
goto :goto_154
:cond_1a0
:goto_1a0
move-object/from16 v2, p1
:goto_1a2
add-int/lit8 v3, v3, 0x1
move-object v1, v2
goto/16 :goto_12
:cond_1a7
iget-object v1, v0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v1}, Lcom/github/mikephil/charting/components/Legend;->n()[Lcom/github/mikephil/charting/components/LegendEntry;
move-result-object v1
if-eqz v1, :cond_1ba
iget-object v1, v0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->e:Ljava/util/List;
iget-object v2, v0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v2}, Lcom/github/mikephil/charting/components/Legend;->n()[Lcom/github/mikephil/charting/components/LegendEntry;
move-result-object v2
invoke-static {v1, v2}, Ljava/util/Collections;->addAll(Ljava/util/Collection;[Ljava/lang/Object;)Z
:cond_1ba
iget-object v1, v0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
iget-object v2, v0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->e:Ljava/util/List;
invoke-virtual {v1, v2}, Lcom/github/mikephil/charting/components/Legend;->E(Ljava/util/List;)V
:cond_1c1
iget-object v1, v0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v1}, Lcom/github/mikephil/charting/components/ComponentBase;->c()Landroid/graphics/Typeface;
move-result-object v1
if-eqz v1, :cond_1ce
iget-object v2, v0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->b:Landroid/graphics/Paint;
invoke-virtual {v2, v1}, Landroid/graphics/Paint;->setTypeface(Landroid/graphics/Typeface;)Landroid/graphics/Typeface;
:cond_1ce
iget-object v1, v0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->b:Landroid/graphics/Paint;
iget-object v2, v0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v2}, Lcom/github/mikephil/charting/components/ComponentBase;->b()F
move-result v2
invoke-virtual {v1, v2}, Landroid/graphics/Paint;->setTextSize(F)V
iget-object v1, v0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->b:Landroid/graphics/Paint;
iget-object v2, v0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v2}, Lcom/github/mikephil/charting/components/ComponentBase;->a()I
move-result v2
invoke-virtual {v1, v2}, Landroid/graphics/Paint;->setColor(I)V
iget-object v1, v0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
iget-object v2, v0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->b:Landroid/graphics/Paint;
iget-object v3, v0, Lcom/github/mikephil/charting/renderer/Renderer;->a:Lcom/github/mikephil/charting/utils/ViewPortHandler;
invoke-virtual {v1, v2, v3}, Lcom/github/mikephil/charting/components/Legend;->h(Landroid/graphics/Paint;Lcom/github/mikephil/charting/utils/ViewPortHandler;)V
return-void
.end method
.method protected b(Landroid/graphics/Canvas;FFLcom/github/mikephil/charting/components/LegendEntry;Lcom/github/mikephil/charting/components/Legend;)V
.registers 16
iget v0, p4, Lcom/github/mikephil/charting/components/LegendEntry;->f:I
const v1, 0x112234
if-eq v0, v1, :cond_ba
const v1, 0x112233
if-eq v0, v1, :cond_ba
if-nez v0, :cond_10
goto/16 :goto_ba
:cond_10
invoke-virtual {p1}, Landroid/graphics/Canvas;->save()I
move-result v0
iget-object v1, p4, Lcom/github/mikephil/charting/components/LegendEntry;->b:Lcom/github/mikephil/charting/components/Legend$LegendForm;
sget-object v2, Lcom/github/mikephil/charting/components/Legend$LegendForm;->h:Lcom/github/mikephil/charting/components/Legend$LegendForm;
if-ne v1, v2, :cond_1e
invoke-virtual {p5}, Lcom/github/mikephil/charting/components/Legend;->o()Lcom/github/mikephil/charting/components/Legend$LegendForm;
move-result-object v1
:cond_1e
iget-object v2, p0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->c:Landroid/graphics/Paint;
iget v3, p4, Lcom/github/mikephil/charting/components/LegendEntry;->f:I
invoke-virtual {v2, v3}, Landroid/graphics/Paint;->setColor(I)V
iget v2, p4, Lcom/github/mikephil/charting/components/LegendEntry;->c:F
invoke-static {v2}, Ljava/lang/Float;->isNaN(F)Z
move-result v2
if-eqz v2, :cond_32
invoke-virtual {p5}, Lcom/github/mikephil/charting/components/Legend;->r()F
move-result v2
goto :goto_34
:cond_32
iget v2, p4, Lcom/github/mikephil/charting/components/LegendEntry;->c:F
:goto_34
invoke-static {v2}, Lcom/github/mikephil/charting/utils/Utils;->e(F)F
move-result v2
const/high16 v3, 0x40000000 # 2.0f
div-float v3, v2, v3
sget-object v4, Lcom/github/mikephil/charting/renderer/LegendRenderer$1;->d:[I
invoke-virtual {v1}, Ljava/lang/Enum;->ordinal()I
move-result v1
aget v1, v4, v1
const/4 v4, 0x3
if-eq v1, v4, :cond_aa
const/4 v4, 0x4
if-eq v1, v4, :cond_aa
const/4 v4, 0x5
if-eq v1, v4, :cond_95
const/4 v3, 0x6
if-eq v1, v3, :cond_51
goto :goto_b7
:cond_51
iget v1, p4, Lcom/github/mikephil/charting/components/LegendEntry;->d:F
invoke-static {v1}, Ljava/lang/Float;->isNaN(F)Z
move-result v1
if-eqz v1, :cond_5e
invoke-virtual {p5}, Lcom/github/mikephil/charting/components/Legend;->q()F
move-result v1
goto :goto_60
:cond_5e
iget v1, p4, Lcom/github/mikephil/charting/components/LegendEntry;->d:F
:goto_60
invoke-static {v1}, Lcom/github/mikephil/charting/utils/Utils;->e(F)F
move-result v1
iget-object p4, p4, Lcom/github/mikephil/charting/components/LegendEntry;->e:Landroid/graphics/DashPathEffect;
if-nez p4, :cond_6c
invoke-virtual {p5}, Lcom/github/mikephil/charting/components/Legend;->p()Landroid/graphics/DashPathEffect;
move-result-object p4
:cond_6c
iget-object p5, p0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->c:Landroid/graphics/Paint;
sget-object v3, Landroid/graphics/Paint$Style;->STROKE:Landroid/graphics/Paint$Style;
invoke-virtual {p5, v3}, Landroid/graphics/Paint;->setStyle(Landroid/graphics/Paint$Style;)V
iget-object p5, p0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->c:Landroid/graphics/Paint;
invoke-virtual {p5, v1}, Landroid/graphics/Paint;->setStrokeWidth(F)V
iget-object p5, p0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->c:Landroid/graphics/Paint;
invoke-virtual {p5, p4}, Landroid/graphics/Paint;->setPathEffect(Landroid/graphics/PathEffect;)Landroid/graphics/PathEffect;
iget-object p4, p0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->g:Landroid/graphics/Path;
invoke-virtual {p4}, Landroid/graphics/Path;->reset()V
iget-object p4, p0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->g:Landroid/graphics/Path;
invoke-virtual {p4, p2, p3}, Landroid/graphics/Path;->moveTo(FF)V
iget-object p4, p0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->g:Landroid/graphics/Path;
add-float/2addr p2, v2
invoke-virtual {p4, p2, p3}, Landroid/graphics/Path;->lineTo(FF)V
iget-object p2, p0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->g:Landroid/graphics/Path;
iget-object p3, p0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->c:Landroid/graphics/Paint;
invoke-virtual {p1, p2, p3}, Landroid/graphics/Canvas;->drawPath(Landroid/graphics/Path;Landroid/graphics/Paint;)V
goto :goto_b7
:cond_95
iget-object p4, p0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->c:Landroid/graphics/Paint;
sget-object p5, Landroid/graphics/Paint$Style;->FILL:Landroid/graphics/Paint$Style;
invoke-virtual {p4, p5}, Landroid/graphics/Paint;->setStyle(Landroid/graphics/Paint$Style;)V
sub-float v6, p3, v3
add-float v7, p2, v2
add-float v8, p3, v3
iget-object v9, p0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->c:Landroid/graphics/Paint;
move-object v4, p1
move v5, p2
invoke-virtual/range {v4 .. v9}, Landroid/graphics/Canvas;->drawRect(FFFFLandroid/graphics/Paint;)V
goto :goto_b7
:cond_aa
iget-object p4, p0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->c:Landroid/graphics/Paint;
sget-object p5, Landroid/graphics/Paint$Style;->FILL:Landroid/graphics/Paint$Style;
invoke-virtual {p4, p5}, Landroid/graphics/Paint;->setStyle(Landroid/graphics/Paint$Style;)V
add-float/2addr p2, v3
iget-object p4, p0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->c:Landroid/graphics/Paint;
invoke-virtual {p1, p2, p3, v3, p4}, Landroid/graphics/Canvas;->drawCircle(FFFLandroid/graphics/Paint;)V
:goto_b7
invoke-virtual {p1, v0}, Landroid/graphics/Canvas;->restoreToCount(I)V
:cond_ba
:goto_ba
return-void
.end method
.method protected c(Landroid/graphics/Canvas;FFLjava/lang/String;)V
.registers 6
iget-object v0, p0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->b:Landroid/graphics/Paint;
invoke-virtual {p1, p4, p2, p3, v0}, Landroid/graphics/Canvas;->drawText(Ljava/lang/String;FFLandroid/graphics/Paint;)V
return-void
.end method
.method public d()Landroid/graphics/Paint;
.registers 2
iget-object v0, p0, Lcom/github/mikephil/charting/renderer/LegendRenderer;->b:Landroid/graphics/Paint;
return-object v0
.end method
.method public e(Landroid/graphics/Canvas;)V
.registers 36
move-object/from16 v6, p0
move-object/from16 v7, p1
iget-object v0, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v0}, Lcom/github/mikephil/charting/components/ComponentBase;->f()Z
move-result v0
if-nez v0, :cond_d
return-void
:cond_d
iget-object v0, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v0}, Lcom/github/mikephil/charting/components/ComponentBase;->c()Landroid/graphics/Typeface;
move-result-object v0
if-eqz v0, :cond_1a
iget-object v1, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->b:Landroid/graphics/Paint;
invoke-virtual {v1, v0}, Landroid/graphics/Paint;->setTypeface(Landroid/graphics/Typeface;)Landroid/graphics/Typeface;
:cond_1a
iget-object v0, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->b:Landroid/graphics/Paint;
iget-object v1, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v1}, Lcom/github/mikephil/charting/components/ComponentBase;->b()F
move-result v1
invoke-virtual {v0, v1}, Landroid/graphics/Paint;->setTextSize(F)V
iget-object v0, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->b:Landroid/graphics/Paint;
iget-object v1, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v1}, Lcom/github/mikephil/charting/components/ComponentBase;->a()I
move-result v1
invoke-virtual {v0, v1}, Landroid/graphics/Paint;->setColor(I)V
iget-object v0, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->b:Landroid/graphics/Paint;
iget-object v1, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->f:Landroid/graphics/Paint$FontMetrics;
invoke-static {v0, v1}, Lcom/github/mikephil/charting/utils/Utils;->l(Landroid/graphics/Paint;Landroid/graphics/Paint$FontMetrics;)F
move-result v8
iget-object v0, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->b:Landroid/graphics/Paint;
iget-object v1, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->f:Landroid/graphics/Paint$FontMetrics;
invoke-static {v0, v1}, Lcom/github/mikephil/charting/utils/Utils;->n(Landroid/graphics/Paint;Landroid/graphics/Paint$FontMetrics;)F
move-result v0
iget-object v1, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v1}, Lcom/github/mikephil/charting/components/Legend;->B()F
move-result v1
invoke-static {v1}, Lcom/github/mikephil/charting/utils/Utils;->e(F)F
move-result v1
add-float v9, v0, v1
iget-object v0, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->b:Landroid/graphics/Paint;
const-string v1, "ABC"
invoke-static {v0, v1}, Lcom/github/mikephil/charting/utils/Utils;->a(Landroid/graphics/Paint;Ljava/lang/String;)I
move-result v0
int-to-float v0, v0
const/high16 v10, 0x40000000 # 2.0f
div-float/2addr v0, v10
sub-float v11, v8, v0
iget-object v0, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v0}, Lcom/github/mikephil/charting/components/Legend;->m()[Lcom/github/mikephil/charting/components/LegendEntry;
move-result-object v12
iget-object v0, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v0}, Lcom/github/mikephil/charting/components/Legend;->s()F
move-result v0
invoke-static {v0}, Lcom/github/mikephil/charting/utils/Utils;->e(F)F
move-result v13
iget-object v0, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v0}, Lcom/github/mikephil/charting/components/Legend;->A()F
move-result v0
invoke-static {v0}, Lcom/github/mikephil/charting/utils/Utils;->e(F)F
move-result v14
iget-object v0, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v0}, Lcom/github/mikephil/charting/components/Legend;->x()Lcom/github/mikephil/charting/components/Legend$LegendOrientation;
move-result-object v0
iget-object v1, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v1}, Lcom/github/mikephil/charting/components/Legend;->t()Lcom/github/mikephil/charting/components/Legend$LegendHorizontalAlignment;
move-result-object v15
iget-object v1, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v1}, Lcom/github/mikephil/charting/components/Legend;->z()Lcom/github/mikephil/charting/components/Legend$LegendVerticalAlignment;
move-result-object v1
iget-object v2, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v2}, Lcom/github/mikephil/charting/components/Legend;->l()Lcom/github/mikephil/charting/components/Legend$LegendDirection;
move-result-object v5
iget-object v2, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v2}, Lcom/github/mikephil/charting/components/Legend;->r()F
move-result v2
invoke-static {v2}, Lcom/github/mikephil/charting/utils/Utils;->e(F)F
move-result v16
iget-object v2, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v2}, Lcom/github/mikephil/charting/components/Legend;->y()F
move-result v2
invoke-static {v2}, Lcom/github/mikephil/charting/utils/Utils;->e(F)F
move-result v4
iget-object v2, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v2}, Lcom/github/mikephil/charting/components/ComponentBase;->e()F
move-result v2
iget-object v3, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v3}, Lcom/github/mikephil/charting/components/ComponentBase;->d()F
move-result v3
sget-object v17, Lcom/github/mikephil/charting/renderer/LegendRenderer$1;->a:[I
invoke-virtual {v15}, Ljava/lang/Enum;->ordinal()I
move-result v18
aget v10, v17, v18
move/from16 v17, v4
const/4 v4, 0x2
const/16 v20, 0x0
move/from16 v21, v14
const/4 v14, 0x1
if-eq v10, v14, :cond_13a
if-eq v10, v4, :cond_11a
const/4 v4, 0x3
if-eq v10, v4, :cond_c9
move/from16 v26, v8
move v14, v9
const/4 v7, 0x0
goto/16 :goto_154
:cond_c9
sget-object v4, Lcom/github/mikephil/charting/components/Legend$LegendOrientation;->g:Lcom/github/mikephil/charting/components/Legend$LegendOrientation;
if-ne v0, v4, :cond_d7
iget-object v4, v6, Lcom/github/mikephil/charting/renderer/Renderer;->a:Lcom/github/mikephil/charting/utils/ViewPortHandler;
invoke-virtual {v4}, Lcom/github/mikephil/charting/utils/ViewPortHandler;->g()F
move-result v4
const/high16 v10, 0x40000000 # 2.0f
div-float/2addr v4, v10
goto :goto_e7
:cond_d7
const/high16 v10, 0x40000000 # 2.0f
iget-object v4, v6, Lcom/github/mikephil/charting/renderer/Renderer;->a:Lcom/github/mikephil/charting/utils/ViewPortHandler;
invoke-virtual {v4}, Lcom/github/mikephil/charting/utils/ViewPortHandler;->b()F
move-result v4
iget-object v14, v6, Lcom/github/mikephil/charting/renderer/Renderer;->a:Lcom/github/mikephil/charting/utils/ViewPortHandler;
invoke-virtual {v14}, Lcom/github/mikephil/charting/utils/ViewPortHandler;->e()F
move-result v14
div-float/2addr v14, v10
add-float/2addr v4, v14
:goto_e7
sget-object v10, Lcom/github/mikephil/charting/components/Legend$LegendDirection;->f:Lcom/github/mikephil/charting/components/Legend$LegendDirection;
if-ne v5, v10, :cond_ed
move v10, v3
goto :goto_ee
:cond_ed
neg-float v10, v3
:goto_ee
add-float/2addr v4, v10
sget-object v10, Lcom/github/mikephil/charting/components/Legend$LegendOrientation;->g:Lcom/github/mikephil/charting/components/Legend$LegendOrientation;
if-ne v0, v10, :cond_116
move v14, v9
float-to-double v9, v4
sget-object v4, Lcom/github/mikephil/charting/components/Legend$LegendDirection;->f:Lcom/github/mikephil/charting/components/Legend$LegendDirection;
const-wide/high16 v24, 0x4000000000000000L # 2.0
if-ne v5, v4, :cond_108
iget-object v4, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
iget v4, v4, Lcom/github/mikephil/charting/components/Legend;->x:F
neg-float v4, v4
move/from16 v26, v8
float-to-double v7, v4
div-double v7, v7, v24
float-to-double v3, v3
add-double/2addr v7, v3
goto :goto_113
:cond_108
move/from16 v26, v8
iget-object v4, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
iget v4, v4, Lcom/github/mikephil/charting/components/Legend;->x:F
float-to-double v7, v4
div-double v7, v7, v24
float-to-double v3, v3
sub-double/2addr v7, v3
:goto_113
add-double/2addr v9, v7
double-to-float v4, v9
goto :goto_138
:cond_116
move/from16 v26, v8
move v14, v9
goto :goto_138
:cond_11a
move/from16 v26, v8
move v14, v9
sget-object v4, Lcom/github/mikephil/charting/components/Legend$LegendOrientation;->g:Lcom/github/mikephil/charting/components/Legend$LegendOrientation;
if-ne v0, v4, :cond_128
iget-object v4, v6, Lcom/github/mikephil/charting/renderer/Renderer;->a:Lcom/github/mikephil/charting/utils/ViewPortHandler;
invoke-virtual {v4}, Lcom/github/mikephil/charting/utils/ViewPortHandler;->g()F
move-result v4
goto :goto_12e
:cond_128
iget-object v4, v6, Lcom/github/mikephil/charting/renderer/Renderer;->a:Lcom/github/mikephil/charting/utils/ViewPortHandler;
invoke-virtual {v4}, Lcom/github/mikephil/charting/utils/ViewPortHandler;->c()F
move-result v4
:goto_12e
sub-float/2addr v4, v3
sget-object v3, Lcom/github/mikephil/charting/components/Legend$LegendDirection;->f:Lcom/github/mikephil/charting/components/Legend$LegendDirection;
if-ne v5, v3, :cond_138
iget-object v3, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
iget v3, v3, Lcom/github/mikephil/charting/components/Legend;->x:F
sub-float/2addr v4, v3
:cond_138
:goto_138
move v7, v4
goto :goto_154
:cond_13a
move/from16 v26, v8
move v14, v9
sget-object v4, Lcom/github/mikephil/charting/components/Legend$LegendOrientation;->g:Lcom/github/mikephil/charting/components/Legend$LegendOrientation;
if-ne v0, v4, :cond_142
goto :goto_149
:cond_142
iget-object v4, v6, Lcom/github/mikephil/charting/renderer/Renderer;->a:Lcom/github/mikephil/charting/utils/ViewPortHandler;
invoke-virtual {v4}, Lcom/github/mikephil/charting/utils/ViewPortHandler;->b()F
move-result v4
add-float/2addr v3, v4
:goto_149
sget-object v4, Lcom/github/mikephil/charting/components/Legend$LegendDirection;->g:Lcom/github/mikephil/charting/components/Legend$LegendDirection;
if-ne v5, v4, :cond_153
iget-object v4, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
iget v4, v4, Lcom/github/mikephil/charting/components/Legend;->x:F
add-float/2addr v4, v3
goto :goto_138
:cond_153
move v7, v3
:goto_154
sget-object v3, Lcom/github/mikephil/charting/renderer/LegendRenderer$1;->c:[I
invoke-virtual {v0}, Ljava/lang/Enum;->ordinal()I
move-result v0
aget v0, v3, v0
const/4 v3, 0x1
if-eq v0, v3, :cond_264
const/4 v4, 0x2
if-eq v0, v4, :cond_164
goto/16 :goto_3c8
:cond_164
sget-object v0, Lcom/github/mikephil/charting/renderer/LegendRenderer$1;->b:[I
invoke-virtual {v1}, Ljava/lang/Enum;->ordinal()I
move-result v1
aget v0, v0, v1
if-eq v0, v3, :cond_1a2
if-eq v0, v4, :cond_18a
const/4 v1, 0x3
if-eq v0, v1, :cond_175
const/4 v0, 0x0
goto :goto_1af
:cond_175
iget-object v0, v6, Lcom/github/mikephil/charting/renderer/Renderer;->a:Lcom/github/mikephil/charting/utils/ViewPortHandler;
invoke-virtual {v0}, Lcom/github/mikephil/charting/utils/ViewPortHandler;->f()F
move-result v0
const/high16 v1, 0x40000000 # 2.0f
div-float/2addr v0, v1
iget-object v2, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
iget v3, v2, Lcom/github/mikephil/charting/components/Legend;->y:F
div-float/2addr v3, v1
sub-float/2addr v0, v3
invoke-virtual {v2}, Lcom/github/mikephil/charting/components/ComponentBase;->e()F
move-result v1
add-float/2addr v0, v1
goto :goto_1af
:cond_18a
sget-object v0, Lcom/github/mikephil/charting/components/Legend$LegendHorizontalAlignment;->g:Lcom/github/mikephil/charting/components/Legend$LegendHorizontalAlignment;
if-ne v15, v0, :cond_195
iget-object v0, v6, Lcom/github/mikephil/charting/renderer/Renderer;->a:Lcom/github/mikephil/charting/utils/ViewPortHandler;
invoke-virtual {v0}, Lcom/github/mikephil/charting/utils/ViewPortHandler;->f()F
move-result v0
goto :goto_19b
:cond_195
iget-object v0, v6, Lcom/github/mikephil/charting/renderer/Renderer;->a:Lcom/github/mikephil/charting/utils/ViewPortHandler;
invoke-virtual {v0}, Lcom/github/mikephil/charting/utils/ViewPortHandler;->a()F
move-result v0
:goto_19b
iget-object v1, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
iget v1, v1, Lcom/github/mikephil/charting/components/Legend;->y:F
add-float/2addr v1, v2
sub-float/2addr v0, v1
goto :goto_1af
:cond_1a2
sget-object v0, Lcom/github/mikephil/charting/components/Legend$LegendHorizontalAlignment;->g:Lcom/github/mikephil/charting/components/Legend$LegendHorizontalAlignment;
if-ne v15, v0, :cond_1a8
const/4 v0, 0x0
goto :goto_1ae
:cond_1a8
iget-object v0, v6, Lcom/github/mikephil/charting/renderer/Renderer;->a:Lcom/github/mikephil/charting/utils/ViewPortHandler;
invoke-virtual {v0}, Lcom/github/mikephil/charting/utils/ViewPortHandler;->d()F
move-result v0
:goto_1ae
add-float/2addr v0, v2
:goto_1af
move v9, v0
const/4 v10, 0x0
const/4 v15, 0x0
const/16 v18, 0x0
:goto_1b4
array-length v0, v12
if-ge v15, v0, :cond_3c8
aget-object v4, v12, v15
iget-object v0, v4, Lcom/github/mikephil/charting/components/LegendEntry;->b:Lcom/github/mikephil/charting/components/Legend$LegendForm;
sget-object v1, Lcom/github/mikephil/charting/components/Legend$LegendForm;->f:Lcom/github/mikephil/charting/components/Legend$LegendForm;
if-eq v0, v1, :cond_1c2
const/16 v19, 0x1
goto :goto_1c4
:cond_1c2
const/16 v19, 0x0
:goto_1c4
iget v0, v4, Lcom/github/mikephil/charting/components/LegendEntry;->c:F
invoke-static {v0}, Ljava/lang/Float;->isNaN(F)Z
move-result v0
if-eqz v0, :cond_1cf
move/from16 v21, v16
goto :goto_1d7
:cond_1cf
iget v0, v4, Lcom/github/mikephil/charting/components/LegendEntry;->c:F
invoke-static {v0}, Lcom/github/mikephil/charting/utils/Utils;->e(F)F
move-result v0
move/from16 v21, v0
:goto_1d7
if-eqz v19, :cond_207
sget-object v0, Lcom/github/mikephil/charting/components/Legend$LegendDirection;->f:Lcom/github/mikephil/charting/components/Legend$LegendDirection;
if-ne v5, v0, :cond_1e0
add-float v0, v7, v18
goto :goto_1e4
:cond_1e0
sub-float v0, v21, v18
sub-float v0, v7, v0
:goto_1e4
move/from16 v22, v0
add-float v3, v9, v11
iget-object v2, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
move-object/from16 v0, p0
move-object/from16 v1, p1
move-object/from16 v24, v2
move/from16 v2, v22
move/from16 v8, v17
move-object/from16 v17, v4
move/from16 v27, v11
move-object v11, v5
move-object/from16 v5, v24
invoke-virtual/range {v0 .. v5}, Lcom/github/mikephil/charting/renderer/LegendRenderer;->b(Landroid/graphics/Canvas;FFLcom/github/mikephil/charting/components/LegendEntry;Lcom/github/mikephil/charting/components/Legend;)V
sget-object v0, Lcom/github/mikephil/charting/components/Legend$LegendDirection;->f:Lcom/github/mikephil/charting/components/Legend$LegendDirection;
if-ne v11, v0, :cond_204
add-float v22, v22, v21
:cond_204
move-object/from16 v0, v17
goto :goto_20f
:cond_207
move/from16 v27, v11
move/from16 v8, v17
move-object v11, v5
move-object v0, v4
move/from16 v22, v7
:goto_20f
iget-object v1, v0, Lcom/github/mikephil/charting/components/LegendEntry;->a:Ljava/lang/String;
if-eqz v1, :cond_254
if-eqz v19, :cond_221
if-nez v10, :cond_221
sget-object v1, Lcom/github/mikephil/charting/components/Legend$LegendDirection;->f:Lcom/github/mikephil/charting/components/Legend$LegendDirection;
if-ne v11, v1, :cond_21d
move v1, v13
goto :goto_21e
:cond_21d
neg-float v1, v13
:goto_21e
add-float v22, v22, v1
goto :goto_225
:cond_221
if-eqz v10, :cond_225
move/from16 v22, v7
:cond_225
:goto_225
sget-object v1, Lcom/github/mikephil/charting/components/Legend$LegendDirection;->g:Lcom/github/mikephil/charting/components/Legend$LegendDirection;
if-ne v11, v1, :cond_234
iget-object v1, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->b:Landroid/graphics/Paint;
iget-object v2, v0, Lcom/github/mikephil/charting/components/LegendEntry;->a:Ljava/lang/String;
invoke-static {v1, v2}, Lcom/github/mikephil/charting/utils/Utils;->d(Landroid/graphics/Paint;Ljava/lang/String;)I
move-result v1
int-to-float v1, v1
sub-float v22, v22, v1
:cond_234
move/from16 v1, v22
if-nez v10, :cond_242
add-float v2, v9, v26
iget-object v0, v0, Lcom/github/mikephil/charting/components/LegendEntry;->a:Ljava/lang/String;
move-object/from16 v5, p1
invoke-virtual {v6, v5, v1, v2, v0}, Lcom/github/mikephil/charting/renderer/LegendRenderer;->c(Landroid/graphics/Canvas;FFLjava/lang/String;)V
goto :goto_24e
:cond_242
move-object/from16 v5, p1
add-float v2, v26, v14
add-float/2addr v9, v2
add-float v2, v9, v26
iget-object v0, v0, Lcom/github/mikephil/charting/components/LegendEntry;->a:Ljava/lang/String;
invoke-virtual {v6, v5, v1, v2, v0}, Lcom/github/mikephil/charting/renderer/LegendRenderer;->c(Landroid/graphics/Canvas;FFLjava/lang/String;)V
:goto_24e
add-float v0, v26, v14
add-float/2addr v9, v0
const/16 v18, 0x0
goto :goto_25b
:cond_254
move-object/from16 v5, p1
add-float v21, v21, v8
add-float v18, v18, v21
const/4 v10, 0x1
:goto_25b
add-int/lit8 v15, v15, 0x1
move/from16 v17, v8
move-object v5, v11
move/from16 v11, v27
goto/16 :goto_1b4
:cond_264
move/from16 v27, v11
move/from16 v8, v17
move-object v11, v5
move-object/from16 v5, p1
iget-object v0, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v0}, Lcom/github/mikephil/charting/components/Legend;->k()Ljava/util/List;
move-result-object v9
iget-object v0, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v0}, Lcom/github/mikephil/charting/components/Legend;->j()Ljava/util/List;
move-result-object v10
iget-object v0, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
invoke-virtual {v0}, Lcom/github/mikephil/charting/components/Legend;->i()Ljava/util/List;
move-result-object v4
sget-object v0, Lcom/github/mikephil/charting/renderer/LegendRenderer$1;->b:[I
invoke-virtual {v1}, Ljava/lang/Enum;->ordinal()I
move-result v1
aget v0, v0, v1
const/4 v3, 0x1
if-eq v0, v3, :cond_2ad
const/4 v1, 0x2
if-eq v0, v1, :cond_2a0
const/4 v1, 0x3
if-eq v0, v1, :cond_290
const/4 v2, 0x0
goto :goto_2ad
:cond_290
iget-object v0, v6, Lcom/github/mikephil/charting/renderer/Renderer;->a:Lcom/github/mikephil/charting/utils/ViewPortHandler;
invoke-virtual {v0}, Lcom/github/mikephil/charting/utils/ViewPortHandler;->f()F
move-result v0
iget-object v1, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
iget v1, v1, Lcom/github/mikephil/charting/components/Legend;->y:F
sub-float/2addr v0, v1
const/high16 v1, 0x40000000 # 2.0f
div-float/2addr v0, v1
add-float/2addr v2, v0
goto :goto_2ad
:cond_2a0
iget-object v0, v6, Lcom/github/mikephil/charting/renderer/Renderer;->a:Lcom/github/mikephil/charting/utils/ViewPortHandler;
invoke-virtual {v0}, Lcom/github/mikephil/charting/utils/ViewPortHandler;->f()F
move-result v0
sub-float/2addr v0, v2
iget-object v1, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
iget v1, v1, Lcom/github/mikephil/charting/components/Legend;->y:F
sub-float v2, v0, v1
:cond_2ad
:goto_2ad
array-length v1, v12
move/from16 v17, v7
const/4 v0, 0x0
const/4 v3, 0x0
:goto_2b2
if-ge v0, v1, :cond_3c8
move/from16 v18, v8
aget-object v8, v12, v0
move/from16 v20, v1
iget-object v1, v8, Lcom/github/mikephil/charting/components/LegendEntry;->b:Lcom/github/mikephil/charting/components/Legend$LegendForm;
sget-object v5, Lcom/github/mikephil/charting/components/Legend$LegendForm;->f:Lcom/github/mikephil/charting/components/Legend$LegendForm;
if-eq v1, v5, :cond_2c3
const/16 v22, 0x1
goto :goto_2c5
:cond_2c3
const/16 v22, 0x0
:goto_2c5
iget v1, v8, Lcom/github/mikephil/charting/components/LegendEntry;->c:F
invoke-static {v1}, Ljava/lang/Float;->isNaN(F)Z
move-result v1
if-eqz v1, :cond_2d0
move/from16 v24, v16
goto :goto_2d8
:cond_2d0
iget v1, v8, Lcom/github/mikephil/charting/components/LegendEntry;->c:F
invoke-static {v1}, Lcom/github/mikephil/charting/utils/Utils;->e(F)F
move-result v1
move/from16 v24, v1
:goto_2d8
invoke-interface {v4}, Ljava/util/List;->size()I
move-result v1
if-ge v0, v1, :cond_2f1
invoke-interface {v4, v0}, Ljava/util/List;->get(I)Ljava/lang/Object;
move-result-object v1
check-cast v1, Ljava/lang/Boolean;
invoke-virtual {v1}, Ljava/lang/Boolean;->booleanValue()Z
move-result v1
if-eqz v1, :cond_2f1
add-float v1, v26, v14
add-float/2addr v2, v1
move/from16 v17, v2
move v1, v7
goto :goto_2f5
:cond_2f1
move/from16 v1, v17
move/from16 v17, v2
:goto_2f5
cmpl-float v2, v1, v7
if-nez v2, :cond_321
sget-object v2, Lcom/github/mikephil/charting/components/Legend$LegendHorizontalAlignment;->g:Lcom/github/mikephil/charting/components/Legend$LegendHorizontalAlignment;
if-ne v15, v2, :cond_321
invoke-interface {v9}, Ljava/util/List;->size()I
move-result v2
if-ge v3, v2, :cond_321
sget-object v2, Lcom/github/mikephil/charting/components/Legend$LegendDirection;->g:Lcom/github/mikephil/charting/components/Legend$LegendDirection;
if-ne v11, v2, :cond_310
invoke-interface {v9, v3}, Ljava/util/List;->get(I)Ljava/lang/Object;
move-result-object v2
check-cast v2, Lcom/github/mikephil/charting/utils/FSize;
iget v2, v2, Lcom/github/mikephil/charting/utils/FSize;->c:F
goto :goto_319
:cond_310
invoke-interface {v9, v3}, Ljava/util/List;->get(I)Ljava/lang/Object;
move-result-object v2
check-cast v2, Lcom/github/mikephil/charting/utils/FSize;
iget v2, v2, Lcom/github/mikephil/charting/utils/FSize;->c:F
neg-float v2, v2
:goto_319
const/high16 v19, 0x40000000 # 2.0f
div-float v2, v2, v19
add-float/2addr v1, v2
add-int/lit8 v3, v3, 0x1
goto :goto_323
:cond_321
const/high16 v19, 0x40000000 # 2.0f
:goto_323
move/from16 v28, v3
iget-object v2, v8, Lcom/github/mikephil/charting/components/LegendEntry;->a:Ljava/lang/String;
if-nez v2, :cond_32c
const/16 v29, 0x1
goto :goto_32e
:cond_32c
const/16 v29, 0x0
:goto_32e
if-eqz v22, :cond_35c
sget-object v2, Lcom/github/mikephil/charting/components/Legend$LegendDirection;->g:Lcom/github/mikephil/charting/components/Legend$LegendDirection;
if-ne v11, v2, :cond_336
sub-float v1, v1, v24
:cond_336
move/from16 v30, v1
add-float v3, v17, v27
iget-object v5, v6, Lcom/github/mikephil/charting/renderer/LegendRenderer;->d:Lcom/github/mikephil/charting/components/Legend;
move v2, v0
move-object/from16 v0, p0
move-object/from16 v1, p1
move/from16 v31, v7
move v7, v2
move/from16 v2, v30
const/16 v23, 0x1
move-object/from16 v32, v4
move-object v4, v8
move-object/from16 v33, v9
move-object/from16 v9, p1
invoke-virtual/range {v0 .. v5}, Lcom/github/mikephil/charting/renderer/LegendRenderer;->b(Landroid/graphics/Canvas;FFLcom/github/mikephil/charting/components/LegendEntry;Lcom/github/mikephil/charting/components/Legend;)V
sget-object v0, Lcom/github/mikephil/charting/components/Legend$LegendDirection;->f:Lcom/github/mikephil/charting/components/Legend$LegendDirection;
if-ne v11, v0, :cond_359
add-float v1, v30, v24
goto :goto_367
:cond_359
move/from16 v1, v30
goto :goto_367
:cond_35c
move-object/from16 v32, v4
move/from16 v31, v7
move-object/from16 v33, v9
const/16 v23, 0x1
move-object/from16 v9, p1
move v7, v0
:goto_367
if-nez v29, :cond_3a3
if-eqz v22, :cond_373
sget-object v0, Lcom/github/mikephil/charting/components/Legend$LegendDirection;->g:Lcom/github/mikephil/charting/components/Legend$LegendDirection;
if-ne v11, v0, :cond_371
neg-float v0, v13
goto :goto_372
:cond_371
move v0, v13
:goto_372
add-float/2addr v1, v0
:cond_373
sget-object v0, Lcom/github/mikephil/charting/components/Legend$LegendDirection;->g:Lcom/github/mikephil/charting/components/Legend$LegendDirection;
if-ne v11, v0, :cond_380
invoke-interface {v10, v7}, Ljava/util/List;->get(I)Ljava/lang/Object;
move-result-object v0
check-cast v0, Lcom/github/mikephil/charting/utils/FSize;
iget v0, v0, Lcom/github/mikephil/charting/utils/FSize;->c:F
sub-float/2addr v1, v0
:cond_380
add-float v0, v17, v26
iget-object v2, v8, Lcom/github/mikephil/charting/components/LegendEntry;->a:Ljava/lang/String;
invoke-virtual {v6, v9, v1, v0, v2}, Lcom/github/mikephil/charting/renderer/LegendRenderer;->c(Landroid/graphics/Canvas;FFLjava/lang/String;)V
sget-object v0, Lcom/github/mikephil/charting/components/Legend$LegendDirection;->f:Lcom/github/mikephil/charting/components/Legend$LegendDirection;
if-ne v11, v0, :cond_394
invoke-interface {v10, v7}, Ljava/util/List;->get(I)Ljava/lang/Object;
move-result-object v0
check-cast v0, Lcom/github/mikephil/charting/utils/FSize;
iget v0, v0, Lcom/github/mikephil/charting/utils/FSize;->c:F
add-float/2addr v1, v0
:cond_394
sget-object v0, Lcom/github/mikephil/charting/components/Legend$LegendDirection;->g:Lcom/github/mikephil/charting/components/Legend$LegendDirection;
if-ne v11, v0, :cond_39c
move/from16 v0, v21
neg-float v2, v0
goto :goto_39f
:cond_39c
move/from16 v0, v21
move v2, v0
:goto_39f
add-float/2addr v1, v2
move/from16 v2, v18
goto :goto_3b1
:cond_3a3
move/from16 v0, v21
sget-object v2, Lcom/github/mikephil/charting/components/Legend$LegendDirection;->g:Lcom/github/mikephil/charting/components/Legend$LegendDirection;
if-ne v11, v2, :cond_3ad
move/from16 v2, v18
neg-float v4, v2
goto :goto_3b0
:cond_3ad
move/from16 v2, v18
move v4, v2
:goto_3b0
add-float/2addr v1, v4
:goto_3b1
add-int/lit8 v3, v7, 0x1
move/from16 v21, v0
move v8, v2
move v0, v3
move-object v5, v9
move/from16 v2, v17
move/from16 v3, v28
move/from16 v7, v31
move-object/from16 v4, v32
move-object/from16 v9, v33
move/from16 v17, v1
move/from16 v1, v20
goto/16 :goto_2b2
:cond_3c8
:goto_3c8
return-void
.end method