tmap/smali_classes3/com/google/zxing/qrcode/detector/FinderPatternInfo.smali
2022-06-10 21:38:30 +09:00

73 lines
2.0 KiB
Smali

.class public final Lcom/google/zxing/qrcode/detector/FinderPatternInfo;
.super Ljava/lang/Object;
.source "FinderPatternInfo.java"
# instance fields
.field private final bottomLeft:Lcom/google/zxing/qrcode/detector/FinderPattern;
.field private final topLeft:Lcom/google/zxing/qrcode/detector/FinderPattern;
.field private final topRight:Lcom/google/zxing/qrcode/detector/FinderPattern;
# direct methods
.method public constructor <init>([Lcom/google/zxing/qrcode/detector/FinderPattern;)V
.locals 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/4 v0, 0x0
.line 2
aget-object v0, p1, v0
iput-object v0, p0, Lcom/google/zxing/qrcode/detector/FinderPatternInfo;->bottomLeft:Lcom/google/zxing/qrcode/detector/FinderPattern;
const/4 v0, 0x1
.line 3
aget-object v0, p1, v0
iput-object v0, p0, Lcom/google/zxing/qrcode/detector/FinderPatternInfo;->topLeft:Lcom/google/zxing/qrcode/detector/FinderPattern;
const/4 v0, 0x2
.line 4
aget-object p1, p1, v0
iput-object p1, p0, Lcom/google/zxing/qrcode/detector/FinderPatternInfo;->topRight:Lcom/google/zxing/qrcode/detector/FinderPattern;
return-void
.end method
# virtual methods
.method public getBottomLeft()Lcom/google/zxing/qrcode/detector/FinderPattern;
.locals 1
.line 1
iget-object v0, p0, Lcom/google/zxing/qrcode/detector/FinderPatternInfo;->bottomLeft:Lcom/google/zxing/qrcode/detector/FinderPattern;
return-object v0
.end method
.method public getTopLeft()Lcom/google/zxing/qrcode/detector/FinderPattern;
.locals 1
.line 1
iget-object v0, p0, Lcom/google/zxing/qrcode/detector/FinderPatternInfo;->topLeft:Lcom/google/zxing/qrcode/detector/FinderPattern;
return-object v0
.end method
.method public getTopRight()Lcom/google/zxing/qrcode/detector/FinderPattern;
.locals 1
.line 1
iget-object v0, p0, Lcom/google/zxing/qrcode/detector/FinderPatternInfo;->topRight:Lcom/google/zxing/qrcode/detector/FinderPattern;
return-object v0
.end method