61 lines
1.3 KiB
Smali
61 lines
1.3 KiB
Smali
.class public final Lcom/google/zxing/aztec/AztecDetectorResult;
|
|
.super Lcom/google/zxing/common/DetectorResult;
|
|
.source "AztecDetectorResult.java"
|
|
|
|
|
|
# instance fields
|
|
.field private final compact:Z
|
|
|
|
.field private final nbDatablocks:I
|
|
|
|
.field private final nbLayers:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/google/zxing/common/BitMatrix;[Lcom/google/zxing/ResultPoint;ZII)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0, p1, p2}, Lcom/google/zxing/common/DetectorResult;-><init>(Lcom/google/zxing/common/BitMatrix;[Lcom/google/zxing/ResultPoint;)V
|
|
|
|
.line 2
|
|
iput-boolean p3, p0, Lcom/google/zxing/aztec/AztecDetectorResult;->compact:Z
|
|
|
|
.line 3
|
|
iput p4, p0, Lcom/google/zxing/aztec/AztecDetectorResult;->nbDatablocks:I
|
|
|
|
.line 4
|
|
iput p5, p0, Lcom/google/zxing/aztec/AztecDetectorResult;->nbLayers:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getNbDatablocks()I
|
|
.locals 1
|
|
|
|
.line 1
|
|
iget v0, p0, Lcom/google/zxing/aztec/AztecDetectorResult;->nbDatablocks:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getNbLayers()I
|
|
.locals 1
|
|
|
|
.line 1
|
|
iget v0, p0, Lcom/google/zxing/aztec/AztecDetectorResult;->nbLayers:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public isCompact()Z
|
|
.locals 1
|
|
|
|
.line 1
|
|
iget-boolean v0, p0, Lcom/google/zxing/aztec/AztecDetectorResult;->compact:Z
|
|
|
|
return v0
|
|
.end method
|