- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
3598 lines
94 KiB
Smali
3598 lines
94 KiB
Smali
.class public Landroidx/recyclerview/widget/GridLayoutManager;
|
|
.super Landroidx/recyclerview/widget/LinearLayoutManager;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;,
|
|
Landroidx/recyclerview/widget/GridLayoutManager$DefaultSpanSizeLookup;,
|
|
Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field private static final DEBUG:Z = false
|
|
|
|
.field public static final DEFAULT_SPAN_COUNT:I = -0x1
|
|
|
|
.field private static final TAG:Ljava/lang/String; = "GridLayoutManager"
|
|
|
|
|
|
# instance fields
|
|
.field mCachedBorders:[I
|
|
|
|
.field final mDecorInsets:Landroid/graphics/Rect;
|
|
|
|
.field mPendingSpanCountChange:Z
|
|
|
|
.field final mPreLayoutSpanIndexCache:Landroid/util/SparseIntArray;
|
|
|
|
.field final mPreLayoutSpanSizeCache:Landroid/util/SparseIntArray;
|
|
|
|
.field mSet:[Landroid/view/View;
|
|
|
|
.field mSpanCount:I
|
|
|
|
.field mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.field private mUsingSpansToEstimateScrollBarDimensions:Z
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroid/content/Context;I)V
|
|
.locals 0
|
|
|
|
.line 85
|
|
invoke-direct {p0, p1}, Landroidx/recyclerview/widget/LinearLayoutManager;-><init>(Landroid/content/Context;)V
|
|
|
|
const/4 p1, 0x0
|
|
|
|
iput-boolean p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mPendingSpanCountChange:Z
|
|
|
|
const/4 p1, -0x1
|
|
|
|
iput p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
.line 56
|
|
new-instance p1, Landroid/util/SparseIntArray;
|
|
|
|
invoke-direct {p1}, Landroid/util/SparseIntArray;-><init>()V
|
|
|
|
iput-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mPreLayoutSpanSizeCache:Landroid/util/SparseIntArray;
|
|
|
|
.line 57
|
|
new-instance p1, Landroid/util/SparseIntArray;
|
|
|
|
invoke-direct {p1}, Landroid/util/SparseIntArray;-><init>()V
|
|
|
|
iput-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mPreLayoutSpanIndexCache:Landroid/util/SparseIntArray;
|
|
|
|
.line 58
|
|
new-instance p1, Landroidx/recyclerview/widget/GridLayoutManager$DefaultSpanSizeLookup;
|
|
|
|
invoke-direct {p1}, Landroidx/recyclerview/widget/GridLayoutManager$DefaultSpanSizeLookup;-><init>()V
|
|
|
|
iput-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 60
|
|
new-instance p1, Landroid/graphics/Rect;
|
|
|
|
invoke-direct {p1}, Landroid/graphics/Rect;-><init>()V
|
|
|
|
iput-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mDecorInsets:Landroid/graphics/Rect;
|
|
|
|
.line 86
|
|
invoke-virtual {p0, p2}, Landroidx/recyclerview/widget/GridLayoutManager;->setSpanCount(I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Landroid/content/Context;IIZ)V
|
|
.locals 0
|
|
|
|
.line 98
|
|
invoke-direct {p0, p1, p3, p4}, Landroidx/recyclerview/widget/LinearLayoutManager;-><init>(Landroid/content/Context;IZ)V
|
|
|
|
const/4 p1, 0x0
|
|
|
|
iput-boolean p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mPendingSpanCountChange:Z
|
|
|
|
const/4 p1, -0x1
|
|
|
|
iput p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
.line 56
|
|
new-instance p1, Landroid/util/SparseIntArray;
|
|
|
|
invoke-direct {p1}, Landroid/util/SparseIntArray;-><init>()V
|
|
|
|
iput-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mPreLayoutSpanSizeCache:Landroid/util/SparseIntArray;
|
|
|
|
.line 57
|
|
new-instance p1, Landroid/util/SparseIntArray;
|
|
|
|
invoke-direct {p1}, Landroid/util/SparseIntArray;-><init>()V
|
|
|
|
iput-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mPreLayoutSpanIndexCache:Landroid/util/SparseIntArray;
|
|
|
|
.line 58
|
|
new-instance p1, Landroidx/recyclerview/widget/GridLayoutManager$DefaultSpanSizeLookup;
|
|
|
|
invoke-direct {p1}, Landroidx/recyclerview/widget/GridLayoutManager$DefaultSpanSizeLookup;-><init>()V
|
|
|
|
iput-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 60
|
|
new-instance p1, Landroid/graphics/Rect;
|
|
|
|
invoke-direct {p1}, Landroid/graphics/Rect;-><init>()V
|
|
|
|
iput-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mDecorInsets:Landroid/graphics/Rect;
|
|
|
|
.line 99
|
|
invoke-virtual {p0, p2}, Landroidx/recyclerview/widget/GridLayoutManager;->setSpanCount(I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V
|
|
.locals 1
|
|
|
|
.line 73
|
|
invoke-direct {p0, p1, p2, p3, p4}, Landroidx/recyclerview/widget/LinearLayoutManager;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V
|
|
|
|
const/4 v0, 0x0
|
|
|
|
iput-boolean v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mPendingSpanCountChange:Z
|
|
|
|
const/4 v0, -0x1
|
|
|
|
iput v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
.line 56
|
|
new-instance v0, Landroid/util/SparseIntArray;
|
|
|
|
invoke-direct {v0}, Landroid/util/SparseIntArray;-><init>()V
|
|
|
|
iput-object v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mPreLayoutSpanSizeCache:Landroid/util/SparseIntArray;
|
|
|
|
.line 57
|
|
new-instance v0, Landroid/util/SparseIntArray;
|
|
|
|
invoke-direct {v0}, Landroid/util/SparseIntArray;-><init>()V
|
|
|
|
iput-object v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mPreLayoutSpanIndexCache:Landroid/util/SparseIntArray;
|
|
|
|
.line 58
|
|
new-instance v0, Landroidx/recyclerview/widget/GridLayoutManager$DefaultSpanSizeLookup;
|
|
|
|
invoke-direct {v0}, Landroidx/recyclerview/widget/GridLayoutManager$DefaultSpanSizeLookup;-><init>()V
|
|
|
|
iput-object v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 60
|
|
new-instance v0, Landroid/graphics/Rect;
|
|
|
|
invoke-direct {v0}, Landroid/graphics/Rect;-><init>()V
|
|
|
|
iput-object v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mDecorInsets:Landroid/graphics/Rect;
|
|
|
|
.line 74
|
|
invoke-static {p1, p2, p3, p4}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getProperties(Landroid/content/Context;Landroid/util/AttributeSet;II)Landroidx/recyclerview/widget/RecyclerView$LayoutManager$Properties;
|
|
|
|
move-result-object p1
|
|
|
|
.line 75
|
|
iget p1, p1, Landroidx/recyclerview/widget/RecyclerView$LayoutManager$Properties;->spanCount:I
|
|
|
|
invoke-virtual {p0, p1}, Landroidx/recyclerview/widget/GridLayoutManager;->setSpanCount(I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private assignSpans(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;IZ)V
|
|
.locals 4
|
|
|
|
const/4 v0, 0x0
|
|
|
|
if-eqz p4, :cond_0
|
|
|
|
const/4 p4, 0x1
|
|
|
|
move v1, p4
|
|
|
|
move p4, p3
|
|
|
|
move p3, v0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
add-int/lit8 p3, p3, -0x1
|
|
|
|
const/4 p4, -0x1
|
|
|
|
move v1, p4
|
|
|
|
:goto_0
|
|
if-eq p3, p4, :cond_1
|
|
|
|
iget-object v2, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSet:[Landroid/view/View;
|
|
|
|
.line 796
|
|
aget-object v2, v2, p3
|
|
|
|
.line 797
|
|
invoke-virtual {v2}, Landroid/view/View;->getLayoutParams()Landroid/view/ViewGroup$LayoutParams;
|
|
|
|
move-result-object v3
|
|
|
|
check-cast v3, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;
|
|
|
|
.line 798
|
|
invoke-virtual {p0, v2}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getPosition(Landroid/view/View;)I
|
|
|
|
move-result v2
|
|
|
|
invoke-direct {p0, p1, p2, v2}, Landroidx/recyclerview/widget/GridLayoutManager;->getSpanSize(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;I)I
|
|
|
|
move-result v2
|
|
|
|
iput v2, v3, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;->mSpanSize:I
|
|
|
|
.line 799
|
|
iput v0, v3, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;->mSpanIndex:I
|
|
|
|
add-int/2addr v0, v2
|
|
|
|
add-int/2addr p3, v1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
return-void
|
|
.end method
|
|
|
|
.method private cachePreLayoutSpanMapping()V
|
|
.locals 6
|
|
|
|
.line 189
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getChildCount()I
|
|
|
|
move-result v0
|
|
|
|
const/4 v1, 0x0
|
|
|
|
:goto_0
|
|
if-ge v1, v0, :cond_0
|
|
|
|
.line 191
|
|
invoke-virtual {p0, v1}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getChildAt(I)Landroid/view/View;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-virtual {v2}, Landroid/view/View;->getLayoutParams()Landroid/view/ViewGroup$LayoutParams;
|
|
|
|
move-result-object v2
|
|
|
|
check-cast v2, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;
|
|
|
|
.line 192
|
|
invoke-virtual {v2}, Landroidx/recyclerview/widget/RecyclerView$LayoutParams;->getViewLayoutPosition()I
|
|
|
|
move-result v3
|
|
|
|
iget-object v4, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mPreLayoutSpanSizeCache:Landroid/util/SparseIntArray;
|
|
|
|
.line 193
|
|
invoke-virtual {v2}, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;->getSpanSize()I
|
|
|
|
move-result v5
|
|
|
|
invoke-virtual {v4, v3, v5}, Landroid/util/SparseIntArray;->put(II)V
|
|
|
|
iget-object v4, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mPreLayoutSpanIndexCache:Landroid/util/SparseIntArray;
|
|
|
|
.line 194
|
|
invoke-virtual {v2}, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;->getSpanIndex()I
|
|
|
|
move-result v2
|
|
|
|
invoke-virtual {v4, v3, v2}, Landroid/util/SparseIntArray;->put(II)V
|
|
|
|
add-int/lit8 v1, v1, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
.method private calculateItemBorders(I)V
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mCachedBorders:[I
|
|
|
|
iget v1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
.line 314
|
|
invoke-static {v0, v1, p1}, Landroidx/recyclerview/widget/GridLayoutManager;->calculateItemBorders([III)[I
|
|
|
|
move-result-object p1
|
|
|
|
iput-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mCachedBorders:[I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static calculateItemBorders([III)[I
|
|
.locals 5
|
|
|
|
const/4 v0, 0x1
|
|
|
|
if-eqz p0, :cond_0
|
|
|
|
.line 325
|
|
array-length v1, p0
|
|
|
|
add-int/lit8 v2, p1, 0x1
|
|
|
|
if-ne v1, v2, :cond_0
|
|
|
|
array-length v1, p0
|
|
|
|
sub-int/2addr v1, v0
|
|
|
|
aget v1, p0, v1
|
|
|
|
if-eq v1, p2, :cond_1
|
|
|
|
:cond_0
|
|
add-int/lit8 p0, p1, 0x1
|
|
|
|
.line 327
|
|
new-array p0, p0, [I
|
|
|
|
:cond_1
|
|
const/4 v1, 0x0
|
|
|
|
.line 329
|
|
aput v1, p0, v1
|
|
|
|
.line 330
|
|
div-int v2, p2, p1
|
|
|
|
.line 331
|
|
rem-int/2addr p2, p1
|
|
|
|
move v3, v1
|
|
|
|
:goto_0
|
|
if-gt v0, p1, :cond_3
|
|
|
|
add-int/2addr v1, p2
|
|
|
|
if-lez v1, :cond_2
|
|
|
|
sub-int v4, p1, v1
|
|
|
|
if-ge v4, p2, :cond_2
|
|
|
|
add-int/lit8 v4, v2, 0x1
|
|
|
|
sub-int/2addr v1, p1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_2
|
|
move v4, v2
|
|
|
|
:goto_1
|
|
add-int/2addr v3, v4
|
|
|
|
.line 342
|
|
aput v3, p0, v0
|
|
|
|
add-int/lit8 v0, v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_3
|
|
return-object p0
|
|
.end method
|
|
|
|
.method private clearPreLayoutSpanMappingCache()V
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mPreLayoutSpanSizeCache:Landroid/util/SparseIntArray;
|
|
|
|
.line 184
|
|
invoke-virtual {v0}, Landroid/util/SparseIntArray;->clear()V
|
|
|
|
iget-object v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mPreLayoutSpanIndexCache:Landroid/util/SparseIntArray;
|
|
|
|
.line 185
|
|
invoke-virtual {v0}, Landroid/util/SparseIntArray;->clear()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private computeScrollOffsetWithSpanInfo(Landroidx/recyclerview/widget/RecyclerView$State;)I
|
|
.locals 9
|
|
|
|
.line 1314
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getChildCount()I
|
|
|
|
move-result v0
|
|
|
|
const/4 v1, 0x0
|
|
|
|
if-eqz v0, :cond_4
|
|
|
|
invoke-virtual {p1}, Landroidx/recyclerview/widget/RecyclerView$State;->getItemCount()I
|
|
|
|
move-result v0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
goto/16 :goto_1
|
|
|
|
.line 1317
|
|
:cond_0
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/LinearLayoutManager;->ensureLayoutState()V
|
|
|
|
.line 1319
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/LinearLayoutManager;->isSmoothScrollbarEnabled()Z
|
|
|
|
move-result v0
|
|
|
|
xor-int/lit8 v2, v0, 0x1
|
|
|
|
const/4 v3, 0x1
|
|
|
|
.line 1320
|
|
invoke-virtual {p0, v2, v3}, Landroidx/recyclerview/widget/LinearLayoutManager;->findFirstVisibleChildClosestToStart(ZZ)Landroid/view/View;
|
|
|
|
move-result-object v2
|
|
|
|
xor-int/lit8 v4, v0, 0x1
|
|
|
|
.line 1321
|
|
invoke-virtual {p0, v4, v3}, Landroidx/recyclerview/widget/LinearLayoutManager;->findFirstVisibleChildClosestToEnd(ZZ)Landroid/view/View;
|
|
|
|
move-result-object v4
|
|
|
|
if-eqz v2, :cond_4
|
|
|
|
if-nez v4, :cond_1
|
|
|
|
goto/16 :goto_1
|
|
|
|
:cond_1
|
|
iget-object v5, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 1325
|
|
invoke-virtual {p0, v2}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getPosition(Landroid/view/View;)I
|
|
|
|
move-result v6
|
|
|
|
iget v7, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
invoke-virtual {v5, v6, v7}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->getCachedSpanGroupIndex(II)I
|
|
|
|
move-result v5
|
|
|
|
iget-object v6, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 1327
|
|
invoke-virtual {p0, v4}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getPosition(Landroid/view/View;)I
|
|
|
|
move-result v7
|
|
|
|
iget v8, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
invoke-virtual {v6, v7, v8}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->getCachedSpanGroupIndex(II)I
|
|
|
|
move-result v6
|
|
|
|
.line 1330
|
|
invoke-static {v5, v6}, Ljava/lang/Math;->min(II)I
|
|
|
|
move-result v7
|
|
|
|
.line 1331
|
|
invoke-static {v5, v6}, Ljava/lang/Math;->max(II)I
|
|
|
|
move-result v5
|
|
|
|
iget-object v6, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 1332
|
|
invoke-virtual {p1}, Landroidx/recyclerview/widget/RecyclerView$State;->getItemCount()I
|
|
|
|
move-result p1
|
|
|
|
sub-int/2addr p1, v3
|
|
|
|
iget v8, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
invoke-virtual {v6, p1, v8}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->getCachedSpanGroupIndex(II)I
|
|
|
|
move-result p1
|
|
|
|
add-int/2addr p1, v3
|
|
|
|
iget-boolean v6, p0, Landroidx/recyclerview/widget/LinearLayoutManager;->mShouldReverseLayout:Z
|
|
|
|
if-eqz v6, :cond_2
|
|
|
|
sub-int/2addr p1, v5
|
|
|
|
sub-int/2addr p1, v3
|
|
|
|
.line 1336
|
|
invoke-static {v1, p1}, Ljava/lang/Math;->max(II)I
|
|
|
|
move-result p1
|
|
|
|
goto :goto_0
|
|
|
|
.line 1337
|
|
:cond_2
|
|
invoke-static {v1, v7}, Ljava/lang/Math;->max(II)I
|
|
|
|
move-result p1
|
|
|
|
:goto_0
|
|
if-nez v0, :cond_3
|
|
|
|
return p1
|
|
|
|
:cond_3
|
|
iget-object v0, p0, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientationHelper:Landroidx/recyclerview/widget/OrientationHelper;
|
|
|
|
.line 1341
|
|
invoke-virtual {v0, v4}, Landroidx/recyclerview/widget/OrientationHelper;->getDecoratedEnd(Landroid/view/View;)I
|
|
|
|
move-result v0
|
|
|
|
iget-object v1, p0, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientationHelper:Landroidx/recyclerview/widget/OrientationHelper;
|
|
|
|
.line 1342
|
|
invoke-virtual {v1, v2}, Landroidx/recyclerview/widget/OrientationHelper;->getDecoratedStart(Landroid/view/View;)I
|
|
|
|
move-result v1
|
|
|
|
sub-int/2addr v0, v1
|
|
|
|
.line 1341
|
|
invoke-static {v0}, Ljava/lang/Math;->abs(I)I
|
|
|
|
move-result v0
|
|
|
|
iget-object v1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 1345
|
|
invoke-virtual {p0, v2}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getPosition(Landroid/view/View;)I
|
|
|
|
move-result v5
|
|
|
|
iget v6, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
invoke-virtual {v1, v5, v6}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->getCachedSpanGroupIndex(II)I
|
|
|
|
move-result v1
|
|
|
|
iget-object v5, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 1346
|
|
invoke-virtual {p0, v4}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getPosition(Landroid/view/View;)I
|
|
|
|
move-result v4
|
|
|
|
iget v6, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
invoke-virtual {v5, v4, v6}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->getCachedSpanGroupIndex(II)I
|
|
|
|
move-result v4
|
|
|
|
sub-int/2addr v4, v1
|
|
|
|
add-int/2addr v4, v3
|
|
|
|
int-to-float v0, v0
|
|
|
|
int-to-float v1, v4
|
|
|
|
div-float/2addr v0, v1
|
|
|
|
int-to-float p1, p1
|
|
|
|
mul-float/2addr p1, v0
|
|
|
|
iget-object v0, p0, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientationHelper:Landroidx/recyclerview/widget/OrientationHelper;
|
|
|
|
.line 1351
|
|
invoke-virtual {v0}, Landroidx/recyclerview/widget/OrientationHelper;->getStartAfterPadding()I
|
|
|
|
move-result v0
|
|
|
|
iget-object v1, p0, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientationHelper:Landroidx/recyclerview/widget/OrientationHelper;
|
|
|
|
.line 1352
|
|
invoke-virtual {v1, v2}, Landroidx/recyclerview/widget/OrientationHelper;->getDecoratedStart(Landroid/view/View;)I
|
|
|
|
move-result v1
|
|
|
|
sub-int/2addr v0, v1
|
|
|
|
int-to-float v0, v0
|
|
|
|
add-float/2addr p1, v0
|
|
|
|
.line 1351
|
|
invoke-static {p1}, Ljava/lang/Math;->round(F)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
|
|
:cond_4
|
|
:goto_1
|
|
return v1
|
|
.end method
|
|
|
|
.method private computeScrollRangeWithSpanInfo(Landroidx/recyclerview/widget/RecyclerView$State;)I
|
|
.locals 6
|
|
|
|
.line 1281
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getChildCount()I
|
|
|
|
move-result v0
|
|
|
|
const/4 v1, 0x0
|
|
|
|
if-eqz v0, :cond_3
|
|
|
|
invoke-virtual {p1}, Landroidx/recyclerview/widget/RecyclerView$State;->getItemCount()I
|
|
|
|
move-result v0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
goto :goto_0
|
|
|
|
.line 1284
|
|
:cond_0
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/LinearLayoutManager;->ensureLayoutState()V
|
|
|
|
.line 1286
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/LinearLayoutManager;->isSmoothScrollbarEnabled()Z
|
|
|
|
move-result v0
|
|
|
|
const/4 v2, 0x1
|
|
|
|
xor-int/2addr v0, v2
|
|
|
|
invoke-virtual {p0, v0, v2}, Landroidx/recyclerview/widget/LinearLayoutManager;->findFirstVisibleChildClosestToStart(ZZ)Landroid/view/View;
|
|
|
|
move-result-object v0
|
|
|
|
.line 1287
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/LinearLayoutManager;->isSmoothScrollbarEnabled()Z
|
|
|
|
move-result v3
|
|
|
|
xor-int/2addr v3, v2
|
|
|
|
invoke-virtual {p0, v3, v2}, Landroidx/recyclerview/widget/LinearLayoutManager;->findFirstVisibleChildClosestToEnd(ZZ)Landroid/view/View;
|
|
|
|
move-result-object v3
|
|
|
|
if-eqz v0, :cond_3
|
|
|
|
if-nez v3, :cond_1
|
|
|
|
goto :goto_0
|
|
|
|
.line 1292
|
|
:cond_1
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/LinearLayoutManager;->isSmoothScrollbarEnabled()Z
|
|
|
|
move-result v1
|
|
|
|
if-nez v1, :cond_2
|
|
|
|
iget-object v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 1294
|
|
invoke-virtual {p1}, Landroidx/recyclerview/widget/RecyclerView$State;->getItemCount()I
|
|
|
|
move-result p1
|
|
|
|
sub-int/2addr p1, v2
|
|
|
|
iget v1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
.line 1293
|
|
invoke-virtual {v0, p1, v1}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->getCachedSpanGroupIndex(II)I
|
|
|
|
move-result p1
|
|
|
|
add-int/2addr p1, v2
|
|
|
|
return p1
|
|
|
|
:cond_2
|
|
iget-object v1, p0, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientationHelper:Landroidx/recyclerview/widget/OrientationHelper;
|
|
|
|
.line 1298
|
|
invoke-virtual {v1, v3}, Landroidx/recyclerview/widget/OrientationHelper;->getDecoratedEnd(Landroid/view/View;)I
|
|
|
|
move-result v1
|
|
|
|
iget-object v4, p0, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientationHelper:Landroidx/recyclerview/widget/OrientationHelper;
|
|
|
|
.line 1299
|
|
invoke-virtual {v4, v0}, Landroidx/recyclerview/widget/OrientationHelper;->getDecoratedStart(Landroid/view/View;)I
|
|
|
|
move-result v4
|
|
|
|
sub-int/2addr v1, v4
|
|
|
|
iget-object v4, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 1302
|
|
invoke-virtual {p0, v0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getPosition(Landroid/view/View;)I
|
|
|
|
move-result v0
|
|
|
|
iget v5, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
invoke-virtual {v4, v0, v5}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->getCachedSpanGroupIndex(II)I
|
|
|
|
move-result v0
|
|
|
|
iget-object v4, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 1303
|
|
invoke-virtual {p0, v3}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getPosition(Landroid/view/View;)I
|
|
|
|
move-result v3
|
|
|
|
iget v5, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
invoke-virtual {v4, v3, v5}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->getCachedSpanGroupIndex(II)I
|
|
|
|
move-result v3
|
|
|
|
iget-object v4, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 1305
|
|
invoke-virtual {p1}, Landroidx/recyclerview/widget/RecyclerView$State;->getItemCount()I
|
|
|
|
move-result p1
|
|
|
|
sub-int/2addr p1, v2
|
|
|
|
iget v5, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
invoke-virtual {v4, p1, v5}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->getCachedSpanGroupIndex(II)I
|
|
|
|
move-result p1
|
|
|
|
add-int/2addr p1, v2
|
|
|
|
sub-int/2addr v3, v0
|
|
|
|
add-int/2addr v3, v2
|
|
|
|
int-to-float v0, v1
|
|
|
|
int-to-float v1, v3
|
|
|
|
div-float/2addr v0, v1
|
|
|
|
int-to-float p1, p1
|
|
|
|
mul-float/2addr v0, p1
|
|
|
|
float-to-int p1, v0
|
|
|
|
return p1
|
|
|
|
:cond_3
|
|
:goto_0
|
|
return v1
|
|
.end method
|
|
|
|
.method private ensureAnchorIsInCorrectSpan(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;Landroidx/recyclerview/widget/LinearLayoutManager$AnchorInfo;I)V
|
|
.locals 4
|
|
|
|
const/4 v0, 0x1
|
|
|
|
if-ne p4, v0, :cond_0
|
|
|
|
move p4, v0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p4, 0x0
|
|
|
|
.line 393
|
|
:goto_0
|
|
iget v1, p3, Landroidx/recyclerview/widget/LinearLayoutManager$AnchorInfo;->mPosition:I
|
|
|
|
invoke-direct {p0, p1, p2, v1}, Landroidx/recyclerview/widget/GridLayoutManager;->getSpanIndex(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;I)I
|
|
|
|
move-result v1
|
|
|
|
if-eqz p4, :cond_1
|
|
|
|
:goto_1
|
|
if-lez v1, :cond_3
|
|
|
|
.line 396
|
|
iget p4, p3, Landroidx/recyclerview/widget/LinearLayoutManager$AnchorInfo;->mPosition:I
|
|
|
|
if-lez p4, :cond_3
|
|
|
|
add-int/lit8 p4, p4, -0x1
|
|
|
|
.line 397
|
|
iput p4, p3, Landroidx/recyclerview/widget/LinearLayoutManager$AnchorInfo;->mPosition:I
|
|
|
|
.line 398
|
|
invoke-direct {p0, p1, p2, p4}, Landroidx/recyclerview/widget/GridLayoutManager;->getSpanIndex(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;I)I
|
|
|
|
move-result v1
|
|
|
|
goto :goto_1
|
|
|
|
.line 402
|
|
:cond_1
|
|
invoke-virtual {p2}, Landroidx/recyclerview/widget/RecyclerView$State;->getItemCount()I
|
|
|
|
move-result p4
|
|
|
|
sub-int/2addr p4, v0
|
|
|
|
.line 403
|
|
iget v0, p3, Landroidx/recyclerview/widget/LinearLayoutManager$AnchorInfo;->mPosition:I
|
|
|
|
:goto_2
|
|
if-ge v0, p4, :cond_2
|
|
|
|
add-int/lit8 v2, v0, 0x1
|
|
|
|
.line 406
|
|
invoke-direct {p0, p1, p2, v2}, Landroidx/recyclerview/widget/GridLayoutManager;->getSpanIndex(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;I)I
|
|
|
|
move-result v3
|
|
|
|
if-le v3, v1, :cond_2
|
|
|
|
move v0, v2
|
|
|
|
move v1, v3
|
|
|
|
goto :goto_2
|
|
|
|
.line 414
|
|
:cond_2
|
|
iput v0, p3, Landroidx/recyclerview/widget/LinearLayoutManager$AnchorInfo;->mPosition:I
|
|
|
|
:cond_3
|
|
return-void
|
|
.end method
|
|
|
|
.method private ensureViewSet()V
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSet:[Landroid/view/View;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 368
|
|
array-length v0, v0
|
|
|
|
iget v1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
if-eq v0, v1, :cond_1
|
|
|
|
:cond_0
|
|
iget v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
.line 369
|
|
new-array v0, v0, [Landroid/view/View;
|
|
|
|
iput-object v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSet:[Landroid/view/View;
|
|
|
|
:cond_1
|
|
return-void
|
|
.end method
|
|
|
|
.method private getSpanGroupIndex(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;I)I
|
|
.locals 0
|
|
|
|
.line 467
|
|
invoke-virtual {p2}, Landroidx/recyclerview/widget/RecyclerView$State;->isPreLayout()Z
|
|
|
|
move-result p2
|
|
|
|
if-nez p2, :cond_0
|
|
|
|
iget-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
iget p2, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
.line 468
|
|
invoke-virtual {p1, p3, p2}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->getCachedSpanGroupIndex(II)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
|
|
.line 470
|
|
:cond_0
|
|
invoke-virtual {p1, p3}, Landroidx/recyclerview/widget/RecyclerView$Recycler;->convertPreLayoutPositionToPostLayout(I)I
|
|
|
|
move-result p1
|
|
|
|
const/4 p2, -0x1
|
|
|
|
if-ne p1, p2, :cond_1
|
|
|
|
.line 476
|
|
new-instance p1, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {p1}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
const-string p2, "Cannot find span size for pre layout position. "
|
|
|
|
invoke-virtual {p1, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {p1, p3}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {p1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
const-string p2, "GridLayoutManager"
|
|
|
|
invoke-static {p2, p1}, Landroid/util/Log;->w(Ljava/lang/String;Ljava/lang/String;)I
|
|
|
|
const/4 p1, 0x0
|
|
|
|
return p1
|
|
|
|
:cond_1
|
|
iget-object p2, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
iget p3, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
.line 479
|
|
invoke-virtual {p2, p1, p3}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->getCachedSpanGroupIndex(II)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method private getSpanIndex(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;I)I
|
|
.locals 1
|
|
|
|
.line 483
|
|
invoke-virtual {p2}, Landroidx/recyclerview/widget/RecyclerView$State;->isPreLayout()Z
|
|
|
|
move-result p2
|
|
|
|
if-nez p2, :cond_0
|
|
|
|
iget-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
iget p2, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
.line 484
|
|
invoke-virtual {p1, p3, p2}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->getCachedSpanIndex(II)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
|
|
:cond_0
|
|
iget-object p2, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mPreLayoutSpanIndexCache:Landroid/util/SparseIntArray;
|
|
|
|
const/4 v0, -0x1
|
|
|
|
.line 486
|
|
invoke-virtual {p2, p3, v0}, Landroid/util/SparseIntArray;->get(II)I
|
|
|
|
move-result p2
|
|
|
|
if-eq p2, v0, :cond_1
|
|
|
|
return p2
|
|
|
|
.line 490
|
|
:cond_1
|
|
invoke-virtual {p1, p3}, Landroidx/recyclerview/widget/RecyclerView$Recycler;->convertPreLayoutPositionToPostLayout(I)I
|
|
|
|
move-result p1
|
|
|
|
if-ne p1, v0, :cond_2
|
|
|
|
.line 496
|
|
new-instance p1, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {p1}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
const-string p2, "Cannot find span size for pre layout position. It is not cached, not in the adapter. Pos:"
|
|
|
|
invoke-virtual {p1, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {p1, p3}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {p1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
const-string p2, "GridLayoutManager"
|
|
|
|
invoke-static {p2, p1}, Landroid/util/Log;->w(Ljava/lang/String;Ljava/lang/String;)I
|
|
|
|
const/4 p1, 0x0
|
|
|
|
return p1
|
|
|
|
:cond_2
|
|
iget-object p2, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
iget p3, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
.line 500
|
|
invoke-virtual {p2, p1, p3}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->getCachedSpanIndex(II)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method private getSpanSize(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;I)I
|
|
.locals 1
|
|
|
|
.line 504
|
|
invoke-virtual {p2}, Landroidx/recyclerview/widget/RecyclerView$State;->isPreLayout()Z
|
|
|
|
move-result p2
|
|
|
|
if-nez p2, :cond_0
|
|
|
|
iget-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 505
|
|
invoke-virtual {p1, p3}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->getSpanSize(I)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
|
|
:cond_0
|
|
iget-object p2, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mPreLayoutSpanSizeCache:Landroid/util/SparseIntArray;
|
|
|
|
const/4 v0, -0x1
|
|
|
|
.line 507
|
|
invoke-virtual {p2, p3, v0}, Landroid/util/SparseIntArray;->get(II)I
|
|
|
|
move-result p2
|
|
|
|
if-eq p2, v0, :cond_1
|
|
|
|
return p2
|
|
|
|
.line 511
|
|
:cond_1
|
|
invoke-virtual {p1, p3}, Landroidx/recyclerview/widget/RecyclerView$Recycler;->convertPreLayoutPositionToPostLayout(I)I
|
|
|
|
move-result p1
|
|
|
|
if-ne p1, v0, :cond_2
|
|
|
|
.line 517
|
|
new-instance p1, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {p1}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
const-string p2, "Cannot find span size for pre layout position. It is not cached, not in the adapter. Pos:"
|
|
|
|
invoke-virtual {p1, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {p1, p3}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {p1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
const-string p2, "GridLayoutManager"
|
|
|
|
invoke-static {p2, p1}, Landroid/util/Log;->w(Ljava/lang/String;Ljava/lang/String;)I
|
|
|
|
const/4 p1, 0x1
|
|
|
|
return p1
|
|
|
|
:cond_2
|
|
iget-object p2, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 521
|
|
invoke-virtual {p2, p1}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->getSpanSize(I)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method private guessMeasurement(FI)V
|
|
.locals 1
|
|
|
|
iget v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
int-to-float v0, v0
|
|
|
|
mul-float/2addr p1, v0
|
|
|
|
.line 760
|
|
invoke-static {p1}, Ljava/lang/Math;->round(F)I
|
|
|
|
move-result p1
|
|
|
|
.line 762
|
|
invoke-static {p1, p2}, Ljava/lang/Math;->max(II)I
|
|
|
|
move-result p1
|
|
|
|
invoke-direct {p0, p1}, Landroidx/recyclerview/widget/GridLayoutManager;->calculateItemBorders(I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private measureChild(Landroid/view/View;IZ)V
|
|
.locals 8
|
|
|
|
.line 726
|
|
invoke-virtual {p1}, Landroid/view/View;->getLayoutParams()Landroid/view/ViewGroup$LayoutParams;
|
|
|
|
move-result-object v0
|
|
|
|
check-cast v0, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;
|
|
|
|
.line 727
|
|
iget-object v1, v0, Landroidx/recyclerview/widget/RecyclerView$LayoutParams;->mDecorInsets:Landroid/graphics/Rect;
|
|
|
|
.line 728
|
|
iget v2, v1, Landroid/graphics/Rect;->top:I
|
|
|
|
iget v3, v1, Landroid/graphics/Rect;->bottom:I
|
|
|
|
add-int/2addr v2, v3
|
|
|
|
iget v3, v0, Landroid/view/ViewGroup$MarginLayoutParams;->topMargin:I
|
|
|
|
add-int/2addr v2, v3
|
|
|
|
iget v3, v0, Landroid/view/ViewGroup$MarginLayoutParams;->bottomMargin:I
|
|
|
|
add-int/2addr v2, v3
|
|
|
|
.line 730
|
|
iget v3, v1, Landroid/graphics/Rect;->left:I
|
|
|
|
iget v1, v1, Landroid/graphics/Rect;->right:I
|
|
|
|
add-int/2addr v3, v1
|
|
|
|
iget v1, v0, Landroid/view/ViewGroup$MarginLayoutParams;->leftMargin:I
|
|
|
|
add-int/2addr v3, v1
|
|
|
|
iget v1, v0, Landroid/view/ViewGroup$MarginLayoutParams;->rightMargin:I
|
|
|
|
add-int/2addr v3, v1
|
|
|
|
.line 732
|
|
iget v1, v0, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;->mSpanIndex:I
|
|
|
|
iget v4, v0, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;->mSpanSize:I
|
|
|
|
invoke-virtual {p0, v1, v4}, Landroidx/recyclerview/widget/GridLayoutManager;->getSpaceForSpanRange(II)I
|
|
|
|
move-result v1
|
|
|
|
iget v4, p0, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientation:I
|
|
|
|
const/4 v5, 0x0
|
|
|
|
const/4 v6, 0x1
|
|
|
|
if-ne v4, v6, :cond_0
|
|
|
|
.line 736
|
|
iget v4, v0, Landroid/view/ViewGroup$MarginLayoutParams;->width:I
|
|
|
|
invoke-static {v1, p2, v3, v4, v5}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getChildMeasureSpec(IIIIZ)I
|
|
|
|
move-result p2
|
|
|
|
iget-object v1, p0, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientationHelper:Landroidx/recyclerview/widget/OrientationHelper;
|
|
|
|
.line 738
|
|
invoke-virtual {v1}, Landroidx/recyclerview/widget/OrientationHelper;->getTotalSpace()I
|
|
|
|
move-result v1
|
|
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getHeightMode()I
|
|
|
|
move-result v3
|
|
|
|
iget v0, v0, Landroid/view/ViewGroup$MarginLayoutParams;->height:I
|
|
|
|
invoke-static {v1, v3, v2, v0, v6}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getChildMeasureSpec(IIIIZ)I
|
|
|
|
move-result v0
|
|
|
|
goto :goto_0
|
|
|
|
.line 741
|
|
:cond_0
|
|
iget v4, v0, Landroid/view/ViewGroup$MarginLayoutParams;->height:I
|
|
|
|
invoke-static {v1, p2, v2, v4, v5}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getChildMeasureSpec(IIIIZ)I
|
|
|
|
move-result p2
|
|
|
|
iget-object v1, p0, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientationHelper:Landroidx/recyclerview/widget/OrientationHelper;
|
|
|
|
.line 743
|
|
invoke-virtual {v1}, Landroidx/recyclerview/widget/OrientationHelper;->getTotalSpace()I
|
|
|
|
move-result v1
|
|
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getWidthMode()I
|
|
|
|
move-result v2
|
|
|
|
iget v0, v0, Landroid/view/ViewGroup$MarginLayoutParams;->width:I
|
|
|
|
invoke-static {v1, v2, v3, v0, v6}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getChildMeasureSpec(IIIIZ)I
|
|
|
|
move-result v0
|
|
|
|
move v7, v0
|
|
|
|
move v0, p2
|
|
|
|
move p2, v7
|
|
|
|
.line 746
|
|
:goto_0
|
|
invoke-direct {p0, p1, p2, v0, p3}, Landroidx/recyclerview/widget/GridLayoutManager;->measureChildWithDecorationsAndMargin(Landroid/view/View;IIZ)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private measureChildWithDecorationsAndMargin(Landroid/view/View;IIZ)V
|
|
.locals 1
|
|
|
|
.line 767
|
|
invoke-virtual {p1}, Landroid/view/View;->getLayoutParams()Landroid/view/ViewGroup$LayoutParams;
|
|
|
|
move-result-object v0
|
|
|
|
check-cast v0, Landroidx/recyclerview/widget/RecyclerView$LayoutParams;
|
|
|
|
if-eqz p4, :cond_0
|
|
|
|
.line 770
|
|
invoke-virtual {p0, p1, p2, p3, v0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->shouldReMeasureChild(Landroid/view/View;IILandroidx/recyclerview/widget/RecyclerView$LayoutParams;)Z
|
|
|
|
move-result p4
|
|
|
|
goto :goto_0
|
|
|
|
.line 772
|
|
:cond_0
|
|
invoke-virtual {p0, p1, p2, p3, v0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->shouldMeasureChild(Landroid/view/View;IILandroidx/recyclerview/widget/RecyclerView$LayoutParams;)Z
|
|
|
|
move-result p4
|
|
|
|
:goto_0
|
|
if-eqz p4, :cond_1
|
|
|
|
.line 775
|
|
invoke-virtual {p1, p2, p3}, Landroid/view/View;->measure(II)V
|
|
|
|
:cond_1
|
|
return-void
|
|
.end method
|
|
|
|
.method private updateMeasurements()V
|
|
.locals 2
|
|
|
|
.line 280
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/LinearLayoutManager;->getOrientation()I
|
|
|
|
move-result v0
|
|
|
|
const/4 v1, 0x1
|
|
|
|
if-ne v0, v1, :cond_0
|
|
|
|
.line 281
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getWidth()I
|
|
|
|
move-result v0
|
|
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getPaddingRight()I
|
|
|
|
move-result v1
|
|
|
|
sub-int/2addr v0, v1
|
|
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getPaddingLeft()I
|
|
|
|
move-result v1
|
|
|
|
:goto_0
|
|
sub-int/2addr v0, v1
|
|
|
|
goto :goto_1
|
|
|
|
.line 283
|
|
:cond_0
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getHeight()I
|
|
|
|
move-result v0
|
|
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getPaddingBottom()I
|
|
|
|
move-result v1
|
|
|
|
sub-int/2addr v0, v1
|
|
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getPaddingTop()I
|
|
|
|
move-result v1
|
|
|
|
goto :goto_0
|
|
|
|
.line 285
|
|
:goto_1
|
|
invoke-direct {p0, v0}, Landroidx/recyclerview/widget/GridLayoutManager;->calculateItemBorders(I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public checkLayoutParams(Landroidx/recyclerview/widget/RecyclerView$LayoutParams;)Z
|
|
.locals 0
|
|
|
|
.line 256
|
|
instance-of p1, p1, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public collectPrefetchPositionsForLayoutState(Landroidx/recyclerview/widget/RecyclerView$State;Landroidx/recyclerview/widget/LinearLayoutManager$LayoutState;Landroidx/recyclerview/widget/RecyclerView$LayoutManager$LayoutPrefetchRegistry;)V
|
|
.locals 5
|
|
|
|
iget v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
const/4 v1, 0x0
|
|
|
|
move v2, v1
|
|
|
|
:goto_0
|
|
iget v3, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
if-ge v2, v3, :cond_0
|
|
|
|
.line 529
|
|
invoke-virtual {p2, p1}, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutState;->hasMore(Landroidx/recyclerview/widget/RecyclerView$State;)Z
|
|
|
|
move-result v3
|
|
|
|
if-eqz v3, :cond_0
|
|
|
|
if-lez v0, :cond_0
|
|
|
|
.line 530
|
|
iget v3, p2, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutState;->mCurrentPosition:I
|
|
|
|
.line 531
|
|
iget v4, p2, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutState;->mScrollingOffset:I
|
|
|
|
invoke-static {v1, v4}, Ljava/lang/Math;->max(II)I
|
|
|
|
move-result v4
|
|
|
|
invoke-interface {p3, v3, v4}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager$LayoutPrefetchRegistry;->addPosition(II)V
|
|
|
|
iget-object v4, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 532
|
|
invoke-virtual {v4, v3}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->getSpanSize(I)I
|
|
|
|
move-result v3
|
|
|
|
sub-int/2addr v0, v3
|
|
|
|
.line 534
|
|
iget v3, p2, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutState;->mCurrentPosition:I
|
|
|
|
iget v4, p2, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutState;->mItemDirection:I
|
|
|
|
add-int/2addr v3, v4
|
|
|
|
iput v3, p2, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutState;->mCurrentPosition:I
|
|
|
|
add-int/lit8 v2, v2, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public computeHorizontalScrollOffset(Landroidx/recyclerview/widget/RecyclerView$State;)I
|
|
.locals 1
|
|
|
|
iget-boolean v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mUsingSpansToEstimateScrollBarDimensions:Z
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 1224
|
|
invoke-direct {p0, p1}, Landroidx/recyclerview/widget/GridLayoutManager;->computeScrollOffsetWithSpanInfo(Landroidx/recyclerview/widget/RecyclerView$State;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
|
|
.line 1226
|
|
:cond_0
|
|
invoke-super {p0, p1}, Landroidx/recyclerview/widget/LinearLayoutManager;->computeHorizontalScrollOffset(Landroidx/recyclerview/widget/RecyclerView$State;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public computeHorizontalScrollRange(Landroidx/recyclerview/widget/RecyclerView$State;)I
|
|
.locals 1
|
|
|
|
iget-boolean v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mUsingSpansToEstimateScrollBarDimensions:Z
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 1206
|
|
invoke-direct {p0, p1}, Landroidx/recyclerview/widget/GridLayoutManager;->computeScrollRangeWithSpanInfo(Landroidx/recyclerview/widget/RecyclerView$State;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
|
|
.line 1208
|
|
:cond_0
|
|
invoke-super {p0, p1}, Landroidx/recyclerview/widget/LinearLayoutManager;->computeHorizontalScrollRange(Landroidx/recyclerview/widget/RecyclerView$State;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public computeVerticalScrollOffset(Landroidx/recyclerview/widget/RecyclerView$State;)I
|
|
.locals 1
|
|
|
|
iget-boolean v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mUsingSpansToEstimateScrollBarDimensions:Z
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 1233
|
|
invoke-direct {p0, p1}, Landroidx/recyclerview/widget/GridLayoutManager;->computeScrollOffsetWithSpanInfo(Landroidx/recyclerview/widget/RecyclerView$State;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
|
|
.line 1235
|
|
:cond_0
|
|
invoke-super {p0, p1}, Landroidx/recyclerview/widget/LinearLayoutManager;->computeVerticalScrollOffset(Landroidx/recyclerview/widget/RecyclerView$State;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public computeVerticalScrollRange(Landroidx/recyclerview/widget/RecyclerView$State;)I
|
|
.locals 1
|
|
|
|
iget-boolean v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mUsingSpansToEstimateScrollBarDimensions:Z
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 1215
|
|
invoke-direct {p0, p1}, Landroidx/recyclerview/widget/GridLayoutManager;->computeScrollRangeWithSpanInfo(Landroidx/recyclerview/widget/RecyclerView$State;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
|
|
.line 1217
|
|
:cond_0
|
|
invoke-super {p0, p1}, Landroidx/recyclerview/widget/LinearLayoutManager;->computeVerticalScrollRange(Landroidx/recyclerview/widget/RecyclerView$State;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public findReferenceChild(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;ZZ)Landroid/view/View;
|
|
.locals 9
|
|
|
|
.line 423
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getChildCount()I
|
|
|
|
move-result p3
|
|
|
|
const/4 v0, 0x1
|
|
|
|
if-eqz p4, :cond_0
|
|
|
|
.line 426
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getChildCount()I
|
|
|
|
move-result p3
|
|
|
|
sub-int/2addr p3, v0
|
|
|
|
const/4 p4, -0x1
|
|
|
|
move v0, p4
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p4, 0x0
|
|
|
|
move v8, p4
|
|
|
|
move p4, p3
|
|
|
|
move p3, v8
|
|
|
|
.line 431
|
|
:goto_0
|
|
invoke-virtual {p2}, Landroidx/recyclerview/widget/RecyclerView$State;->getItemCount()I
|
|
|
|
move-result v1
|
|
|
|
.line 433
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/LinearLayoutManager;->ensureLayoutState()V
|
|
|
|
iget-object v2, p0, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientationHelper:Landroidx/recyclerview/widget/OrientationHelper;
|
|
|
|
.line 437
|
|
invoke-virtual {v2}, Landroidx/recyclerview/widget/OrientationHelper;->getStartAfterPadding()I
|
|
|
|
move-result v2
|
|
|
|
iget-object v3, p0, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientationHelper:Landroidx/recyclerview/widget/OrientationHelper;
|
|
|
|
.line 438
|
|
invoke-virtual {v3}, Landroidx/recyclerview/widget/OrientationHelper;->getEndAfterPadding()I
|
|
|
|
move-result v3
|
|
|
|
const/4 v4, 0x0
|
|
|
|
move-object v5, v4
|
|
|
|
:goto_1
|
|
if-eq p3, p4, :cond_6
|
|
|
|
.line 441
|
|
invoke-virtual {p0, p3}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getChildAt(I)Landroid/view/View;
|
|
|
|
move-result-object v6
|
|
|
|
.line 442
|
|
invoke-virtual {p0, v6}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getPosition(Landroid/view/View;)I
|
|
|
|
move-result v7
|
|
|
|
if-ltz v7, :cond_5
|
|
|
|
if-ge v7, v1, :cond_5
|
|
|
|
.line 444
|
|
invoke-direct {p0, p1, p2, v7}, Landroidx/recyclerview/widget/GridLayoutManager;->getSpanIndex(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;I)I
|
|
|
|
move-result v7
|
|
|
|
if-eqz v7, :cond_1
|
|
|
|
goto :goto_3
|
|
|
|
.line 448
|
|
:cond_1
|
|
invoke-virtual {v6}, Landroid/view/View;->getLayoutParams()Landroid/view/ViewGroup$LayoutParams;
|
|
|
|
move-result-object v7
|
|
|
|
check-cast v7, Landroidx/recyclerview/widget/RecyclerView$LayoutParams;
|
|
|
|
invoke-virtual {v7}, Landroidx/recyclerview/widget/RecyclerView$LayoutParams;->isItemRemoved()Z
|
|
|
|
move-result v7
|
|
|
|
if-eqz v7, :cond_2
|
|
|
|
if-nez v5, :cond_5
|
|
|
|
move-object v5, v6
|
|
|
|
goto :goto_3
|
|
|
|
:cond_2
|
|
iget-object v7, p0, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientationHelper:Landroidx/recyclerview/widget/OrientationHelper;
|
|
|
|
.line 452
|
|
invoke-virtual {v7, v6}, Landroidx/recyclerview/widget/OrientationHelper;->getDecoratedStart(Landroid/view/View;)I
|
|
|
|
move-result v7
|
|
|
|
if-ge v7, v3, :cond_4
|
|
|
|
iget-object v7, p0, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientationHelper:Landroidx/recyclerview/widget/OrientationHelper;
|
|
|
|
.line 453
|
|
invoke-virtual {v7, v6}, Landroidx/recyclerview/widget/OrientationHelper;->getDecoratedEnd(Landroid/view/View;)I
|
|
|
|
move-result v7
|
|
|
|
if-ge v7, v2, :cond_3
|
|
|
|
goto :goto_2
|
|
|
|
:cond_3
|
|
return-object v6
|
|
|
|
:cond_4
|
|
:goto_2
|
|
if-nez v4, :cond_5
|
|
|
|
move-object v4, v6
|
|
|
|
:cond_5
|
|
:goto_3
|
|
add-int/2addr p3, v0
|
|
|
|
goto :goto_1
|
|
|
|
:cond_6
|
|
if-eqz v4, :cond_7
|
|
|
|
goto :goto_4
|
|
|
|
:cond_7
|
|
move-object v4, v5
|
|
|
|
:goto_4
|
|
return-object v4
|
|
.end method
|
|
|
|
.method public generateDefaultLayoutParams()Landroidx/recyclerview/widget/RecyclerView$LayoutParams;
|
|
.locals 3
|
|
|
|
iget v0, p0, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientation:I
|
|
|
|
const/4 v1, -0x1
|
|
|
|
const/4 v2, -0x2
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
.line 232
|
|
new-instance v0, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;
|
|
|
|
invoke-direct {v0, v2, v1}, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;-><init>(II)V
|
|
|
|
return-object v0
|
|
|
|
.line 235
|
|
:cond_0
|
|
new-instance v0, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;
|
|
|
|
invoke-direct {v0, v1, v2}, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;-><init>(II)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public generateLayoutParams(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/recyclerview/widget/RecyclerView$LayoutParams;
|
|
.locals 1
|
|
|
|
.line 242
|
|
new-instance v0, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;
|
|
|
|
invoke-direct {v0, p1, p2}, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public generateLayoutParams(Landroid/view/ViewGroup$LayoutParams;)Landroidx/recyclerview/widget/RecyclerView$LayoutParams;
|
|
.locals 1
|
|
|
|
.line 247
|
|
instance-of v0, p1, Landroid/view/ViewGroup$MarginLayoutParams;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 248
|
|
new-instance v0, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;
|
|
|
|
check-cast p1, Landroid/view/ViewGroup$MarginLayoutParams;
|
|
|
|
invoke-direct {v0, p1}, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;-><init>(Landroid/view/ViewGroup$MarginLayoutParams;)V
|
|
|
|
return-object v0
|
|
|
|
.line 250
|
|
:cond_0
|
|
new-instance v0, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;
|
|
|
|
invoke-direct {v0, p1}, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;-><init>(Landroid/view/ViewGroup$LayoutParams;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getColumnCountForAccessibility(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;)I
|
|
.locals 2
|
|
|
|
iget v0, p0, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientation:I
|
|
|
|
const/4 v1, 0x1
|
|
|
|
if-ne v0, v1, :cond_0
|
|
|
|
iget p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
return p1
|
|
|
|
.line 136
|
|
:cond_0
|
|
invoke-virtual {p2}, Landroidx/recyclerview/widget/RecyclerView$State;->getItemCount()I
|
|
|
|
move-result v0
|
|
|
|
if-ge v0, v1, :cond_1
|
|
|
|
const/4 p1, 0x0
|
|
|
|
return p1
|
|
|
|
.line 141
|
|
:cond_1
|
|
invoke-virtual {p2}, Landroidx/recyclerview/widget/RecyclerView$State;->getItemCount()I
|
|
|
|
move-result v0
|
|
|
|
sub-int/2addr v0, v1
|
|
|
|
invoke-direct {p0, p1, p2, v0}, Landroidx/recyclerview/widget/GridLayoutManager;->getSpanGroupIndex(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;I)I
|
|
|
|
move-result p1
|
|
|
|
add-int/2addr p1, v1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public getRowCountForAccessibility(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;)I
|
|
.locals 2
|
|
|
|
iget v0, p0, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientation:I
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
iget p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
return p1
|
|
|
|
.line 122
|
|
:cond_0
|
|
invoke-virtual {p2}, Landroidx/recyclerview/widget/RecyclerView$State;->getItemCount()I
|
|
|
|
move-result v0
|
|
|
|
const/4 v1, 0x1
|
|
|
|
if-ge v0, v1, :cond_1
|
|
|
|
const/4 p1, 0x0
|
|
|
|
return p1
|
|
|
|
.line 127
|
|
:cond_1
|
|
invoke-virtual {p2}, Landroidx/recyclerview/widget/RecyclerView$State;->getItemCount()I
|
|
|
|
move-result v0
|
|
|
|
sub-int/2addr v0, v1
|
|
|
|
invoke-direct {p0, p1, p2, v0}, Landroidx/recyclerview/widget/GridLayoutManager;->getSpanGroupIndex(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;I)I
|
|
|
|
move-result p1
|
|
|
|
add-int/2addr p1, v1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public getSpaceForSpanRange(II)I
|
|
.locals 3
|
|
|
|
iget v0, p0, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientation:I
|
|
|
|
const/4 v1, 0x1
|
|
|
|
if-ne v0, v1, :cond_0
|
|
|
|
.line 348
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/LinearLayoutManager;->isLayoutRTL()Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
iget-object v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mCachedBorders:[I
|
|
|
|
iget v1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
sub-int v2, v1, p1
|
|
|
|
.line 349
|
|
aget v2, v0, v2
|
|
|
|
sub-int/2addr v1, p1
|
|
|
|
sub-int/2addr v1, p2
|
|
|
|
aget p1, v0, v1
|
|
|
|
sub-int/2addr v2, p1
|
|
|
|
return v2
|
|
|
|
:cond_0
|
|
iget-object v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mCachedBorders:[I
|
|
|
|
add-int/2addr p2, p1
|
|
|
|
.line 352
|
|
aget p2, v0, p2
|
|
|
|
aget p1, v0, p1
|
|
|
|
sub-int/2addr p2, p1
|
|
|
|
return p2
|
|
.end method
|
|
|
|
.method public getSpanCount()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getSpanSizeLookup()Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public isUsingSpansToEstimateScrollbarDimensions()Z
|
|
.locals 1
|
|
|
|
iget-boolean v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mUsingSpansToEstimateScrollBarDimensions:Z
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public layoutChunk(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;Landroidx/recyclerview/widget/LinearLayoutManager$LayoutState;Landroidx/recyclerview/widget/LinearLayoutManager$LayoutChunkResult;)V
|
|
.locals 17
|
|
|
|
move-object/from16 v6, p0
|
|
|
|
move-object/from16 v0, p1
|
|
|
|
move-object/from16 v1, p2
|
|
|
|
move-object/from16 v2, p3
|
|
|
|
move-object/from16 v7, p4
|
|
|
|
iget-object v3, v6, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientationHelper:Landroidx/recyclerview/widget/OrientationHelper;
|
|
|
|
.line 542
|
|
invoke-virtual {v3}, Landroidx/recyclerview/widget/OrientationHelper;->getModeInOther()I
|
|
|
|
move-result v3
|
|
|
|
const/4 v8, 0x1
|
|
|
|
const/4 v4, 0x0
|
|
|
|
const/high16 v5, 0x40000000 # 2.0f
|
|
|
|
if-eq v3, v5, :cond_0
|
|
|
|
move v9, v8
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
move v9, v4
|
|
|
|
.line 544
|
|
:goto_0
|
|
invoke-virtual/range {p0 .. p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getChildCount()I
|
|
|
|
move-result v10
|
|
|
|
if-lez v10, :cond_1
|
|
|
|
iget-object v10, v6, Landroidx/recyclerview/widget/GridLayoutManager;->mCachedBorders:[I
|
|
|
|
iget v11, v6, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
aget v10, v10, v11
|
|
|
|
goto :goto_1
|
|
|
|
:cond_1
|
|
move v10, v4
|
|
|
|
:goto_1
|
|
if-eqz v9, :cond_2
|
|
|
|
.line 549
|
|
invoke-direct/range {p0 .. p0}, Landroidx/recyclerview/widget/GridLayoutManager;->updateMeasurements()V
|
|
|
|
.line 551
|
|
:cond_2
|
|
iget v11, v2, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutState;->mItemDirection:I
|
|
|
|
if-ne v11, v8, :cond_3
|
|
|
|
move v11, v8
|
|
|
|
goto :goto_2
|
|
|
|
:cond_3
|
|
move v11, v4
|
|
|
|
:goto_2
|
|
iget v12, v6, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
if-nez v11, :cond_4
|
|
|
|
.line 556
|
|
iget v12, v2, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutState;->mCurrentPosition:I
|
|
|
|
invoke-direct {v6, v0, v1, v12}, Landroidx/recyclerview/widget/GridLayoutManager;->getSpanIndex(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;I)I
|
|
|
|
move-result v12
|
|
|
|
.line 557
|
|
iget v13, v2, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutState;->mCurrentPosition:I
|
|
|
|
invoke-direct {v6, v0, v1, v13}, Landroidx/recyclerview/widget/GridLayoutManager;->getSpanSize(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;I)I
|
|
|
|
move-result v13
|
|
|
|
add-int/2addr v12, v13
|
|
|
|
:cond_4
|
|
move v13, v4
|
|
|
|
:goto_3
|
|
iget v14, v6, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
if-ge v13, v14, :cond_8
|
|
|
|
.line 560
|
|
invoke-virtual {v2, v1}, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutState;->hasMore(Landroidx/recyclerview/widget/RecyclerView$State;)Z
|
|
|
|
move-result v14
|
|
|
|
if-eqz v14, :cond_8
|
|
|
|
if-lez v12, :cond_8
|
|
|
|
.line 561
|
|
iget v14, v2, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutState;->mCurrentPosition:I
|
|
|
|
.line 562
|
|
invoke-direct {v6, v0, v1, v14}, Landroidx/recyclerview/widget/GridLayoutManager;->getSpanSize(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;I)I
|
|
|
|
move-result v15
|
|
|
|
iget v5, v6, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
if-gt v15, v5, :cond_7
|
|
|
|
sub-int/2addr v12, v15
|
|
|
|
if-gez v12, :cond_5
|
|
|
|
goto :goto_4
|
|
|
|
.line 572
|
|
:cond_5
|
|
invoke-virtual {v2, v0}, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutState;->next(Landroidx/recyclerview/widget/RecyclerView$Recycler;)Landroid/view/View;
|
|
|
|
move-result-object v5
|
|
|
|
if-nez v5, :cond_6
|
|
|
|
goto :goto_4
|
|
|
|
:cond_6
|
|
iget-object v14, v6, Landroidx/recyclerview/widget/GridLayoutManager;->mSet:[Landroid/view/View;
|
|
|
|
.line 576
|
|
aput-object v5, v14, v13
|
|
|
|
add-int/lit8 v13, v13, 0x1
|
|
|
|
const/high16 v5, 0x40000000 # 2.0f
|
|
|
|
goto :goto_3
|
|
|
|
.line 564
|
|
:cond_7
|
|
new-instance v0, Ljava/lang/IllegalArgumentException;
|
|
|
|
new-instance v1, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
const-string v2, "Item at position "
|
|
|
|
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v1, v14}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
|
|
|
const-string v2, " requires "
|
|
|
|
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v1, v15}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
|
|
|
const-string v2, " spans but GridLayoutManager has only "
|
|
|
|
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
iget v2, v6, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
|
|
|
const-string v2, " spans."
|
|
|
|
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-direct {v0, v1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw v0
|
|
|
|
:cond_8
|
|
:goto_4
|
|
if-nez v13, :cond_9
|
|
|
|
.line 581
|
|
iput-boolean v8, v7, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutChunkResult;->mFinished:Z
|
|
|
|
return-void
|
|
|
|
.line 589
|
|
:cond_9
|
|
invoke-direct {v6, v0, v1, v13, v11}, Landroidx/recyclerview/widget/GridLayoutManager;->assignSpans(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;IZ)V
|
|
|
|
const/4 v0, 0x0
|
|
|
|
move v1, v4
|
|
|
|
move v5, v1
|
|
|
|
:goto_5
|
|
if-ge v1, v13, :cond_f
|
|
|
|
iget-object v12, v6, Landroidx/recyclerview/widget/GridLayoutManager;->mSet:[Landroid/view/View;
|
|
|
|
.line 591
|
|
aget-object v12, v12, v1
|
|
|
|
.line 592
|
|
iget-object v14, v2, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutState;->mScrapList:Ljava/util/List;
|
|
|
|
if-nez v14, :cond_b
|
|
|
|
if-eqz v11, :cond_a
|
|
|
|
.line 594
|
|
invoke-virtual {v6, v12}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->addView(Landroid/view/View;)V
|
|
|
|
goto :goto_6
|
|
|
|
.line 596
|
|
:cond_a
|
|
invoke-virtual {v6, v12, v4}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->addView(Landroid/view/View;I)V
|
|
|
|
goto :goto_6
|
|
|
|
:cond_b
|
|
if-eqz v11, :cond_c
|
|
|
|
.line 600
|
|
invoke-virtual {v6, v12}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->addDisappearingView(Landroid/view/View;)V
|
|
|
|
goto :goto_6
|
|
|
|
.line 602
|
|
:cond_c
|
|
invoke-virtual {v6, v12, v4}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->addDisappearingView(Landroid/view/View;I)V
|
|
|
|
:goto_6
|
|
iget-object v14, v6, Landroidx/recyclerview/widget/GridLayoutManager;->mDecorInsets:Landroid/graphics/Rect;
|
|
|
|
.line 605
|
|
invoke-virtual {v6, v12, v14}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->calculateItemDecorationsForChild(Landroid/view/View;Landroid/graphics/Rect;)V
|
|
|
|
.line 607
|
|
invoke-direct {v6, v12, v3, v4}, Landroidx/recyclerview/widget/GridLayoutManager;->measureChild(Landroid/view/View;IZ)V
|
|
|
|
iget-object v14, v6, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientationHelper:Landroidx/recyclerview/widget/OrientationHelper;
|
|
|
|
.line 608
|
|
invoke-virtual {v14, v12}, Landroidx/recyclerview/widget/OrientationHelper;->getDecoratedMeasurement(Landroid/view/View;)I
|
|
|
|
move-result v14
|
|
|
|
if-le v14, v5, :cond_d
|
|
|
|
move v5, v14
|
|
|
|
.line 612
|
|
:cond_d
|
|
invoke-virtual {v12}, Landroid/view/View;->getLayoutParams()Landroid/view/ViewGroup$LayoutParams;
|
|
|
|
move-result-object v14
|
|
|
|
check-cast v14, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;
|
|
|
|
iget-object v15, v6, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientationHelper:Landroidx/recyclerview/widget/OrientationHelper;
|
|
|
|
.line 613
|
|
invoke-virtual {v15, v12}, Landroidx/recyclerview/widget/OrientationHelper;->getDecoratedMeasurementInOther(Landroid/view/View;)I
|
|
|
|
move-result v12
|
|
|
|
int-to-float v12, v12
|
|
|
|
const/high16 v15, 0x3f800000 # 1.0f
|
|
|
|
mul-float/2addr v12, v15
|
|
|
|
iget v14, v14, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;->mSpanSize:I
|
|
|
|
int-to-float v14, v14
|
|
|
|
div-float/2addr v12, v14
|
|
|
|
cmpl-float v14, v12, v0
|
|
|
|
if-lez v14, :cond_e
|
|
|
|
move v0, v12
|
|
|
|
:cond_e
|
|
add-int/lit8 v1, v1, 0x1
|
|
|
|
goto :goto_5
|
|
|
|
:cond_f
|
|
if-eqz v9, :cond_11
|
|
|
|
.line 621
|
|
invoke-direct {v6, v0, v10}, Landroidx/recyclerview/widget/GridLayoutManager;->guessMeasurement(FI)V
|
|
|
|
move v0, v4
|
|
|
|
move v5, v0
|
|
|
|
:goto_7
|
|
if-ge v0, v13, :cond_11
|
|
|
|
iget-object v1, v6, Landroidx/recyclerview/widget/GridLayoutManager;->mSet:[Landroid/view/View;
|
|
|
|
.line 625
|
|
aget-object v1, v1, v0
|
|
|
|
const/high16 v3, 0x40000000 # 2.0f
|
|
|
|
.line 626
|
|
invoke-direct {v6, v1, v3, v8}, Landroidx/recyclerview/widget/GridLayoutManager;->measureChild(Landroid/view/View;IZ)V
|
|
|
|
iget-object v3, v6, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientationHelper:Landroidx/recyclerview/widget/OrientationHelper;
|
|
|
|
.line 627
|
|
invoke-virtual {v3, v1}, Landroidx/recyclerview/widget/OrientationHelper;->getDecoratedMeasurement(Landroid/view/View;)I
|
|
|
|
move-result v1
|
|
|
|
if-le v1, v5, :cond_10
|
|
|
|
move v5, v1
|
|
|
|
:cond_10
|
|
add-int/lit8 v0, v0, 0x1
|
|
|
|
goto :goto_7
|
|
|
|
:cond_11
|
|
move v0, v4
|
|
|
|
:goto_8
|
|
if-ge v0, v13, :cond_14
|
|
|
|
iget-object v1, v6, Landroidx/recyclerview/widget/GridLayoutManager;->mSet:[Landroid/view/View;
|
|
|
|
.line 637
|
|
aget-object v1, v1, v0
|
|
|
|
iget-object v3, v6, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientationHelper:Landroidx/recyclerview/widget/OrientationHelper;
|
|
|
|
.line 638
|
|
invoke-virtual {v3, v1}, Landroidx/recyclerview/widget/OrientationHelper;->getDecoratedMeasurement(Landroid/view/View;)I
|
|
|
|
move-result v3
|
|
|
|
if-eq v3, v5, :cond_13
|
|
|
|
.line 639
|
|
invoke-virtual {v1}, Landroid/view/View;->getLayoutParams()Landroid/view/ViewGroup$LayoutParams;
|
|
|
|
move-result-object v3
|
|
|
|
check-cast v3, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;
|
|
|
|
.line 640
|
|
iget-object v9, v3, Landroidx/recyclerview/widget/RecyclerView$LayoutParams;->mDecorInsets:Landroid/graphics/Rect;
|
|
|
|
.line 641
|
|
iget v10, v9, Landroid/graphics/Rect;->top:I
|
|
|
|
iget v11, v9, Landroid/graphics/Rect;->bottom:I
|
|
|
|
add-int/2addr v10, v11
|
|
|
|
iget v11, v3, Landroid/view/ViewGroup$MarginLayoutParams;->topMargin:I
|
|
|
|
add-int/2addr v10, v11
|
|
|
|
iget v11, v3, Landroid/view/ViewGroup$MarginLayoutParams;->bottomMargin:I
|
|
|
|
add-int/2addr v10, v11
|
|
|
|
.line 643
|
|
iget v11, v9, Landroid/graphics/Rect;->left:I
|
|
|
|
iget v9, v9, Landroid/graphics/Rect;->right:I
|
|
|
|
add-int/2addr v11, v9
|
|
|
|
iget v9, v3, Landroid/view/ViewGroup$MarginLayoutParams;->leftMargin:I
|
|
|
|
add-int/2addr v11, v9
|
|
|
|
iget v9, v3, Landroid/view/ViewGroup$MarginLayoutParams;->rightMargin:I
|
|
|
|
add-int/2addr v11, v9
|
|
|
|
.line 645
|
|
iget v9, v3, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;->mSpanIndex:I
|
|
|
|
iget v12, v3, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;->mSpanSize:I
|
|
|
|
invoke-virtual {v6, v9, v12}, Landroidx/recyclerview/widget/GridLayoutManager;->getSpaceForSpanRange(II)I
|
|
|
|
move-result v9
|
|
|
|
iget v12, v6, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientation:I
|
|
|
|
if-ne v12, v8, :cond_12
|
|
|
|
.line 649
|
|
iget v3, v3, Landroid/view/ViewGroup$MarginLayoutParams;->width:I
|
|
|
|
const/high16 v12, 0x40000000 # 2.0f
|
|
|
|
invoke-static {v9, v12, v11, v3, v4}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getChildMeasureSpec(IIIIZ)I
|
|
|
|
move-result v3
|
|
|
|
sub-int v9, v5, v10
|
|
|
|
.line 651
|
|
invoke-static {v9, v12}, Landroid/view/View$MeasureSpec;->makeMeasureSpec(II)I
|
|
|
|
move-result v9
|
|
|
|
goto :goto_9
|
|
|
|
:cond_12
|
|
const/high16 v12, 0x40000000 # 2.0f
|
|
|
|
sub-int v11, v5, v11
|
|
|
|
.line 654
|
|
invoke-static {v11, v12}, Landroid/view/View$MeasureSpec;->makeMeasureSpec(II)I
|
|
|
|
move-result v11
|
|
|
|
.line 656
|
|
iget v3, v3, Landroid/view/ViewGroup$MarginLayoutParams;->height:I
|
|
|
|
invoke-static {v9, v12, v10, v3, v4}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getChildMeasureSpec(IIIIZ)I
|
|
|
|
move-result v9
|
|
|
|
move v3, v11
|
|
|
|
.line 659
|
|
:goto_9
|
|
invoke-direct {v6, v1, v3, v9, v8}, Landroidx/recyclerview/widget/GridLayoutManager;->measureChildWithDecorationsAndMargin(Landroid/view/View;IIZ)V
|
|
|
|
goto :goto_a
|
|
|
|
:cond_13
|
|
const/high16 v12, 0x40000000 # 2.0f
|
|
|
|
:goto_a
|
|
add-int/lit8 v0, v0, 0x1
|
|
|
|
goto :goto_8
|
|
|
|
.line 663
|
|
:cond_14
|
|
iput v5, v7, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutChunkResult;->mConsumed:I
|
|
|
|
iget v0, v6, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientation:I
|
|
|
|
const/4 v1, -0x1
|
|
|
|
if-ne v0, v8, :cond_16
|
|
|
|
.line 667
|
|
iget v0, v2, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutState;->mLayoutDirection:I
|
|
|
|
if-ne v0, v1, :cond_15
|
|
|
|
.line 668
|
|
iget v0, v2, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutState;->mOffset:I
|
|
|
|
sub-int v1, v0, v5
|
|
|
|
:goto_b
|
|
move v3, v1
|
|
|
|
move v1, v4
|
|
|
|
move v2, v1
|
|
|
|
goto :goto_d
|
|
|
|
.line 671
|
|
:cond_15
|
|
iget v1, v2, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutState;->mOffset:I
|
|
|
|
add-int v0, v1, v5
|
|
|
|
goto :goto_b
|
|
|
|
.line 675
|
|
:cond_16
|
|
iget v0, v2, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutState;->mLayoutDirection:I
|
|
|
|
if-ne v0, v1, :cond_17
|
|
|
|
.line 676
|
|
iget v0, v2, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutState;->mOffset:I
|
|
|
|
sub-int v1, v0, v5
|
|
|
|
:goto_c
|
|
move v2, v1
|
|
|
|
move v3, v4
|
|
|
|
move v1, v0
|
|
|
|
move v0, v3
|
|
|
|
goto :goto_d
|
|
|
|
.line 679
|
|
:cond_17
|
|
iget v1, v2, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutState;->mOffset:I
|
|
|
|
add-int v0, v1, v5
|
|
|
|
goto :goto_c
|
|
|
|
:goto_d
|
|
move v9, v4
|
|
|
|
:goto_e
|
|
if-ge v9, v13, :cond_1c
|
|
|
|
iget-object v4, v6, Landroidx/recyclerview/widget/GridLayoutManager;->mSet:[Landroid/view/View;
|
|
|
|
.line 684
|
|
aget-object v10, v4, v9
|
|
|
|
.line 685
|
|
invoke-virtual {v10}, Landroid/view/View;->getLayoutParams()Landroid/view/ViewGroup$LayoutParams;
|
|
|
|
move-result-object v4
|
|
|
|
move-object v11, v4
|
|
|
|
check-cast v11, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;
|
|
|
|
iget v4, v6, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientation:I
|
|
|
|
if-ne v4, v8, :cond_19
|
|
|
|
.line 687
|
|
invoke-virtual/range {p0 .. p0}, Landroidx/recyclerview/widget/LinearLayoutManager;->isLayoutRTL()Z
|
|
|
|
move-result v1
|
|
|
|
if-eqz v1, :cond_18
|
|
|
|
.line 688
|
|
invoke-virtual/range {p0 .. p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getPaddingLeft()I
|
|
|
|
move-result v1
|
|
|
|
iget-object v2, v6, Landroidx/recyclerview/widget/GridLayoutManager;->mCachedBorders:[I
|
|
|
|
iget v4, v6, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
iget v5, v11, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;->mSpanIndex:I
|
|
|
|
sub-int/2addr v4, v5
|
|
|
|
aget v2, v2, v4
|
|
|
|
add-int/2addr v1, v2
|
|
|
|
iget-object v2, v6, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientationHelper:Landroidx/recyclerview/widget/OrientationHelper;
|
|
|
|
.line 689
|
|
invoke-virtual {v2, v10}, Landroidx/recyclerview/widget/OrientationHelper;->getDecoratedMeasurementInOther(Landroid/view/View;)I
|
|
|
|
move-result v2
|
|
|
|
sub-int v2, v1, v2
|
|
|
|
move v12, v0
|
|
|
|
move v14, v1
|
|
|
|
move v15, v2
|
|
|
|
:goto_f
|
|
move/from16 v16, v3
|
|
|
|
goto :goto_10
|
|
|
|
.line 691
|
|
:cond_18
|
|
invoke-virtual/range {p0 .. p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getPaddingLeft()I
|
|
|
|
move-result v1
|
|
|
|
iget-object v2, v6, Landroidx/recyclerview/widget/GridLayoutManager;->mCachedBorders:[I
|
|
|
|
iget v4, v11, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;->mSpanIndex:I
|
|
|
|
aget v2, v2, v4
|
|
|
|
add-int/2addr v1, v2
|
|
|
|
iget-object v2, v6, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientationHelper:Landroidx/recyclerview/widget/OrientationHelper;
|
|
|
|
.line 692
|
|
invoke-virtual {v2, v10}, Landroidx/recyclerview/widget/OrientationHelper;->getDecoratedMeasurementInOther(Landroid/view/View;)I
|
|
|
|
move-result v2
|
|
|
|
add-int/2addr v2, v1
|
|
|
|
move v12, v0
|
|
|
|
move v15, v1
|
|
|
|
move v14, v2
|
|
|
|
goto :goto_f
|
|
|
|
.line 695
|
|
:cond_19
|
|
invoke-virtual/range {p0 .. p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getPaddingTop()I
|
|
|
|
move-result v0
|
|
|
|
iget-object v3, v6, Landroidx/recyclerview/widget/GridLayoutManager;->mCachedBorders:[I
|
|
|
|
iget v4, v11, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;->mSpanIndex:I
|
|
|
|
aget v3, v3, v4
|
|
|
|
add-int/2addr v0, v3
|
|
|
|
iget-object v3, v6, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientationHelper:Landroidx/recyclerview/widget/OrientationHelper;
|
|
|
|
.line 696
|
|
invoke-virtual {v3, v10}, Landroidx/recyclerview/widget/OrientationHelper;->getDecoratedMeasurementInOther(Landroid/view/View;)I
|
|
|
|
move-result v3
|
|
|
|
add-int/2addr v3, v0
|
|
|
|
move/from16 v16, v0
|
|
|
|
move v14, v1
|
|
|
|
move v15, v2
|
|
|
|
move v12, v3
|
|
|
|
:goto_10
|
|
move-object/from16 v0, p0
|
|
|
|
move-object v1, v10
|
|
|
|
move v2, v15
|
|
|
|
move/from16 v3, v16
|
|
|
|
move v4, v14
|
|
|
|
move v5, v12
|
|
|
|
.line 700
|
|
invoke-virtual/range {v0 .. v5}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->layoutDecoratedWithMargins(Landroid/view/View;IIII)V
|
|
|
|
.line 708
|
|
invoke-virtual {v11}, Landroidx/recyclerview/widget/RecyclerView$LayoutParams;->isItemRemoved()Z
|
|
|
|
move-result v0
|
|
|
|
if-nez v0, :cond_1a
|
|
|
|
invoke-virtual {v11}, Landroidx/recyclerview/widget/RecyclerView$LayoutParams;->isItemChanged()Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_1b
|
|
|
|
.line 709
|
|
:cond_1a
|
|
iput-boolean v8, v7, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutChunkResult;->mIgnoreConsumed:Z
|
|
|
|
.line 711
|
|
:cond_1b
|
|
iget-boolean v0, v7, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutChunkResult;->mFocusable:Z
|
|
|
|
invoke-virtual {v10}, Landroid/view/View;->hasFocusable()Z
|
|
|
|
move-result v1
|
|
|
|
or-int/2addr v0, v1
|
|
|
|
iput-boolean v0, v7, Landroidx/recyclerview/widget/LinearLayoutManager$LayoutChunkResult;->mFocusable:Z
|
|
|
|
add-int/lit8 v9, v9, 0x1
|
|
|
|
move v0, v12
|
|
|
|
move v1, v14
|
|
|
|
move v2, v15
|
|
|
|
move/from16 v3, v16
|
|
|
|
goto/16 :goto_e
|
|
|
|
:cond_1c
|
|
iget-object v0, v6, Landroidx/recyclerview/widget/GridLayoutManager;->mSet:[Landroid/view/View;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
.line 713
|
|
invoke-static {v0, v1}, Ljava/util/Arrays;->fill([Ljava/lang/Object;Ljava/lang/Object;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public onAnchorReady(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;Landroidx/recyclerview/widget/LinearLayoutManager$AnchorInfo;I)V
|
|
.locals 1
|
|
|
|
.line 359
|
|
invoke-super {p0, p1, p2, p3, p4}, Landroidx/recyclerview/widget/LinearLayoutManager;->onAnchorReady(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;Landroidx/recyclerview/widget/LinearLayoutManager$AnchorInfo;I)V
|
|
|
|
.line 360
|
|
invoke-direct {p0}, Landroidx/recyclerview/widget/GridLayoutManager;->updateMeasurements()V
|
|
|
|
.line 361
|
|
invoke-virtual {p2}, Landroidx/recyclerview/widget/RecyclerView$State;->getItemCount()I
|
|
|
|
move-result v0
|
|
|
|
if-lez v0, :cond_0
|
|
|
|
invoke-virtual {p2}, Landroidx/recyclerview/widget/RecyclerView$State;->isPreLayout()Z
|
|
|
|
move-result v0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
.line 362
|
|
invoke-direct {p0, p1, p2, p3, p4}, Landroidx/recyclerview/widget/GridLayoutManager;->ensureAnchorIsInCorrectSpan(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;Landroidx/recyclerview/widget/LinearLayoutManager$AnchorInfo;I)V
|
|
|
|
.line 364
|
|
:cond_0
|
|
invoke-direct {p0}, Landroidx/recyclerview/widget/GridLayoutManager;->ensureViewSet()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public onFocusSearchFailed(Landroid/view/View;ILandroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;)Landroid/view/View;
|
|
.locals 23
|
|
|
|
move-object/from16 v0, p0
|
|
|
|
move-object/from16 v1, p3
|
|
|
|
move-object/from16 v2, p4
|
|
|
|
.line 1078
|
|
invoke-virtual/range {p0 .. p1}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->findContainingItemView(Landroid/view/View;)Landroid/view/View;
|
|
|
|
move-result-object v3
|
|
|
|
const/4 v4, 0x0
|
|
|
|
if-nez v3, :cond_0
|
|
|
|
return-object v4
|
|
|
|
.line 1082
|
|
:cond_0
|
|
invoke-virtual {v3}, Landroid/view/View;->getLayoutParams()Landroid/view/ViewGroup$LayoutParams;
|
|
|
|
move-result-object v5
|
|
|
|
check-cast v5, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;
|
|
|
|
.line 1083
|
|
iget v6, v5, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;->mSpanIndex:I
|
|
|
|
.line 1084
|
|
iget v5, v5, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;->mSpanSize:I
|
|
|
|
add-int/2addr v5, v6
|
|
|
|
.line 1085
|
|
invoke-super/range {p0 .. p4}, Landroidx/recyclerview/widget/LinearLayoutManager;->onFocusSearchFailed(Landroid/view/View;ILandroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;)Landroid/view/View;
|
|
|
|
move-result-object v7
|
|
|
|
if-nez v7, :cond_1
|
|
|
|
return-object v4
|
|
|
|
:cond_1
|
|
move/from16 v7, p2
|
|
|
|
.line 1091
|
|
invoke-virtual {v0, v7}, Landroidx/recyclerview/widget/LinearLayoutManager;->convertFocusDirectionToLayoutDirection(I)I
|
|
|
|
move-result v7
|
|
|
|
const/4 v9, 0x1
|
|
|
|
if-ne v7, v9, :cond_2
|
|
|
|
move v7, v9
|
|
|
|
goto :goto_0
|
|
|
|
:cond_2
|
|
const/4 v7, 0x0
|
|
|
|
:goto_0
|
|
iget-boolean v10, v0, Landroidx/recyclerview/widget/LinearLayoutManager;->mShouldReverseLayout:Z
|
|
|
|
const/4 v11, -0x1
|
|
|
|
if-eq v7, v10, :cond_3
|
|
|
|
.line 1095
|
|
invoke-virtual/range {p0 .. p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getChildCount()I
|
|
|
|
move-result v7
|
|
|
|
sub-int/2addr v7, v9
|
|
|
|
move v10, v11
|
|
|
|
move v12, v10
|
|
|
|
goto :goto_1
|
|
|
|
.line 1101
|
|
:cond_3
|
|
invoke-virtual/range {p0 .. p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getChildCount()I
|
|
|
|
move-result v7
|
|
|
|
move v10, v7
|
|
|
|
move v12, v9
|
|
|
|
const/4 v7, 0x0
|
|
|
|
:goto_1
|
|
iget v13, v0, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientation:I
|
|
|
|
if-ne v13, v9, :cond_4
|
|
|
|
.line 1103
|
|
invoke-virtual/range {p0 .. p0}, Landroidx/recyclerview/widget/LinearLayoutManager;->isLayoutRTL()Z
|
|
|
|
move-result v13
|
|
|
|
if-eqz v13, :cond_4
|
|
|
|
move v13, v9
|
|
|
|
goto :goto_2
|
|
|
|
:cond_4
|
|
const/4 v13, 0x0
|
|
|
|
.line 1127
|
|
:goto_2
|
|
invoke-direct {v0, v1, v2, v7}, Landroidx/recyclerview/widget/GridLayoutManager;->getSpanGroupIndex(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;I)I
|
|
|
|
move-result v14
|
|
|
|
move v15, v11
|
|
|
|
move/from16 v16, v15
|
|
|
|
const/4 v8, 0x0
|
|
|
|
const/16 v17, 0x0
|
|
|
|
move v11, v7
|
|
|
|
move-object v7, v4
|
|
|
|
:goto_3
|
|
if-eq v11, v10, :cond_5
|
|
|
|
.line 1129
|
|
invoke-direct {v0, v1, v2, v11}, Landroidx/recyclerview/widget/GridLayoutManager;->getSpanGroupIndex(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;I)I
|
|
|
|
move-result v9
|
|
|
|
.line 1130
|
|
invoke-virtual {v0, v11}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getChildAt(I)Landroid/view/View;
|
|
|
|
move-result-object v1
|
|
|
|
if-ne v1, v3, :cond_6
|
|
|
|
:cond_5
|
|
:goto_4
|
|
move-object/from16 v21, v7
|
|
|
|
goto/16 :goto_c
|
|
|
|
.line 1135
|
|
:cond_6
|
|
invoke-virtual {v1}, Landroid/view/View;->hasFocusable()Z
|
|
|
|
move-result v18
|
|
|
|
if-eqz v18, :cond_a
|
|
|
|
if-eq v9, v14, :cond_a
|
|
|
|
if-eqz v4, :cond_7
|
|
|
|
goto :goto_4
|
|
|
|
:cond_7
|
|
move-object/from16 v18, v3
|
|
|
|
move-object/from16 v21, v7
|
|
|
|
:cond_8
|
|
move/from16 v19, v8
|
|
|
|
move/from16 v20, v10
|
|
|
|
:cond_9
|
|
move/from16 v7, v16
|
|
|
|
move/from16 v8, v17
|
|
|
|
goto/16 :goto_a
|
|
|
|
.line 1146
|
|
:cond_a
|
|
invoke-virtual {v1}, Landroid/view/View;->getLayoutParams()Landroid/view/ViewGroup$LayoutParams;
|
|
|
|
move-result-object v9
|
|
|
|
check-cast v9, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;
|
|
|
|
.line 1147
|
|
iget v2, v9, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;->mSpanIndex:I
|
|
|
|
move-object/from16 v18, v3
|
|
|
|
.line 1148
|
|
iget v3, v9, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;->mSpanSize:I
|
|
|
|
add-int/2addr v3, v2
|
|
|
|
.line 1149
|
|
invoke-virtual {v1}, Landroid/view/View;->hasFocusable()Z
|
|
|
|
move-result v19
|
|
|
|
if-eqz v19, :cond_b
|
|
|
|
if-ne v2, v6, :cond_b
|
|
|
|
if-ne v3, v5, :cond_b
|
|
|
|
return-object v1
|
|
|
|
.line 1154
|
|
:cond_b
|
|
invoke-virtual {v1}, Landroid/view/View;->hasFocusable()Z
|
|
|
|
move-result v19
|
|
|
|
if-eqz v19, :cond_c
|
|
|
|
if-eqz v4, :cond_d
|
|
|
|
.line 1155
|
|
:cond_c
|
|
invoke-virtual {v1}, Landroid/view/View;->hasFocusable()Z
|
|
|
|
move-result v19
|
|
|
|
if-nez v19, :cond_e
|
|
|
|
if-nez v7, :cond_e
|
|
|
|
:cond_d
|
|
move-object/from16 v21, v7
|
|
|
|
:goto_5
|
|
move/from16 v19, v8
|
|
|
|
move/from16 v20, v10
|
|
|
|
move/from16 v7, v16
|
|
|
|
move/from16 v8, v17
|
|
|
|
goto :goto_9
|
|
|
|
.line 1158
|
|
:cond_e
|
|
invoke-static {v2, v6}, Ljava/lang/Math;->max(II)I
|
|
|
|
move-result v19
|
|
|
|
.line 1159
|
|
invoke-static {v3, v5}, Ljava/lang/Math;->min(II)I
|
|
|
|
move-result v20
|
|
|
|
move-object/from16 v21, v7
|
|
|
|
sub-int v7, v20, v19
|
|
|
|
.line 1161
|
|
invoke-virtual {v1}, Landroid/view/View;->hasFocusable()Z
|
|
|
|
move-result v19
|
|
|
|
if-eqz v19, :cond_11
|
|
|
|
if-le v7, v8, :cond_f
|
|
|
|
:goto_6
|
|
goto :goto_5
|
|
|
|
:cond_f
|
|
if-ne v7, v8, :cond_8
|
|
|
|
if-le v2, v15, :cond_10
|
|
|
|
const/4 v7, 0x1
|
|
|
|
goto :goto_7
|
|
|
|
:cond_10
|
|
const/4 v7, 0x0
|
|
|
|
:goto_7
|
|
if-ne v13, v7, :cond_8
|
|
|
|
goto :goto_6
|
|
|
|
:cond_11
|
|
if-nez v4, :cond_8
|
|
|
|
move/from16 v19, v8
|
|
|
|
move/from16 v20, v10
|
|
|
|
const/4 v8, 0x0
|
|
|
|
const/4 v10, 0x1
|
|
|
|
.line 1170
|
|
invoke-virtual {v0, v1, v8, v10}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->isViewPartiallyVisible(Landroid/view/View;ZZ)Z
|
|
|
|
move-result v22
|
|
|
|
if-eqz v22, :cond_9
|
|
|
|
move/from16 v8, v17
|
|
|
|
if-le v7, v8, :cond_12
|
|
|
|
move/from16 v7, v16
|
|
|
|
goto :goto_9
|
|
|
|
:cond_12
|
|
if-ne v7, v8, :cond_15
|
|
|
|
move/from16 v7, v16
|
|
|
|
if-le v2, v7, :cond_13
|
|
|
|
goto :goto_8
|
|
|
|
:cond_13
|
|
const/4 v10, 0x0
|
|
|
|
:goto_8
|
|
if-ne v13, v10, :cond_16
|
|
|
|
.line 1182
|
|
:goto_9
|
|
invoke-virtual {v1}, Landroid/view/View;->hasFocusable()Z
|
|
|
|
move-result v10
|
|
|
|
if-eqz v10, :cond_14
|
|
|
|
.line 1184
|
|
iget v4, v9, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;->mSpanIndex:I
|
|
|
|
.line 1185
|
|
invoke-static {v3, v5}, Ljava/lang/Math;->min(II)I
|
|
|
|
move-result v3
|
|
|
|
.line 1186
|
|
invoke-static {v2, v6}, Ljava/lang/Math;->max(II)I
|
|
|
|
move-result v2
|
|
|
|
sub-int v2, v3, v2
|
|
|
|
move v15, v4
|
|
|
|
move/from16 v16, v7
|
|
|
|
move/from16 v17, v8
|
|
|
|
move-object/from16 v7, v21
|
|
|
|
move-object v4, v1
|
|
|
|
move v8, v2
|
|
|
|
goto :goto_b
|
|
|
|
.line 1189
|
|
:cond_14
|
|
iget v7, v9, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;->mSpanIndex:I
|
|
|
|
.line 1190
|
|
invoke-static {v3, v5}, Ljava/lang/Math;->min(II)I
|
|
|
|
move-result v3
|
|
|
|
.line 1191
|
|
invoke-static {v2, v6}, Ljava/lang/Math;->max(II)I
|
|
|
|
move-result v2
|
|
|
|
sub-int v17, v3, v2
|
|
|
|
move/from16 v16, v7
|
|
|
|
move/from16 v8, v19
|
|
|
|
move-object v7, v1
|
|
|
|
goto :goto_b
|
|
|
|
:cond_15
|
|
move/from16 v7, v16
|
|
|
|
:cond_16
|
|
:goto_a
|
|
move/from16 v16, v7
|
|
|
|
move/from16 v17, v8
|
|
|
|
move/from16 v8, v19
|
|
|
|
move-object/from16 v7, v21
|
|
|
|
:goto_b
|
|
add-int/2addr v11, v12
|
|
|
|
move-object/from16 v1, p3
|
|
|
|
move-object/from16 v2, p4
|
|
|
|
move-object/from16 v3, v18
|
|
|
|
move/from16 v10, v20
|
|
|
|
const/4 v9, 0x1
|
|
|
|
goto/16 :goto_3
|
|
|
|
:goto_c
|
|
if-eqz v4, :cond_17
|
|
|
|
goto :goto_d
|
|
|
|
:cond_17
|
|
move-object/from16 v4, v21
|
|
|
|
:goto_d
|
|
return-object v4
|
|
.end method
|
|
|
|
.method public onInitializeAccessibilityNodeInfoForItem(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;Landroid/view/View;Landroidx/core/view/accessibility/AccessibilityNodeInfoCompat;)V
|
|
.locals 7
|
|
|
|
.line 147
|
|
invoke-virtual {p3}, Landroid/view/View;->getLayoutParams()Landroid/view/ViewGroup$LayoutParams;
|
|
|
|
move-result-object v0
|
|
|
|
.line 148
|
|
instance-of v1, v0, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;
|
|
|
|
if-nez v1, :cond_0
|
|
|
|
.line 149
|
|
invoke-super {p0, p3, p4}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->onInitializeAccessibilityNodeInfoForItem(Landroid/view/View;Landroidx/core/view/accessibility/AccessibilityNodeInfoCompat;)V
|
|
|
|
return-void
|
|
|
|
.line 152
|
|
:cond_0
|
|
check-cast v0, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;
|
|
|
|
.line 153
|
|
invoke-virtual {v0}, Landroidx/recyclerview/widget/RecyclerView$LayoutParams;->getViewLayoutPosition()I
|
|
|
|
move-result p3
|
|
|
|
invoke-direct {p0, p1, p2, p3}, Landroidx/recyclerview/widget/GridLayoutManager;->getSpanGroupIndex(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;I)I
|
|
|
|
move-result p1
|
|
|
|
iget p2, p0, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientation:I
|
|
|
|
if-nez p2, :cond_1
|
|
|
|
.line 156
|
|
invoke-virtual {v0}, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;->getSpanIndex()I
|
|
|
|
move-result v1
|
|
|
|
invoke-virtual {v0}, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;->getSpanSize()I
|
|
|
|
move-result v2
|
|
|
|
const/4 v4, 0x1
|
|
|
|
const/4 v5, 0x0
|
|
|
|
const/4 v6, 0x0
|
|
|
|
move v3, p1
|
|
|
|
.line 155
|
|
invoke-static/range {v1 .. v6}, Landroidx/core/view/accessibility/AccessibilityNodeInfoCompat$CollectionItemInfoCompat;->obtain(IIIIZZ)Landroidx/core/view/accessibility/AccessibilityNodeInfoCompat$CollectionItemInfoCompat;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-virtual {p4, p1}, Landroidx/core/view/accessibility/AccessibilityNodeInfoCompat;->setCollectionItemInfo(Ljava/lang/Object;)V
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
const/4 v2, 0x1
|
|
|
|
.line 161
|
|
invoke-virtual {v0}, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;->getSpanIndex()I
|
|
|
|
move-result v3
|
|
|
|
invoke-virtual {v0}, Landroidx/recyclerview/widget/GridLayoutManager$LayoutParams;->getSpanSize()I
|
|
|
|
move-result v4
|
|
|
|
const/4 v5, 0x0
|
|
|
|
const/4 v6, 0x0
|
|
|
|
move v1, p1
|
|
|
|
.line 159
|
|
invoke-static/range {v1 .. v6}, Landroidx/core/view/accessibility/AccessibilityNodeInfoCompat$CollectionItemInfoCompat;->obtain(IIIIZZ)Landroidx/core/view/accessibility/AccessibilityNodeInfoCompat$CollectionItemInfoCompat;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-virtual {p4, p1}, Landroidx/core/view/accessibility/AccessibilityNodeInfoCompat;->setCollectionItemInfo(Ljava/lang/Object;)V
|
|
|
|
:goto_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public onItemsAdded(Landroidx/recyclerview/widget/RecyclerView;II)V
|
|
.locals 0
|
|
|
|
iget-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 200
|
|
invoke-virtual {p1}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->invalidateSpanIndexCache()V
|
|
|
|
iget-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 201
|
|
invoke-virtual {p1}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->invalidateSpanGroupIndexCache()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public onItemsChanged(Landroidx/recyclerview/widget/RecyclerView;)V
|
|
.locals 0
|
|
|
|
iget-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 206
|
|
invoke-virtual {p1}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->invalidateSpanIndexCache()V
|
|
|
|
iget-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 207
|
|
invoke-virtual {p1}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->invalidateSpanGroupIndexCache()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public onItemsMoved(Landroidx/recyclerview/widget/RecyclerView;III)V
|
|
.locals 0
|
|
|
|
iget-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 225
|
|
invoke-virtual {p1}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->invalidateSpanIndexCache()V
|
|
|
|
iget-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 226
|
|
invoke-virtual {p1}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->invalidateSpanGroupIndexCache()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public onItemsRemoved(Landroidx/recyclerview/widget/RecyclerView;II)V
|
|
.locals 0
|
|
|
|
iget-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 212
|
|
invoke-virtual {p1}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->invalidateSpanIndexCache()V
|
|
|
|
iget-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 213
|
|
invoke-virtual {p1}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->invalidateSpanGroupIndexCache()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public onItemsUpdated(Landroidx/recyclerview/widget/RecyclerView;IILjava/lang/Object;)V
|
|
.locals 0
|
|
|
|
iget-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 219
|
|
invoke-virtual {p1}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->invalidateSpanIndexCache()V
|
|
|
|
iget-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 220
|
|
invoke-virtual {p1}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->invalidateSpanGroupIndexCache()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public onLayoutChildren(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;)V
|
|
.locals 1
|
|
|
|
.line 167
|
|
invoke-virtual {p2}, Landroidx/recyclerview/widget/RecyclerView$State;->isPreLayout()Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 168
|
|
invoke-direct {p0}, Landroidx/recyclerview/widget/GridLayoutManager;->cachePreLayoutSpanMapping()V
|
|
|
|
.line 170
|
|
:cond_0
|
|
invoke-super {p0, p1, p2}, Landroidx/recyclerview/widget/LinearLayoutManager;->onLayoutChildren(Landroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;)V
|
|
|
|
.line 174
|
|
invoke-direct {p0}, Landroidx/recyclerview/widget/GridLayoutManager;->clearPreLayoutSpanMappingCache()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public onLayoutCompleted(Landroidx/recyclerview/widget/RecyclerView$State;)V
|
|
.locals 0
|
|
|
|
.line 179
|
|
invoke-super {p0, p1}, Landroidx/recyclerview/widget/LinearLayoutManager;->onLayoutCompleted(Landroidx/recyclerview/widget/RecyclerView$State;)V
|
|
|
|
const/4 p1, 0x0
|
|
|
|
iput-boolean p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mPendingSpanCountChange:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public scrollHorizontallyBy(ILandroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;)I
|
|
.locals 0
|
|
|
|
.line 376
|
|
invoke-direct {p0}, Landroidx/recyclerview/widget/GridLayoutManager;->updateMeasurements()V
|
|
|
|
.line 377
|
|
invoke-direct {p0}, Landroidx/recyclerview/widget/GridLayoutManager;->ensureViewSet()V
|
|
|
|
.line 378
|
|
invoke-super {p0, p1, p2, p3}, Landroidx/recyclerview/widget/LinearLayoutManager;->scrollHorizontallyBy(ILandroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public scrollVerticallyBy(ILandroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;)I
|
|
.locals 0
|
|
|
|
.line 384
|
|
invoke-direct {p0}, Landroidx/recyclerview/widget/GridLayoutManager;->updateMeasurements()V
|
|
|
|
.line 385
|
|
invoke-direct {p0}, Landroidx/recyclerview/widget/GridLayoutManager;->ensureViewSet()V
|
|
|
|
.line 386
|
|
invoke-super {p0, p1, p2, p3}, Landroidx/recyclerview/widget/LinearLayoutManager;->scrollVerticallyBy(ILandroidx/recyclerview/widget/RecyclerView$Recycler;Landroidx/recyclerview/widget/RecyclerView$State;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public setMeasuredDimension(Landroid/graphics/Rect;II)V
|
|
.locals 4
|
|
|
|
iget-object v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mCachedBorders:[I
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
.line 291
|
|
invoke-super {p0, p1, p2, p3}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->setMeasuredDimension(Landroid/graphics/Rect;II)V
|
|
|
|
.line 294
|
|
:cond_0
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getPaddingLeft()I
|
|
|
|
move-result v0
|
|
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getPaddingRight()I
|
|
|
|
move-result v1
|
|
|
|
add-int/2addr v0, v1
|
|
|
|
.line 295
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getPaddingTop()I
|
|
|
|
move-result v1
|
|
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getPaddingBottom()I
|
|
|
|
move-result v2
|
|
|
|
add-int/2addr v1, v2
|
|
|
|
iget v2, p0, Landroidx/recyclerview/widget/LinearLayoutManager;->mOrientation:I
|
|
|
|
const/4 v3, 0x1
|
|
|
|
if-ne v2, v3, :cond_1
|
|
|
|
.line 297
|
|
invoke-virtual {p1}, Landroid/graphics/Rect;->height()I
|
|
|
|
move-result p1
|
|
|
|
add-int/2addr p1, v1
|
|
|
|
.line 298
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getMinimumHeight()I
|
|
|
|
move-result v1
|
|
|
|
invoke-static {p3, p1, v1}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->chooseSize(III)I
|
|
|
|
move-result p1
|
|
|
|
iget-object p3, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mCachedBorders:[I
|
|
|
|
.line 299
|
|
array-length v1, p3
|
|
|
|
sub-int/2addr v1, v3
|
|
|
|
aget p3, p3, v1
|
|
|
|
add-int/2addr p3, v0
|
|
|
|
.line 300
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getMinimumWidth()I
|
|
|
|
move-result v0
|
|
|
|
.line 299
|
|
invoke-static {p2, p3, v0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->chooseSize(III)I
|
|
|
|
move-result p2
|
|
|
|
goto :goto_0
|
|
|
|
.line 302
|
|
:cond_1
|
|
invoke-virtual {p1}, Landroid/graphics/Rect;->width()I
|
|
|
|
move-result p1
|
|
|
|
add-int/2addr p1, v0
|
|
|
|
.line 303
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getMinimumWidth()I
|
|
|
|
move-result v0
|
|
|
|
invoke-static {p2, p1, v0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->chooseSize(III)I
|
|
|
|
move-result p2
|
|
|
|
iget-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mCachedBorders:[I
|
|
|
|
.line 304
|
|
array-length v0, p1
|
|
|
|
sub-int/2addr v0, v3
|
|
|
|
aget p1, p1, v0
|
|
|
|
add-int/2addr p1, v1
|
|
|
|
.line 305
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->getMinimumHeight()I
|
|
|
|
move-result v0
|
|
|
|
.line 304
|
|
invoke-static {p3, p1, v0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->chooseSize(III)I
|
|
|
|
move-result p1
|
|
|
|
.line 307
|
|
:goto_0
|
|
invoke-virtual {p0, p2, p1}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->setMeasuredDimension(II)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setSpanCount(I)V
|
|
.locals 3
|
|
|
|
iget v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
if-ne p1, v0, :cond_0
|
|
|
|
return-void
|
|
|
|
:cond_0
|
|
const/4 v0, 0x1
|
|
|
|
iput-boolean v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mPendingSpanCountChange:Z
|
|
|
|
if-lt p1, v0, :cond_1
|
|
|
|
iput p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanCount:I
|
|
|
|
iget-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
.line 833
|
|
invoke-virtual {p1}, Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;->invalidateSpanIndexCache()V
|
|
|
|
.line 834
|
|
invoke-virtual {p0}, Landroidx/recyclerview/widget/RecyclerView$LayoutManager;->requestLayout()V
|
|
|
|
return-void
|
|
|
|
.line 829
|
|
:cond_1
|
|
new-instance v0, Ljava/lang/IllegalArgumentException;
|
|
|
|
new-instance v1, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
const-string v2, "Span count should be at least 1. Provided "
|
|
|
|
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-direct {v0, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw v0
|
|
.end method
|
|
|
|
.method public setSpanSizeLookup(Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mSpanSizeLookup:Landroidx/recyclerview/widget/GridLayoutManager$SpanSizeLookup;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setStackFromEnd(Z)V
|
|
.locals 1
|
|
|
|
if-nez p1, :cond_0
|
|
|
|
const/4 p1, 0x0
|
|
|
|
.line 113
|
|
invoke-super {p0, p1}, Landroidx/recyclerview/widget/LinearLayoutManager;->setStackFromEnd(Z)V
|
|
|
|
return-void
|
|
|
|
.line 109
|
|
:cond_0
|
|
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
|
|
|
const-string v0, "GridLayoutManager does not support stack from end. Consider using reverse layout"
|
|
|
|
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
.method public setUsingSpansToEstimateScrollbarDimensions(Z)V
|
|
.locals 0
|
|
|
|
iput-boolean p1, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mUsingSpansToEstimateScrollBarDimensions:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public supportsPredictiveItemAnimations()Z
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/recyclerview/widget/LinearLayoutManager;->mPendingSavedState:Landroidx/recyclerview/widget/LinearLayoutManager$SavedState;
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
iget-boolean v0, p0, Landroidx/recyclerview/widget/GridLayoutManager;->mPendingSpanCountChange:Z
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return v0
|
|
.end method
|