2462 lines
		
	
	
		
			61 KiB
		
	
	
	
		
			Smali
		
	
	
	
	
	
			
		
		
	
	
			2462 lines
		
	
	
		
			61 KiB
		
	
	
	
		
			Smali
		
	
	
	
	
	
| .class public Landroidx/appcompat/widget/ActionBarOverlayLayout;
 | |
| .super Landroid/view/ViewGroup;
 | |
| .source "ActionBarOverlayLayout.java"
 | |
| 
 | |
| # interfaces
 | |
| .implements Landroidx/appcompat/widget/n;
 | |
| .implements Ls1/c0;
 | |
| .implements Ls1/a0;
 | |
| .implements Ls1/b0;
 | |
| 
 | |
| 
 | |
| # annotations
 | |
| .annotation build Landroid/annotation/SuppressLint;
 | |
|     value = {
 | |
|         "UnknownNullness"
 | |
|     }
 | |
| .end annotation
 | |
| 
 | |
| .annotation build Landroidx/annotation/RestrictTo;
 | |
|     value = {
 | |
|         .enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
 | |
|     }
 | |
| .end annotation
 | |
| 
 | |
| .annotation system Ldalvik/annotation/MemberClasses;
 | |
|     value = {
 | |
|         Landroidx/appcompat/widget/ActionBarOverlayLayout$d;,
 | |
|         Landroidx/appcompat/widget/ActionBarOverlayLayout$LayoutParams;
 | |
|     }
 | |
| .end annotation
 | |
| 
 | |
| 
 | |
| # static fields
 | |
| .field public static final k1:Ljava/lang/String; = "ActionBarOverlayLayout"
 | |
| 
 | |
| .field public static final l1:I = 0x258
 | |
| 
 | |
| .field public static final m1:[I
 | |
| 
 | |
| 
 | |
| # instance fields
 | |
| .field public final K0:Landroid/graphics/Rect;
 | |
| 
 | |
| .field public final V0:Landroid/graphics/Rect;
 | |
| 
 | |
| .field public final W0:Landroid/graphics/Rect;
 | |
| 
 | |
| .field public final X0:Landroid/graphics/Rect;
 | |
| 
 | |
| .field public final Y0:Landroid/graphics/Rect;
 | |
| 
 | |
| .field public Z0:Landroidx/core/view/WindowInsetsCompat;
 | |
|     .annotation build Landroidx/annotation/NonNull;
 | |
|     .end annotation
 | |
| .end field
 | |
| 
 | |
| .field public a:I
 | |
| 
 | |
| .field public a1:Landroidx/core/view/WindowInsetsCompat;
 | |
|     .annotation build Landroidx/annotation/NonNull;
 | |
|     .end annotation
 | |
| .end field
 | |
| 
 | |
| .field public b:I
 | |
| 
 | |
| .field public b1:Landroidx/core/view/WindowInsetsCompat;
 | |
|     .annotation build Landroidx/annotation/NonNull;
 | |
|     .end annotation
 | |
| .end field
 | |
| 
 | |
| .field public c:Landroidx/appcompat/widget/ContentFrameLayout;
 | |
| 
 | |
| .field public c1:Landroidx/core/view/WindowInsetsCompat;
 | |
|     .annotation build Landroidx/annotation/NonNull;
 | |
|     .end annotation
 | |
| .end field
 | |
| 
 | |
| .field public d:Landroidx/appcompat/widget/ActionBarContainer;
 | |
| 
 | |
| .field public d1:Landroidx/appcompat/widget/ActionBarOverlayLayout$d;
 | |
| 
 | |
| .field public e:Landroidx/appcompat/widget/o;
 | |
| 
 | |
| .field public e1:Landroid/widget/OverScroller;
 | |
| 
 | |
| .field public f:Landroid/graphics/drawable/Drawable;
 | |
| 
 | |
| .field public f1:Landroid/view/ViewPropertyAnimator;
 | |
| 
 | |
| .field public g:Z
 | |
| 
 | |
| .field public final g1:Landroid/animation/AnimatorListenerAdapter;
 | |
| 
 | |
| .field public h:Z
 | |
| 
 | |
| .field public final h1:Ljava/lang/Runnable;
 | |
| 
 | |
| .field public i:Z
 | |
| 
 | |
| .field public final i1:Ljava/lang/Runnable;
 | |
| 
 | |
| .field public j:Z
 | |
| 
 | |
| .field public final j1:Ls1/d0;
 | |
| 
 | |
| .field public k:Z
 | |
| 
 | |
| .field public final k0:Landroid/graphics/Rect;
 | |
| 
 | |
| .field public l:I
 | |
| 
 | |
| .field public p:I
 | |
| 
 | |
| .field public final u:Landroid/graphics/Rect;
 | |
| 
 | |
| 
 | |
| # direct methods
 | |
| .method public static constructor <clinit>()V
 | |
|     .locals 3
 | |
| 
 | |
|     const/4 v0, 0x2
 | |
| 
 | |
|     new-array v0, v0, [I
 | |
| 
 | |
|     .line 1
 | |
|     sget v1, Landroidx/appcompat/R$attr;->actionBarSize:I
 | |
| 
 | |
|     const/4 v2, 0x0
 | |
| 
 | |
|     aput v1, v0, v2
 | |
| 
 | |
|     const/4 v1, 0x1
 | |
| 
 | |
|     const v2, 0x1010059
 | |
| 
 | |
|     aput v2, v0, v1
 | |
| 
 | |
|     sput-object v0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->m1:[I
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public constructor <init>(Landroid/content/Context;)V
 | |
|     .locals 1
 | |
|     .param p1    # Landroid/content/Context;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
| 
 | |
|     const/4 v0, 0x0
 | |
| 
 | |
|     .line 1
 | |
|     invoke-direct {p0, p1, v0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
 | |
|     .locals 0
 | |
|     .param p1    # Landroid/content/Context;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
|     .param p2    # Landroid/util/AttributeSet;
 | |
|         .annotation build Landroidx/annotation/Nullable;
 | |
|         .end annotation
 | |
|     .end param
 | |
| 
 | |
|     .line 2
 | |
|     invoke-direct {p0, p1, p2}, Landroid/view/ViewGroup;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
 | |
| 
 | |
|     const/4 p2, 0x0
 | |
| 
 | |
|     .line 3
 | |
|     iput p2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->b:I
 | |
| 
 | |
|     .line 4
 | |
|     new-instance p2, Landroid/graphics/Rect;
 | |
| 
 | |
|     invoke-direct {p2}, Landroid/graphics/Rect;-><init>()V
 | |
| 
 | |
|     iput-object p2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->u:Landroid/graphics/Rect;
 | |
| 
 | |
|     .line 5
 | |
|     new-instance p2, Landroid/graphics/Rect;
 | |
| 
 | |
|     invoke-direct {p2}, Landroid/graphics/Rect;-><init>()V
 | |
| 
 | |
|     iput-object p2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->k0:Landroid/graphics/Rect;
 | |
| 
 | |
|     .line 6
 | |
|     new-instance p2, Landroid/graphics/Rect;
 | |
| 
 | |
|     invoke-direct {p2}, Landroid/graphics/Rect;-><init>()V
 | |
| 
 | |
|     iput-object p2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->K0:Landroid/graphics/Rect;
 | |
| 
 | |
|     .line 7
 | |
|     new-instance p2, Landroid/graphics/Rect;
 | |
| 
 | |
|     invoke-direct {p2}, Landroid/graphics/Rect;-><init>()V
 | |
| 
 | |
|     iput-object p2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->V0:Landroid/graphics/Rect;
 | |
| 
 | |
|     .line 8
 | |
|     new-instance p2, Landroid/graphics/Rect;
 | |
| 
 | |
|     invoke-direct {p2}, Landroid/graphics/Rect;-><init>()V
 | |
| 
 | |
|     iput-object p2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->W0:Landroid/graphics/Rect;
 | |
| 
 | |
|     .line 9
 | |
|     new-instance p2, Landroid/graphics/Rect;
 | |
| 
 | |
|     invoke-direct {p2}, Landroid/graphics/Rect;-><init>()V
 | |
| 
 | |
|     iput-object p2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->X0:Landroid/graphics/Rect;
 | |
| 
 | |
|     .line 10
 | |
|     new-instance p2, Landroid/graphics/Rect;
 | |
| 
 | |
|     invoke-direct {p2}, Landroid/graphics/Rect;-><init>()V
 | |
| 
 | |
|     iput-object p2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->Y0:Landroid/graphics/Rect;
 | |
| 
 | |
|     .line 11
 | |
|     sget-object p2, Landroidx/core/view/WindowInsetsCompat;->c:Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     iput-object p2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->Z0:Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     .line 12
 | |
|     iput-object p2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->a1:Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     .line 13
 | |
|     iput-object p2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->b1:Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     .line 14
 | |
|     iput-object p2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->c1:Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     .line 15
 | |
|     new-instance p2, Landroidx/appcompat/widget/ActionBarOverlayLayout$a;
 | |
| 
 | |
|     invoke-direct {p2, p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout$a;-><init>(Landroidx/appcompat/widget/ActionBarOverlayLayout;)V
 | |
| 
 | |
|     iput-object p2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->g1:Landroid/animation/AnimatorListenerAdapter;
 | |
| 
 | |
|     .line 16
 | |
|     new-instance p2, Landroidx/appcompat/widget/ActionBarOverlayLayout$b;
 | |
| 
 | |
|     invoke-direct {p2, p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout$b;-><init>(Landroidx/appcompat/widget/ActionBarOverlayLayout;)V
 | |
| 
 | |
|     iput-object p2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->h1:Ljava/lang/Runnable;
 | |
| 
 | |
|     .line 17
 | |
|     new-instance p2, Landroidx/appcompat/widget/ActionBarOverlayLayout$c;
 | |
| 
 | |
|     invoke-direct {p2, p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout$c;-><init>(Landroidx/appcompat/widget/ActionBarOverlayLayout;)V
 | |
| 
 | |
|     iput-object p2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->i1:Ljava/lang/Runnable;
 | |
| 
 | |
|     .line 18
 | |
|     invoke-virtual {p0, p1}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->t(Landroid/content/Context;)V
 | |
| 
 | |
|     .line 19
 | |
|     new-instance p1, Ls1/d0;
 | |
| 
 | |
|     invoke-direct {p1, p0}, Ls1/d0;-><init>(Landroid/view/ViewGroup;)V
 | |
| 
 | |
|     iput-object p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->j1:Ls1/d0;
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| 
 | |
| # virtual methods
 | |
| .method public final A(F)Z
 | |
|     .locals 9
 | |
| 
 | |
|     .line 1
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e1:Landroid/widget/OverScroller;
 | |
| 
 | |
|     float-to-int v4, p1
 | |
| 
 | |
|     const/4 v1, 0x0
 | |
| 
 | |
|     const/4 v2, 0x0
 | |
| 
 | |
|     const/4 v3, 0x0
 | |
| 
 | |
|     const/4 v5, 0x0
 | |
| 
 | |
|     const/4 v6, 0x0
 | |
| 
 | |
|     const/high16 v7, -0x80000000
 | |
| 
 | |
|     const v8, 0x7fffffff
 | |
| 
 | |
|     invoke-virtual/range {v0 .. v8}, Landroid/widget/OverScroller;->fling(IIIIIIII)V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e1:Landroid/widget/OverScroller;
 | |
| 
 | |
|     invoke-virtual {p1}, Landroid/widget/OverScroller;->getFinalY()I
 | |
| 
 | |
|     move-result p1
 | |
| 
 | |
|     .line 3
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d:Landroidx/appcompat/widget/ActionBarContainer;
 | |
| 
 | |
|     invoke-virtual {v0}, Landroid/widget/FrameLayout;->getHeight()I
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     if-le p1, v0, :cond_0
 | |
| 
 | |
|     const/4 p1, 0x1
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     :cond_0
 | |
|     const/4 p1, 0x0
 | |
| 
 | |
|     :goto_0
 | |
|     return p1
 | |
| .end method
 | |
| 
 | |
| .method public a()Z
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->y()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e:Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     invoke-interface {v0}, Landroidx/appcompat/widget/o;->a()Z
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     return v0
 | |
| .end method
 | |
| 
 | |
| .method public b()Z
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->y()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e:Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     invoke-interface {v0}, Landroidx/appcompat/widget/o;->b()Z
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     return v0
 | |
| .end method
 | |
| 
 | |
| .method public c()Z
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->y()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e:Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     invoke-interface {v0}, Landroidx/appcompat/widget/o;->c()Z
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     return v0
 | |
| .end method
 | |
| 
 | |
| .method public checkLayoutParams(Landroid/view/ViewGroup$LayoutParams;)Z
 | |
|     .locals 0
 | |
| 
 | |
|     .line 1
 | |
|     instance-of p1, p1, Landroidx/appcompat/widget/ActionBarOverlayLayout$LayoutParams;
 | |
| 
 | |
|     return p1
 | |
| .end method
 | |
| 
 | |
| .method public d()Z
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->y()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e:Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     invoke-interface {v0}, Landroidx/appcompat/widget/o;->d()Z
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     return v0
 | |
| .end method
 | |
| 
 | |
| .method public draw(Landroid/graphics/Canvas;)V
 | |
|     .locals 5
 | |
| 
 | |
|     .line 1
 | |
|     invoke-super {p0, p1}, Landroid/view/ViewGroup;->draw(Landroid/graphics/Canvas;)V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->f:Landroid/graphics/drawable/Drawable;
 | |
| 
 | |
|     if-eqz v0, :cond_1
 | |
| 
 | |
|     iget-boolean v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->g:Z
 | |
| 
 | |
|     if-nez v0, :cond_1
 | |
| 
 | |
|     .line 3
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d:Landroidx/appcompat/widget/ActionBarContainer;
 | |
| 
 | |
|     invoke-virtual {v0}, Landroid/widget/FrameLayout;->getVisibility()I
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     const/4 v1, 0x0
 | |
| 
 | |
|     if-nez v0, :cond_0
 | |
| 
 | |
|     .line 4
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d:Landroidx/appcompat/widget/ActionBarContainer;
 | |
| 
 | |
|     invoke-virtual {v0}, Landroid/widget/FrameLayout;->getBottom()I
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     int-to-float v0, v0
 | |
| 
 | |
|     iget-object v2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d:Landroidx/appcompat/widget/ActionBarContainer;
 | |
| 
 | |
|     invoke-virtual {v2}, Landroid/widget/FrameLayout;->getTranslationY()F
 | |
| 
 | |
|     move-result v2
 | |
| 
 | |
|     add-float/2addr v2, v0
 | |
| 
 | |
|     const/high16 v0, 0x3f000000    # 0.5f
 | |
| 
 | |
|     add-float/2addr v2, v0
 | |
| 
 | |
|     float-to-int v0, v2
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     :cond_0
 | |
|     move v0, v1
 | |
| 
 | |
|     .line 5
 | |
|     :goto_0
 | |
|     iget-object v2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->f:Landroid/graphics/drawable/Drawable;
 | |
| 
 | |
|     invoke-virtual {p0}, Landroid/view/ViewGroup;->getWidth()I
 | |
| 
 | |
|     move-result v3
 | |
| 
 | |
|     iget-object v4, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->f:Landroid/graphics/drawable/Drawable;
 | |
| 
 | |
|     .line 6
 | |
|     invoke-virtual {v4}, Landroid/graphics/drawable/Drawable;->getIntrinsicHeight()I
 | |
| 
 | |
|     move-result v4
 | |
| 
 | |
|     add-int/2addr v4, v0
 | |
| 
 | |
|     .line 7
 | |
|     invoke-virtual {v2, v1, v0, v3, v4}, Landroid/graphics/drawable/Drawable;->setBounds(IIII)V
 | |
| 
 | |
|     .line 8
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->f:Landroid/graphics/drawable/Drawable;
 | |
| 
 | |
|     invoke-virtual {v0, p1}, Landroid/graphics/drawable/Drawable;->draw(Landroid/graphics/Canvas;)V
 | |
| 
 | |
|     :cond_1
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public e(Landroid/view/Menu;Landroidx/appcompat/view/menu/i$a;)V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->y()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e:Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     invoke-interface {v0, p1, p2}, Landroidx/appcompat/widget/o;->e(Landroid/view/Menu;Landroidx/appcompat/view/menu/i$a;)V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public f()Z
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->y()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e:Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     invoke-interface {v0}, Landroidx/appcompat/widget/o;->f()Z
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     return v0
 | |
| .end method
 | |
| 
 | |
| .method public fitSystemWindows(Landroid/graphics/Rect;)Z
 | |
|     .locals 0
 | |
| 
 | |
|     .line 1
 | |
|     invoke-super {p0, p1}, Landroid/view/ViewGroup;->fitSystemWindows(Landroid/graphics/Rect;)Z
 | |
| 
 | |
|     move-result p1
 | |
| 
 | |
|     return p1
 | |
| .end method
 | |
| 
 | |
| .method public g()V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->y()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e:Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     invoke-interface {v0}, Landroidx/appcompat/widget/o;->g()V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public bridge synthetic generateDefaultLayoutParams()Landroid/view/ViewGroup$LayoutParams;
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->p()Landroidx/appcompat/widget/ActionBarOverlayLayout$LayoutParams;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     return-object v0
 | |
| .end method
 | |
| 
 | |
| .method public bridge synthetic generateLayoutParams(Landroid/util/AttributeSet;)Landroid/view/ViewGroup$LayoutParams;
 | |
|     .locals 0
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0, p1}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->q(Landroid/util/AttributeSet;)Landroidx/appcompat/widget/ActionBarOverlayLayout$LayoutParams;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     return-object p1
 | |
| .end method
 | |
| 
 | |
| .method public generateLayoutParams(Landroid/view/ViewGroup$LayoutParams;)Landroid/view/ViewGroup$LayoutParams;
 | |
|     .locals 1
 | |
| 
 | |
|     .line 2
 | |
|     new-instance v0, Landroidx/appcompat/widget/ActionBarOverlayLayout$LayoutParams;
 | |
| 
 | |
|     invoke-direct {v0, p1}, Landroidx/appcompat/widget/ActionBarOverlayLayout$LayoutParams;-><init>(Landroid/view/ViewGroup$LayoutParams;)V
 | |
| 
 | |
|     return-object v0
 | |
| .end method
 | |
| 
 | |
| .method public getActionBarHideOffset()I
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d:Landroidx/appcompat/widget/ActionBarContainer;
 | |
| 
 | |
|     if-eqz v0, :cond_0
 | |
| 
 | |
|     invoke-virtual {v0}, Landroid/widget/FrameLayout;->getTranslationY()F
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     float-to-int v0, v0
 | |
| 
 | |
|     neg-int v0, v0
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     :cond_0
 | |
|     const/4 v0, 0x0
 | |
| 
 | |
|     :goto_0
 | |
|     return v0
 | |
| .end method
 | |
| 
 | |
| .method public getNestedScrollAxes()I
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->j1:Ls1/d0;
 | |
| 
 | |
|     invoke-virtual {v0}, Ls1/d0;->a()I
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     return v0
 | |
| .end method
 | |
| 
 | |
| .method public getTitle()Ljava/lang/CharSequence;
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->y()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e:Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     invoke-interface {v0}, Landroidx/appcompat/widget/o;->getTitle()Ljava/lang/CharSequence;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     return-object v0
 | |
| .end method
 | |
| 
 | |
| .method public h()Z
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->y()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e:Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     invoke-interface {v0}, Landroidx/appcompat/widget/o;->h()Z
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     return v0
 | |
| .end method
 | |
| 
 | |
| .method public i()Z
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->y()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e:Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     invoke-interface {v0}, Landroidx/appcompat/widget/o;->i()Z
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     return v0
 | |
| .end method
 | |
| 
 | |
| .method public j(Landroid/util/SparseArray;)V
 | |
|     .locals 1
 | |
|     .annotation system Ldalvik/annotation/Signature;
 | |
|         value = {
 | |
|             "(",
 | |
|             "Landroid/util/SparseArray<",
 | |
|             "Landroid/os/Parcelable;",
 | |
|             ">;)V"
 | |
|         }
 | |
|     .end annotation
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->y()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e:Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     invoke-interface {v0, p1}, Landroidx/appcompat/widget/o;->G(Landroid/util/SparseArray;)V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public k(I)V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->y()V
 | |
| 
 | |
|     const/4 v0, 0x2
 | |
| 
 | |
|     if-eq p1, v0, :cond_2
 | |
| 
 | |
|     const/4 v0, 0x5
 | |
| 
 | |
|     if-eq p1, v0, :cond_1
 | |
| 
 | |
|     const/16 v0, 0x6d
 | |
| 
 | |
|     if-eq p1, v0, :cond_0
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     :cond_0
 | |
|     const/4 p1, 0x1
 | |
| 
 | |
|     .line 2
 | |
|     invoke-virtual {p0, p1}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->setOverlayMode(Z)V
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     .line 3
 | |
|     :cond_1
 | |
|     iget-object p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e:Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     invoke-interface {p1}, Landroidx/appcompat/widget/o;->Q()V
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     .line 4
 | |
|     :cond_2
 | |
|     iget-object p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e:Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     invoke-interface {p1}, Landroidx/appcompat/widget/o;->x()V
 | |
| 
 | |
|     :goto_0
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public l()V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->y()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e:Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     invoke-interface {v0}, Landroidx/appcompat/widget/o;->B()V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public m(Landroid/util/SparseArray;)V
 | |
|     .locals 1
 | |
|     .annotation system Ldalvik/annotation/Signature;
 | |
|         value = {
 | |
|             "(",
 | |
|             "Landroid/util/SparseArray<",
 | |
|             "Landroid/os/Parcelable;",
 | |
|             ">;)V"
 | |
|         }
 | |
|     .end annotation
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->y()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e:Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     invoke-interface {v0, p1}, Landroidx/appcompat/widget/o;->M(Landroid/util/SparseArray;)V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public final n()V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->s()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->i1:Ljava/lang/Runnable;
 | |
| 
 | |
|     invoke-interface {v0}, Ljava/lang/Runnable;->run()V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public final o(Landroid/view/View;Landroid/graphics/Rect;ZZZZ)Z
 | |
|     .locals 2
 | |
|     .param p1    # Landroid/view/View;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
|     .param p2    # Landroid/graphics/Rect;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p1}, Landroid/view/View;->getLayoutParams()Landroid/view/ViewGroup$LayoutParams;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     check-cast p1, Landroidx/appcompat/widget/ActionBarOverlayLayout$LayoutParams;
 | |
| 
 | |
|     const/4 v0, 0x1
 | |
| 
 | |
|     if-eqz p3, :cond_0
 | |
| 
 | |
|     .line 2
 | |
|     iget p3, p1, Landroid/view/ViewGroup$MarginLayoutParams;->leftMargin:I
 | |
| 
 | |
|     iget v1, p2, Landroid/graphics/Rect;->left:I
 | |
| 
 | |
|     if-eq p3, v1, :cond_0
 | |
| 
 | |
|     .line 3
 | |
|     iput v1, p1, Landroid/view/ViewGroup$MarginLayoutParams;->leftMargin:I
 | |
| 
 | |
|     move p3, v0
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     :cond_0
 | |
|     const/4 p3, 0x0
 | |
| 
 | |
|     :goto_0
 | |
|     if-eqz p4, :cond_1
 | |
| 
 | |
|     .line 4
 | |
|     iget p4, p1, Landroid/view/ViewGroup$MarginLayoutParams;->topMargin:I
 | |
| 
 | |
|     iget v1, p2, Landroid/graphics/Rect;->top:I
 | |
| 
 | |
|     if-eq p4, v1, :cond_1
 | |
| 
 | |
|     .line 5
 | |
|     iput v1, p1, Landroid/view/ViewGroup$MarginLayoutParams;->topMargin:I
 | |
| 
 | |
|     move p3, v0
 | |
| 
 | |
|     :cond_1
 | |
|     if-eqz p6, :cond_2
 | |
| 
 | |
|     .line 6
 | |
|     iget p4, p1, Landroid/view/ViewGroup$MarginLayoutParams;->rightMargin:I
 | |
| 
 | |
|     iget p6, p2, Landroid/graphics/Rect;->right:I
 | |
| 
 | |
|     if-eq p4, p6, :cond_2
 | |
| 
 | |
|     .line 7
 | |
|     iput p6, p1, Landroid/view/ViewGroup$MarginLayoutParams;->rightMargin:I
 | |
| 
 | |
|     move p3, v0
 | |
| 
 | |
|     :cond_2
 | |
|     if-eqz p5, :cond_3
 | |
| 
 | |
|     .line 8
 | |
|     iget p4, p1, Landroid/view/ViewGroup$MarginLayoutParams;->bottomMargin:I
 | |
| 
 | |
|     iget p2, p2, Landroid/graphics/Rect;->bottom:I
 | |
| 
 | |
|     if-eq p4, p2, :cond_3
 | |
| 
 | |
|     .line 9
 | |
|     iput p2, p1, Landroid/view/ViewGroup$MarginLayoutParams;->bottomMargin:I
 | |
| 
 | |
|     goto :goto_1
 | |
| 
 | |
|     :cond_3
 | |
|     move v0, p3
 | |
| 
 | |
|     :goto_1
 | |
|     return v0
 | |
| .end method
 | |
| 
 | |
| .method public onApplyWindowInsets(Landroid/view/WindowInsets;)Landroid/view/WindowInsets;
 | |
|     .locals 7
 | |
|     .param p1    # Landroid/view/WindowInsets;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
|     .annotation build Landroidx/annotation/RequiresApi;
 | |
|         value = 0x15
 | |
|     .end annotation
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->y()V
 | |
| 
 | |
|     .line 2
 | |
|     invoke-static {p1}, Landroidx/core/view/WindowInsetsCompat;->K(Landroid/view/WindowInsets;)Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     .line 3
 | |
|     new-instance v2, Landroid/graphics/Rect;
 | |
| 
 | |
|     invoke-virtual {p1}, Landroidx/core/view/WindowInsetsCompat;->p()I
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     .line 4
 | |
|     invoke-virtual {p1}, Landroidx/core/view/WindowInsetsCompat;->r()I
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     invoke-virtual {p1}, Landroidx/core/view/WindowInsetsCompat;->q()I
 | |
| 
 | |
|     move-result v3
 | |
| 
 | |
|     .line 5
 | |
|     invoke-virtual {p1}, Landroidx/core/view/WindowInsetsCompat;->o()I
 | |
| 
 | |
|     move-result v4
 | |
| 
 | |
|     invoke-direct {v2, v0, v1, v3, v4}, Landroid/graphics/Rect;-><init>(IIII)V
 | |
| 
 | |
|     .line 6
 | |
|     iget-object v1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d:Landroidx/appcompat/widget/ActionBarContainer;
 | |
| 
 | |
|     const/4 v3, 0x1
 | |
| 
 | |
|     const/4 v4, 0x1
 | |
| 
 | |
|     const/4 v5, 0x0
 | |
| 
 | |
|     const/4 v6, 0x1
 | |
| 
 | |
|     move-object v0, p0
 | |
| 
 | |
|     invoke-virtual/range {v0 .. v6}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->o(Landroid/view/View;Landroid/graphics/Rect;ZZZZ)Z
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     .line 7
 | |
|     iget-object v1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->u:Landroid/graphics/Rect;
 | |
| 
 | |
|     invoke-static {p0, p1, v1}, Landroidx/core/view/ViewCompat;->o(Landroid/view/View;Landroidx/core/view/WindowInsetsCompat;Landroid/graphics/Rect;)Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     .line 8
 | |
|     iget-object v1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->u:Landroid/graphics/Rect;
 | |
| 
 | |
|     iget v2, v1, Landroid/graphics/Rect;->left:I
 | |
| 
 | |
|     iget v3, v1, Landroid/graphics/Rect;->top:I
 | |
| 
 | |
|     iget v4, v1, Landroid/graphics/Rect;->right:I
 | |
| 
 | |
|     iget v1, v1, Landroid/graphics/Rect;->bottom:I
 | |
| 
 | |
|     invoke-virtual {p1, v2, v3, v4, v1}, Landroidx/core/view/WindowInsetsCompat;->x(IIII)Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     move-result-object v1
 | |
| 
 | |
|     iput-object v1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->Z0:Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     .line 9
 | |
|     iget-object v2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->a1:Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     invoke-virtual {v2, v1}, Landroidx/core/view/WindowInsetsCompat;->equals(Ljava/lang/Object;)Z
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     const/4 v2, 0x1
 | |
| 
 | |
|     if-nez v1, :cond_0
 | |
| 
 | |
|     .line 10
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->Z0:Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     iput-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->a1:Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     move v0, v2
 | |
| 
 | |
|     .line 11
 | |
|     :cond_0
 | |
|     iget-object v1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->k0:Landroid/graphics/Rect;
 | |
| 
 | |
|     iget-object v3, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->u:Landroid/graphics/Rect;
 | |
| 
 | |
|     invoke-virtual {v1, v3}, Landroid/graphics/Rect;->equals(Ljava/lang/Object;)Z
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     if-nez v1, :cond_1
 | |
| 
 | |
|     .line 12
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->k0:Landroid/graphics/Rect;
 | |
| 
 | |
|     iget-object v1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->u:Landroid/graphics/Rect;
 | |
| 
 | |
|     invoke-virtual {v0, v1}, Landroid/graphics/Rect;->set(Landroid/graphics/Rect;)V
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     :cond_1
 | |
|     move v2, v0
 | |
| 
 | |
|     :goto_0
 | |
|     if-eqz v2, :cond_2
 | |
| 
 | |
|     .line 13
 | |
|     invoke-virtual {p0}, Landroid/view/ViewGroup;->requestLayout()V
 | |
| 
 | |
|     .line 14
 | |
|     :cond_2
 | |
|     invoke-virtual {p1}, Landroidx/core/view/WindowInsetsCompat;->a()Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     .line 15
 | |
|     invoke-virtual {p1}, Landroidx/core/view/WindowInsetsCompat;->c()Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     .line 16
 | |
|     invoke-virtual {p1}, Landroidx/core/view/WindowInsetsCompat;->b()Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     .line 17
 | |
|     invoke-virtual {p1}, Landroidx/core/view/WindowInsetsCompat;->J()Landroid/view/WindowInsets;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     return-object p1
 | |
| .end method
 | |
| 
 | |
| .method public onConfigurationChanged(Landroid/content/res/Configuration;)V
 | |
|     .locals 0
 | |
| 
 | |
|     .line 1
 | |
|     invoke-super {p0, p1}, Landroid/view/ViewGroup;->onConfigurationChanged(Landroid/content/res/Configuration;)V
 | |
| 
 | |
|     .line 2
 | |
|     invoke-virtual {p0}, Landroid/view/ViewGroup;->getContext()Landroid/content/Context;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     invoke-virtual {p0, p1}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->t(Landroid/content/Context;)V
 | |
| 
 | |
|     .line 3
 | |
|     invoke-static {p0}, Landroidx/core/view/ViewCompat;->v1(Landroid/view/View;)V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onDetachedFromWindow()V
 | |
|     .locals 0
 | |
| 
 | |
|     .line 1
 | |
|     invoke-super {p0}, Landroid/view/ViewGroup;->onDetachedFromWindow()V
 | |
| 
 | |
|     .line 2
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->s()V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onLayout(ZIIII)V
 | |
|     .locals 4
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroid/view/ViewGroup;->getChildCount()I
 | |
| 
 | |
|     move-result p1
 | |
| 
 | |
|     .line 2
 | |
|     invoke-virtual {p0}, Landroid/view/ViewGroup;->getPaddingLeft()I
 | |
| 
 | |
|     move-result p2
 | |
| 
 | |
|     .line 3
 | |
|     invoke-virtual {p0}, Landroid/view/ViewGroup;->getPaddingTop()I
 | |
| 
 | |
|     move-result p3
 | |
| 
 | |
|     const/4 p4, 0x0
 | |
| 
 | |
|     :goto_0
 | |
|     if-ge p4, p1, :cond_1
 | |
| 
 | |
|     .line 4
 | |
|     invoke-virtual {p0, p4}, Landroid/view/ViewGroup;->getChildAt(I)Landroid/view/View;
 | |
| 
 | |
|     move-result-object p5
 | |
| 
 | |
|     .line 5
 | |
|     invoke-virtual {p5}, Landroid/view/View;->getVisibility()I
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     const/16 v1, 0x8
 | |
| 
 | |
|     if-eq v0, v1, :cond_0
 | |
| 
 | |
|     .line 6
 | |
|     invoke-virtual {p5}, Landroid/view/View;->getLayoutParams()Landroid/view/ViewGroup$LayoutParams;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     check-cast v0, Landroidx/appcompat/widget/ActionBarOverlayLayout$LayoutParams;
 | |
| 
 | |
|     .line 7
 | |
|     invoke-virtual {p5}, Landroid/view/View;->getMeasuredWidth()I
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     .line 8
 | |
|     invoke-virtual {p5}, Landroid/view/View;->getMeasuredHeight()I
 | |
| 
 | |
|     move-result v2
 | |
| 
 | |
|     .line 9
 | |
|     iget v3, v0, Landroid/view/ViewGroup$MarginLayoutParams;->leftMargin:I
 | |
| 
 | |
|     add-int/2addr v3, p2
 | |
| 
 | |
|     .line 10
 | |
|     iget v0, v0, Landroid/view/ViewGroup$MarginLayoutParams;->topMargin:I
 | |
| 
 | |
|     add-int/2addr v0, p3
 | |
| 
 | |
|     add-int/2addr v1, v3
 | |
| 
 | |
|     add-int/2addr v2, v0
 | |
| 
 | |
|     .line 11
 | |
|     invoke-virtual {p5, v3, v0, v1, v2}, Landroid/view/View;->layout(IIII)V
 | |
| 
 | |
|     :cond_0
 | |
|     add-int/lit8 p4, p4, 0x1
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     :cond_1
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onMeasure(II)V
 | |
|     .locals 11
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->y()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d:Landroidx/appcompat/widget/ActionBarContainer;
 | |
| 
 | |
|     const/4 v3, 0x0
 | |
| 
 | |
|     const/4 v5, 0x0
 | |
| 
 | |
|     move-object v0, p0
 | |
| 
 | |
|     move v2, p1
 | |
| 
 | |
|     move v4, p2
 | |
| 
 | |
|     invoke-virtual/range {v0 .. v5}, Landroid/view/ViewGroup;->measureChildWithMargins(Landroid/view/View;IIII)V
 | |
| 
 | |
|     .line 3
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d:Landroidx/appcompat/widget/ActionBarContainer;
 | |
| 
 | |
|     invoke-virtual {v0}, Landroid/widget/FrameLayout;->getLayoutParams()Landroid/view/ViewGroup$LayoutParams;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     check-cast v0, Landroidx/appcompat/widget/ActionBarOverlayLayout$LayoutParams;
 | |
| 
 | |
|     .line 4
 | |
|     iget-object v1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d:Landroidx/appcompat/widget/ActionBarContainer;
 | |
| 
 | |
|     .line 5
 | |
|     invoke-virtual {v1}, Landroid/widget/FrameLayout;->getMeasuredWidth()I
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     iget v2, v0, Landroid/view/ViewGroup$MarginLayoutParams;->leftMargin:I
 | |
| 
 | |
|     add-int/2addr v1, v2
 | |
| 
 | |
|     iget v2, v0, Landroid/view/ViewGroup$MarginLayoutParams;->rightMargin:I
 | |
| 
 | |
|     add-int/2addr v1, v2
 | |
| 
 | |
|     const/4 v2, 0x0
 | |
| 
 | |
|     .line 6
 | |
|     invoke-static {v2, v1}, Ljava/lang/Math;->max(II)I
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     .line 7
 | |
|     iget-object v3, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d:Landroidx/appcompat/widget/ActionBarContainer;
 | |
| 
 | |
|     .line 8
 | |
|     invoke-virtual {v3}, Landroid/widget/FrameLayout;->getMeasuredHeight()I
 | |
| 
 | |
|     move-result v3
 | |
| 
 | |
|     iget v4, v0, Landroid/view/ViewGroup$MarginLayoutParams;->topMargin:I
 | |
| 
 | |
|     add-int/2addr v3, v4
 | |
| 
 | |
|     iget v0, v0, Landroid/view/ViewGroup$MarginLayoutParams;->bottomMargin:I
 | |
| 
 | |
|     add-int/2addr v3, v0
 | |
| 
 | |
|     .line 9
 | |
|     invoke-static {v2, v3}, Ljava/lang/Math;->max(II)I
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     .line 10
 | |
|     iget-object v3, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d:Landroidx/appcompat/widget/ActionBarContainer;
 | |
| 
 | |
|     invoke-virtual {v3}, Landroid/widget/FrameLayout;->getMeasuredState()I
 | |
| 
 | |
|     move-result v3
 | |
| 
 | |
|     invoke-static {v2, v3}, Landroid/view/View;->combineMeasuredStates(II)I
 | |
| 
 | |
|     move-result v3
 | |
| 
 | |
|     .line 11
 | |
|     invoke-static {p0}, Landroidx/core/view/ViewCompat;->C0(Landroid/view/View;)I
 | |
| 
 | |
|     move-result v4
 | |
| 
 | |
|     and-int/lit16 v4, v4, 0x100
 | |
| 
 | |
|     if-eqz v4, :cond_0
 | |
| 
 | |
|     const/4 v4, 0x1
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     :cond_0
 | |
|     move v4, v2
 | |
| 
 | |
|     :goto_0
 | |
|     if-eqz v4, :cond_1
 | |
| 
 | |
|     .line 12
 | |
|     iget v5, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->a:I
 | |
| 
 | |
|     .line 13
 | |
|     iget-boolean v6, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->i:Z
 | |
| 
 | |
|     if-eqz v6, :cond_3
 | |
| 
 | |
|     .line 14
 | |
|     iget-object v6, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d:Landroidx/appcompat/widget/ActionBarContainer;
 | |
| 
 | |
|     invoke-virtual {v6}, Landroidx/appcompat/widget/ActionBarContainer;->getTabContainer()Landroid/view/View;
 | |
| 
 | |
|     move-result-object v6
 | |
| 
 | |
|     if-eqz v6, :cond_3
 | |
| 
 | |
|     .line 15
 | |
|     iget v6, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->a:I
 | |
| 
 | |
|     add-int/2addr v5, v6
 | |
| 
 | |
|     goto :goto_1
 | |
| 
 | |
|     .line 16
 | |
|     :cond_1
 | |
|     iget-object v5, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d:Landroidx/appcompat/widget/ActionBarContainer;
 | |
| 
 | |
|     invoke-virtual {v5}, Landroid/widget/FrameLayout;->getVisibility()I
 | |
| 
 | |
|     move-result v5
 | |
| 
 | |
|     const/16 v6, 0x8
 | |
| 
 | |
|     if-eq v5, v6, :cond_2
 | |
| 
 | |
|     .line 17
 | |
|     iget-object v5, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d:Landroidx/appcompat/widget/ActionBarContainer;
 | |
| 
 | |
|     invoke-virtual {v5}, Landroid/widget/FrameLayout;->getMeasuredHeight()I
 | |
| 
 | |
|     move-result v5
 | |
| 
 | |
|     goto :goto_1
 | |
| 
 | |
|     :cond_2
 | |
|     move v5, v2
 | |
| 
 | |
|     .line 18
 | |
|     :cond_3
 | |
|     :goto_1
 | |
|     iget-object v6, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->K0:Landroid/graphics/Rect;
 | |
| 
 | |
|     iget-object v7, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->u:Landroid/graphics/Rect;
 | |
| 
 | |
|     invoke-virtual {v6, v7}, Landroid/graphics/Rect;->set(Landroid/graphics/Rect;)V
 | |
| 
 | |
|     .line 19
 | |
|     iget-object v6, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->Z0:Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     iput-object v6, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->b1:Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     .line 20
 | |
|     iget-boolean v7, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->h:Z
 | |
| 
 | |
|     if-nez v7, :cond_4
 | |
| 
 | |
|     if-nez v4, :cond_4
 | |
| 
 | |
|     .line 21
 | |
|     iget-object v4, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->K0:Landroid/graphics/Rect;
 | |
| 
 | |
|     iget v7, v4, Landroid/graphics/Rect;->top:I
 | |
| 
 | |
|     add-int/2addr v7, v5
 | |
| 
 | |
|     iput v7, v4, Landroid/graphics/Rect;->top:I
 | |
| 
 | |
|     .line 22
 | |
|     iget v7, v4, Landroid/graphics/Rect;->bottom:I
 | |
| 
 | |
|     add-int/2addr v7, v2
 | |
| 
 | |
|     iput v7, v4, Landroid/graphics/Rect;->bottom:I
 | |
| 
 | |
|     .line 23
 | |
|     invoke-virtual {v6, v2, v5, v2, v2}, Landroidx/core/view/WindowInsetsCompat;->x(IIII)Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     move-result-object v2
 | |
| 
 | |
|     iput-object v2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->b1:Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     goto :goto_2
 | |
| 
 | |
|     .line 24
 | |
|     :cond_4
 | |
|     invoke-virtual {v6}, Landroidx/core/view/WindowInsetsCompat;->p()I
 | |
| 
 | |
|     move-result v4
 | |
| 
 | |
|     iget-object v6, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->b1:Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     .line 25
 | |
|     invoke-virtual {v6}, Landroidx/core/view/WindowInsetsCompat;->r()I
 | |
| 
 | |
|     move-result v6
 | |
| 
 | |
|     add-int/2addr v6, v5
 | |
| 
 | |
|     iget-object v5, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->b1:Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     .line 26
 | |
|     invoke-virtual {v5}, Landroidx/core/view/WindowInsetsCompat;->q()I
 | |
| 
 | |
|     move-result v5
 | |
| 
 | |
|     iget-object v7, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->b1:Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     .line 27
 | |
|     invoke-virtual {v7}, Landroidx/core/view/WindowInsetsCompat;->o()I
 | |
| 
 | |
|     move-result v7
 | |
| 
 | |
|     add-int/2addr v7, v2
 | |
| 
 | |
|     .line 28
 | |
|     invoke-static {v4, v6, v5, v7}, Lc1/l;->d(IIII)Lc1/l;
 | |
| 
 | |
|     move-result-object v2
 | |
| 
 | |
|     .line 29
 | |
|     new-instance v4, Landroidx/core/view/WindowInsetsCompat$b;
 | |
| 
 | |
|     iget-object v5, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->b1:Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     invoke-direct {v4, v5}, Landroidx/core/view/WindowInsetsCompat$b;-><init>(Landroidx/core/view/WindowInsetsCompat;)V
 | |
| 
 | |
|     .line 30
 | |
|     invoke-virtual {v4, v2}, Landroidx/core/view/WindowInsetsCompat$b;->h(Lc1/l;)Landroidx/core/view/WindowInsetsCompat$b;
 | |
| 
 | |
|     move-result-object v2
 | |
| 
 | |
|     .line 31
 | |
|     invoke-virtual {v2}, Landroidx/core/view/WindowInsetsCompat$b;->a()Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     move-result-object v2
 | |
| 
 | |
|     iput-object v2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->b1:Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     .line 32
 | |
|     :goto_2
 | |
|     iget-object v5, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->c:Landroidx/appcompat/widget/ContentFrameLayout;
 | |
| 
 | |
|     iget-object v6, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->K0:Landroid/graphics/Rect;
 | |
| 
 | |
|     const/4 v7, 0x1
 | |
| 
 | |
|     const/4 v8, 0x1
 | |
| 
 | |
|     const/4 v9, 0x1
 | |
| 
 | |
|     const/4 v10, 0x1
 | |
| 
 | |
|     move-object v4, p0
 | |
| 
 | |
|     invoke-virtual/range {v4 .. v10}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->o(Landroid/view/View;Landroid/graphics/Rect;ZZZZ)Z
 | |
| 
 | |
|     .line 33
 | |
|     iget-object v2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->c1:Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     iget-object v4, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->b1:Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     invoke-virtual {v2, v4}, Landroidx/core/view/WindowInsetsCompat;->equals(Ljava/lang/Object;)Z
 | |
| 
 | |
|     move-result v2
 | |
| 
 | |
|     if-nez v2, :cond_5
 | |
| 
 | |
|     .line 34
 | |
|     iget-object v2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->b1:Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     iput-object v2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->c1:Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     .line 35
 | |
|     iget-object v4, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->c:Landroidx/appcompat/widget/ContentFrameLayout;
 | |
| 
 | |
|     invoke-static {v4, v2}, Landroidx/core/view/ViewCompat;->p(Landroid/view/View;Landroidx/core/view/WindowInsetsCompat;)Landroidx/core/view/WindowInsetsCompat;
 | |
| 
 | |
|     .line 36
 | |
|     :cond_5
 | |
|     iget-object v6, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->c:Landroidx/appcompat/widget/ContentFrameLayout;
 | |
| 
 | |
|     const/4 v8, 0x0
 | |
| 
 | |
|     const/4 v10, 0x0
 | |
| 
 | |
|     move-object v5, p0
 | |
| 
 | |
|     move v7, p1
 | |
| 
 | |
|     move v9, p2
 | |
| 
 | |
|     invoke-virtual/range {v5 .. v10}, Landroid/view/ViewGroup;->measureChildWithMargins(Landroid/view/View;IIII)V
 | |
| 
 | |
|     .line 37
 | |
|     iget-object v2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->c:Landroidx/appcompat/widget/ContentFrameLayout;
 | |
| 
 | |
|     invoke-virtual {v2}, Landroid/widget/FrameLayout;->getLayoutParams()Landroid/view/ViewGroup$LayoutParams;
 | |
| 
 | |
|     move-result-object v2
 | |
| 
 | |
|     check-cast v2, Landroidx/appcompat/widget/ActionBarOverlayLayout$LayoutParams;
 | |
| 
 | |
|     .line 38
 | |
|     iget-object v4, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->c:Landroidx/appcompat/widget/ContentFrameLayout;
 | |
| 
 | |
|     .line 39
 | |
|     invoke-virtual {v4}, Landroid/widget/FrameLayout;->getMeasuredWidth()I
 | |
| 
 | |
|     move-result v4
 | |
| 
 | |
|     iget v5, v2, Landroid/view/ViewGroup$MarginLayoutParams;->leftMargin:I
 | |
| 
 | |
|     add-int/2addr v4, v5
 | |
| 
 | |
|     iget v5, v2, Landroid/view/ViewGroup$MarginLayoutParams;->rightMargin:I
 | |
| 
 | |
|     add-int/2addr v4, v5
 | |
| 
 | |
|     .line 40
 | |
|     invoke-static {v1, v4}, Ljava/lang/Math;->max(II)I
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     .line 41
 | |
|     iget-object v4, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->c:Landroidx/appcompat/widget/ContentFrameLayout;
 | |
| 
 | |
|     .line 42
 | |
|     invoke-virtual {v4}, Landroid/widget/FrameLayout;->getMeasuredHeight()I
 | |
| 
 | |
|     move-result v4
 | |
| 
 | |
|     iget v5, v2, Landroid/view/ViewGroup$MarginLayoutParams;->topMargin:I
 | |
| 
 | |
|     add-int/2addr v4, v5
 | |
| 
 | |
|     iget v2, v2, Landroid/view/ViewGroup$MarginLayoutParams;->bottomMargin:I
 | |
| 
 | |
|     add-int/2addr v4, v2
 | |
| 
 | |
|     .line 43
 | |
|     invoke-static {v0, v4}, Ljava/lang/Math;->max(II)I
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     .line 44
 | |
|     iget-object v2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->c:Landroidx/appcompat/widget/ContentFrameLayout;
 | |
| 
 | |
|     invoke-virtual {v2}, Landroid/widget/FrameLayout;->getMeasuredState()I
 | |
| 
 | |
|     move-result v2
 | |
| 
 | |
|     invoke-static {v3, v2}, Landroid/view/View;->combineMeasuredStates(II)I
 | |
| 
 | |
|     move-result v2
 | |
| 
 | |
|     .line 45
 | |
|     invoke-virtual {p0}, Landroid/view/ViewGroup;->getPaddingLeft()I
 | |
| 
 | |
|     move-result v3
 | |
| 
 | |
|     invoke-virtual {p0}, Landroid/view/ViewGroup;->getPaddingRight()I
 | |
| 
 | |
|     move-result v4
 | |
| 
 | |
|     add-int/2addr v4, v3
 | |
| 
 | |
|     add-int/2addr v4, v1
 | |
| 
 | |
|     .line 46
 | |
|     invoke-virtual {p0}, Landroid/view/ViewGroup;->getPaddingTop()I
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     invoke-virtual {p0}, Landroid/view/ViewGroup;->getPaddingBottom()I
 | |
| 
 | |
|     move-result v3
 | |
| 
 | |
|     add-int/2addr v3, v1
 | |
| 
 | |
|     add-int/2addr v3, v0
 | |
| 
 | |
|     .line 47
 | |
|     invoke-virtual {p0}, Landroid/view/ViewGroup;->getSuggestedMinimumHeight()I
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     invoke-static {v3, v0}, Ljava/lang/Math;->max(II)I
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     .line 48
 | |
|     invoke-virtual {p0}, Landroid/view/ViewGroup;->getSuggestedMinimumWidth()I
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     invoke-static {v4, v1}, Ljava/lang/Math;->max(II)I
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     .line 49
 | |
|     invoke-static {v1, p1, v2}, Landroid/view/View;->resolveSizeAndState(III)I
 | |
| 
 | |
|     move-result p1
 | |
| 
 | |
|     shl-int/lit8 v1, v2, 0x10
 | |
| 
 | |
|     .line 50
 | |
|     invoke-static {v0, p2, v1}, Landroid/view/View;->resolveSizeAndState(III)I
 | |
| 
 | |
|     move-result p2
 | |
| 
 | |
|     .line 51
 | |
|     invoke-virtual {p0, p1, p2}, Landroid/view/ViewGroup;->setMeasuredDimension(II)V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onNestedFling(Landroid/view/View;FFZ)Z
 | |
|     .locals 0
 | |
| 
 | |
|     .line 1
 | |
|     iget-boolean p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->j:Z
 | |
| 
 | |
|     if-eqz p1, :cond_2
 | |
| 
 | |
|     if-nez p4, :cond_0
 | |
| 
 | |
|     goto :goto_1
 | |
| 
 | |
|     .line 2
 | |
|     :cond_0
 | |
|     invoke-virtual {p0, p3}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->A(F)Z
 | |
| 
 | |
|     move-result p1
 | |
| 
 | |
|     if-eqz p1, :cond_1
 | |
| 
 | |
|     .line 3
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->n()V
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     .line 4
 | |
|     :cond_1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->z()V
 | |
| 
 | |
|     :goto_0
 | |
|     const/4 p1, 0x1
 | |
| 
 | |
|     .line 5
 | |
|     iput-boolean p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->k:Z
 | |
| 
 | |
|     return p1
 | |
| 
 | |
|     :cond_2
 | |
|     :goto_1
 | |
|     const/4 p1, 0x0
 | |
| 
 | |
|     return p1
 | |
| .end method
 | |
| 
 | |
| .method public onNestedPreFling(Landroid/view/View;FF)Z
 | |
|     .locals 0
 | |
| 
 | |
|     const/4 p1, 0x0
 | |
| 
 | |
|     return p1
 | |
| .end method
 | |
| 
 | |
| .method public onNestedPreScroll(Landroid/view/View;II[I)V
 | |
|     .locals 0
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onNestedPreScroll(Landroid/view/View;II[II)V
 | |
|     .locals 0
 | |
| 
 | |
|     if-nez p5, :cond_0
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0, p1, p2, p3, p4}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->onNestedPreScroll(Landroid/view/View;II[I)V
 | |
| 
 | |
|     :cond_0
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onNestedScroll(Landroid/view/View;IIII)V
 | |
|     .locals 0
 | |
| 
 | |
|     .line 3
 | |
|     iget p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->l:I
 | |
| 
 | |
|     add-int/2addr p1, p3
 | |
| 
 | |
|     iput p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->l:I
 | |
| 
 | |
|     .line 4
 | |
|     invoke-virtual {p0, p1}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->setActionBarHideOffset(I)V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onNestedScroll(Landroid/view/View;IIIII)V
 | |
|     .locals 0
 | |
| 
 | |
|     if-nez p6, :cond_0
 | |
| 
 | |
|     .line 2
 | |
|     invoke-virtual/range {p0 .. p5}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->onNestedScroll(Landroid/view/View;IIII)V
 | |
| 
 | |
|     :cond_0
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onNestedScroll(Landroid/view/View;IIIII[I)V
 | |
|     .locals 0
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual/range {p0 .. p6}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->onNestedScroll(Landroid/view/View;IIIII)V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onNestedScrollAccepted(Landroid/view/View;Landroid/view/View;I)V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->j1:Ls1/d0;
 | |
| 
 | |
|     invoke-virtual {v0, p1, p2, p3}, Ls1/d0;->b(Landroid/view/View;Landroid/view/View;I)V
 | |
| 
 | |
|     .line 3
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->getActionBarHideOffset()I
 | |
| 
 | |
|     move-result p1
 | |
| 
 | |
|     iput p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->l:I
 | |
| 
 | |
|     .line 4
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->s()V
 | |
| 
 | |
|     .line 5
 | |
|     iget-object p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d1:Landroidx/appcompat/widget/ActionBarOverlayLayout$d;
 | |
| 
 | |
|     if-eqz p1, :cond_0
 | |
| 
 | |
|     .line 6
 | |
|     invoke-interface {p1}, Landroidx/appcompat/widget/ActionBarOverlayLayout$d;->e()V
 | |
| 
 | |
|     :cond_0
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onNestedScrollAccepted(Landroid/view/View;Landroid/view/View;II)V
 | |
|     .locals 0
 | |
| 
 | |
|     if-nez p4, :cond_0
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0, p1, p2, p3}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->onNestedScrollAccepted(Landroid/view/View;Landroid/view/View;I)V
 | |
| 
 | |
|     :cond_0
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onStartNestedScroll(Landroid/view/View;Landroid/view/View;I)Z
 | |
|     .locals 0
 | |
| 
 | |
|     and-int/lit8 p1, p3, 0x2
 | |
| 
 | |
|     if-eqz p1, :cond_1
 | |
| 
 | |
|     .line 2
 | |
|     iget-object p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d:Landroidx/appcompat/widget/ActionBarContainer;
 | |
| 
 | |
|     invoke-virtual {p1}, Landroid/widget/FrameLayout;->getVisibility()I
 | |
| 
 | |
|     move-result p1
 | |
| 
 | |
|     if-eqz p1, :cond_0
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     .line 3
 | |
|     :cond_0
 | |
|     iget-boolean p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->j:Z
 | |
| 
 | |
|     return p1
 | |
| 
 | |
|     :cond_1
 | |
|     :goto_0
 | |
|     const/4 p1, 0x0
 | |
| 
 | |
|     return p1
 | |
| .end method
 | |
| 
 | |
| .method public onStartNestedScroll(Landroid/view/View;Landroid/view/View;II)Z
 | |
|     .locals 0
 | |
| 
 | |
|     if-nez p4, :cond_0
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0, p1, p2, p3}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->onStartNestedScroll(Landroid/view/View;Landroid/view/View;I)Z
 | |
| 
 | |
|     move-result p1
 | |
| 
 | |
|     if-eqz p1, :cond_0
 | |
| 
 | |
|     const/4 p1, 0x1
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     :cond_0
 | |
|     const/4 p1, 0x0
 | |
| 
 | |
|     :goto_0
 | |
|     return p1
 | |
| .end method
 | |
| 
 | |
| .method public onStopNestedScroll(Landroid/view/View;)V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 2
 | |
|     iget-boolean p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->j:Z
 | |
| 
 | |
|     if-eqz p1, :cond_1
 | |
| 
 | |
|     iget-boolean p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->k:Z
 | |
| 
 | |
|     if-nez p1, :cond_1
 | |
| 
 | |
|     .line 3
 | |
|     iget p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->l:I
 | |
| 
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d:Landroidx/appcompat/widget/ActionBarContainer;
 | |
| 
 | |
|     invoke-virtual {v0}, Landroid/widget/FrameLayout;->getHeight()I
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     if-gt p1, v0, :cond_0
 | |
| 
 | |
|     .line 4
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->x()V
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     .line 5
 | |
|     :cond_0
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->w()V
 | |
| 
 | |
|     .line 6
 | |
|     :cond_1
 | |
|     :goto_0
 | |
|     iget-object p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d1:Landroidx/appcompat/widget/ActionBarOverlayLayout$d;
 | |
| 
 | |
|     if-eqz p1, :cond_2
 | |
| 
 | |
|     .line 7
 | |
|     invoke-interface {p1}, Landroidx/appcompat/widget/ActionBarOverlayLayout$d;->b()V
 | |
| 
 | |
|     :cond_2
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onStopNestedScroll(Landroid/view/View;I)V
 | |
|     .locals 0
 | |
| 
 | |
|     if-nez p2, :cond_0
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0, p1}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->onStopNestedScroll(Landroid/view/View;)V
 | |
| 
 | |
|     :cond_0
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onWindowSystemUiVisibilityChanged(I)V
 | |
|     .locals 4
 | |
| 
 | |
|     .line 1
 | |
|     invoke-super {p0, p1}, Landroid/view/ViewGroup;->onWindowSystemUiVisibilityChanged(I)V
 | |
| 
 | |
|     .line 2
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->y()V
 | |
| 
 | |
|     .line 3
 | |
|     iget v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->p:I
 | |
| 
 | |
|     xor-int/2addr v0, p1
 | |
| 
 | |
|     .line 4
 | |
|     iput p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->p:I
 | |
| 
 | |
|     and-int/lit8 v1, p1, 0x4
 | |
| 
 | |
|     const/4 v2, 0x0
 | |
| 
 | |
|     const/4 v3, 0x1
 | |
| 
 | |
|     if-nez v1, :cond_0
 | |
| 
 | |
|     move v1, v3
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     :cond_0
 | |
|     move v1, v2
 | |
| 
 | |
|     :goto_0
 | |
|     and-int/lit16 p1, p1, 0x100
 | |
| 
 | |
|     if-eqz p1, :cond_1
 | |
| 
 | |
|     move v2, v3
 | |
| 
 | |
|     .line 5
 | |
|     :cond_1
 | |
|     iget-object p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d1:Landroidx/appcompat/widget/ActionBarOverlayLayout$d;
 | |
| 
 | |
|     if-eqz p1, :cond_4
 | |
| 
 | |
|     xor-int/lit8 v3, v2, 0x1
 | |
| 
 | |
|     .line 6
 | |
|     invoke-interface {p1, v3}, Landroidx/appcompat/widget/ActionBarOverlayLayout$d;->c(Z)V
 | |
| 
 | |
|     if-nez v1, :cond_3
 | |
| 
 | |
|     if-nez v2, :cond_2
 | |
| 
 | |
|     goto :goto_1
 | |
| 
 | |
|     .line 7
 | |
|     :cond_2
 | |
|     iget-object p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d1:Landroidx/appcompat/widget/ActionBarOverlayLayout$d;
 | |
| 
 | |
|     invoke-interface {p1}, Landroidx/appcompat/widget/ActionBarOverlayLayout$d;->d()V
 | |
| 
 | |
|     goto :goto_2
 | |
| 
 | |
|     .line 8
 | |
|     :cond_3
 | |
|     :goto_1
 | |
|     iget-object p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d1:Landroidx/appcompat/widget/ActionBarOverlayLayout$d;
 | |
| 
 | |
|     invoke-interface {p1}, Landroidx/appcompat/widget/ActionBarOverlayLayout$d;->a()V
 | |
| 
 | |
|     :cond_4
 | |
|     :goto_2
 | |
|     and-int/lit16 p1, v0, 0x100
 | |
| 
 | |
|     if-eqz p1, :cond_5
 | |
| 
 | |
|     .line 9
 | |
|     iget-object p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d1:Landroidx/appcompat/widget/ActionBarOverlayLayout$d;
 | |
| 
 | |
|     if-eqz p1, :cond_5
 | |
| 
 | |
|     .line 10
 | |
|     invoke-static {p0}, Landroidx/core/view/ViewCompat;->v1(Landroid/view/View;)V
 | |
| 
 | |
|     :cond_5
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onWindowVisibilityChanged(I)V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-super {p0, p1}, Landroid/view/ViewGroup;->onWindowVisibilityChanged(I)V
 | |
| 
 | |
|     .line 2
 | |
|     iput p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->b:I
 | |
| 
 | |
|     .line 3
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d1:Landroidx/appcompat/widget/ActionBarOverlayLayout$d;
 | |
| 
 | |
|     if-eqz v0, :cond_0
 | |
| 
 | |
|     .line 4
 | |
|     invoke-interface {v0, p1}, Landroidx/appcompat/widget/ActionBarOverlayLayout$d;->onWindowVisibilityChanged(I)V
 | |
| 
 | |
|     :cond_0
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public p()Landroidx/appcompat/widget/ActionBarOverlayLayout$LayoutParams;
 | |
|     .locals 2
 | |
| 
 | |
|     .line 1
 | |
|     new-instance v0, Landroidx/appcompat/widget/ActionBarOverlayLayout$LayoutParams;
 | |
| 
 | |
|     const/4 v1, -0x1
 | |
| 
 | |
|     invoke-direct {v0, v1, v1}, Landroidx/appcompat/widget/ActionBarOverlayLayout$LayoutParams;-><init>(II)V
 | |
| 
 | |
|     return-object v0
 | |
| .end method
 | |
| 
 | |
| .method public q(Landroid/util/AttributeSet;)Landroidx/appcompat/widget/ActionBarOverlayLayout$LayoutParams;
 | |
|     .locals 2
 | |
| 
 | |
|     .line 1
 | |
|     new-instance v0, Landroidx/appcompat/widget/ActionBarOverlayLayout$LayoutParams;
 | |
| 
 | |
|     invoke-virtual {p0}, Landroid/view/ViewGroup;->getContext()Landroid/content/Context;
 | |
| 
 | |
|     move-result-object v1
 | |
| 
 | |
|     invoke-direct {v0, v1, p1}, Landroidx/appcompat/widget/ActionBarOverlayLayout$LayoutParams;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
 | |
| 
 | |
|     return-object v0
 | |
| .end method
 | |
| 
 | |
| .method public final r(Landroid/view/View;)Landroidx/appcompat/widget/o;
 | |
|     .locals 2
 | |
| 
 | |
|     .line 1
 | |
|     instance-of v0, p1, Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     if-eqz v0, :cond_0
 | |
| 
 | |
|     .line 2
 | |
|     check-cast p1, Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     return-object p1
 | |
| 
 | |
|     .line 3
 | |
|     :cond_0
 | |
|     instance-of v0, p1, Landroidx/appcompat/widget/Toolbar;
 | |
| 
 | |
|     if-eqz v0, :cond_1
 | |
| 
 | |
|     .line 4
 | |
|     check-cast p1, Landroidx/appcompat/widget/Toolbar;
 | |
| 
 | |
|     invoke-virtual {p1}, Landroidx/appcompat/widget/Toolbar;->getWrapper()Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     return-object p1
 | |
| 
 | |
|     .line 5
 | |
|     :cond_1
 | |
|     new-instance v0, Ljava/lang/IllegalStateException;
 | |
| 
 | |
|     const-string v1, "Can\'t make a decor toolbar out of "
 | |
| 
 | |
|     invoke-static {v1}, Landroid/support/v4/media/d;->a(Ljava/lang/String;)Ljava/lang/StringBuilder;
 | |
| 
 | |
|     move-result-object v1
 | |
| 
 | |
|     .line 6
 | |
|     invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     invoke-virtual {p1}, Ljava/lang/Class;->getSimpleName()Ljava/lang/String;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
 | |
| 
 | |
|     invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     invoke-direct {v0, p1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
 | |
| 
 | |
|     throw v0
 | |
| .end method
 | |
| 
 | |
| .method public s()V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->h1:Ljava/lang/Runnable;
 | |
| 
 | |
|     invoke-virtual {p0, v0}, Landroid/view/ViewGroup;->removeCallbacks(Ljava/lang/Runnable;)Z
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->i1:Ljava/lang/Runnable;
 | |
| 
 | |
|     invoke-virtual {p0, v0}, Landroid/view/ViewGroup;->removeCallbacks(Ljava/lang/Runnable;)Z
 | |
| 
 | |
|     .line 3
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->f1:Landroid/view/ViewPropertyAnimator;
 | |
| 
 | |
|     if-eqz v0, :cond_0
 | |
| 
 | |
|     .line 4
 | |
|     invoke-virtual {v0}, Landroid/view/ViewPropertyAnimator;->cancel()V
 | |
| 
 | |
|     :cond_0
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public setActionBarHideOffset(I)V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->s()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d:Landroidx/appcompat/widget/ActionBarContainer;
 | |
| 
 | |
|     invoke-virtual {v0}, Landroid/widget/FrameLayout;->getHeight()I
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     .line 3
 | |
|     invoke-static {p1, v0}, Ljava/lang/Math;->min(II)I
 | |
| 
 | |
|     move-result p1
 | |
| 
 | |
|     const/4 v0, 0x0
 | |
| 
 | |
|     invoke-static {v0, p1}, Ljava/lang/Math;->max(II)I
 | |
| 
 | |
|     move-result p1
 | |
| 
 | |
|     .line 4
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d:Landroidx/appcompat/widget/ActionBarContainer;
 | |
| 
 | |
|     neg-int p1, p1
 | |
| 
 | |
|     int-to-float p1, p1
 | |
| 
 | |
|     invoke-virtual {v0, p1}, Landroid/widget/FrameLayout;->setTranslationY(F)V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public setActionBarVisibilityCallback(Landroidx/appcompat/widget/ActionBarOverlayLayout$d;)V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     iput-object p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d1:Landroidx/appcompat/widget/ActionBarOverlayLayout$d;
 | |
| 
 | |
|     .line 2
 | |
|     invoke-virtual {p0}, Landroid/view/ViewGroup;->getWindowToken()Landroid/os/IBinder;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     if-eqz p1, :cond_0
 | |
| 
 | |
|     .line 3
 | |
|     iget-object p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d1:Landroidx/appcompat/widget/ActionBarOverlayLayout$d;
 | |
| 
 | |
|     iget v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->b:I
 | |
| 
 | |
|     invoke-interface {p1, v0}, Landroidx/appcompat/widget/ActionBarOverlayLayout$d;->onWindowVisibilityChanged(I)V
 | |
| 
 | |
|     .line 4
 | |
|     iget p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->p:I
 | |
| 
 | |
|     if-eqz p1, :cond_0
 | |
| 
 | |
|     .line 5
 | |
|     invoke-virtual {p0, p1}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->onWindowSystemUiVisibilityChanged(I)V
 | |
| 
 | |
|     .line 6
 | |
|     invoke-static {p0}, Landroidx/core/view/ViewCompat;->v1(Landroid/view/View;)V
 | |
| 
 | |
|     :cond_0
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public setHasNonEmbeddedTabs(Z)V
 | |
|     .locals 0
 | |
| 
 | |
|     .line 1
 | |
|     iput-boolean p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->i:Z
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public setHideOnContentScrollEnabled(Z)V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     iget-boolean v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->j:Z
 | |
| 
 | |
|     if-eq p1, v0, :cond_0
 | |
| 
 | |
|     .line 2
 | |
|     iput-boolean p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->j:Z
 | |
| 
 | |
|     if-nez p1, :cond_0
 | |
| 
 | |
|     .line 3
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->s()V
 | |
| 
 | |
|     const/4 p1, 0x0
 | |
| 
 | |
|     .line 4
 | |
|     invoke-virtual {p0, p1}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->setActionBarHideOffset(I)V
 | |
| 
 | |
|     :cond_0
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public setIcon(I)V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->y()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e:Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     invoke-interface {v0, p1}, Landroidx/appcompat/widget/o;->setIcon(I)V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public setIcon(Landroid/graphics/drawable/Drawable;)V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 3
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->y()V
 | |
| 
 | |
|     .line 4
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e:Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     invoke-interface {v0, p1}, Landroidx/appcompat/widget/o;->setIcon(Landroid/graphics/drawable/Drawable;)V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public setLogo(I)V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->y()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e:Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     invoke-interface {v0, p1}, Landroidx/appcompat/widget/o;->setLogo(I)V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public setOverlayMode(Z)V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     iput-boolean p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->h:Z
 | |
| 
 | |
|     if-eqz p1, :cond_0
 | |
| 
 | |
|     .line 2
 | |
|     invoke-virtual {p0}, Landroid/view/ViewGroup;->getContext()Landroid/content/Context;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     invoke-virtual {p1}, Landroid/content/Context;->getApplicationInfo()Landroid/content/pm/ApplicationInfo;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     iget p1, p1, Landroid/content/pm/ApplicationInfo;->targetSdkVersion:I
 | |
| 
 | |
|     const/16 v0, 0x13
 | |
| 
 | |
|     if-ge p1, v0, :cond_0
 | |
| 
 | |
|     const/4 p1, 0x1
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     :cond_0
 | |
|     const/4 p1, 0x0
 | |
| 
 | |
|     :goto_0
 | |
|     iput-boolean p1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->g:Z
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public setShowingForActionMode(Z)V
 | |
|     .locals 0
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public setUiOptions(I)V
 | |
|     .locals 0
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public setWindowCallback(Landroid/view/Window$Callback;)V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->y()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e:Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     invoke-interface {v0, p1}, Landroidx/appcompat/widget/o;->setWindowCallback(Landroid/view/Window$Callback;)V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public setWindowTitle(Ljava/lang/CharSequence;)V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->y()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e:Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     invoke-interface {v0, p1}, Landroidx/appcompat/widget/o;->setWindowTitle(Ljava/lang/CharSequence;)V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public shouldDelayChildPressedState()Z
 | |
|     .locals 1
 | |
| 
 | |
|     const/4 v0, 0x0
 | |
| 
 | |
|     return v0
 | |
| .end method
 | |
| 
 | |
| .method public final t(Landroid/content/Context;)V
 | |
|     .locals 4
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroid/view/ViewGroup;->getContext()Landroid/content/Context;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     invoke-virtual {v0}, Landroid/content/Context;->getTheme()Landroid/content/res/Resources$Theme;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     sget-object v1, Landroidx/appcompat/widget/ActionBarOverlayLayout;->m1:[I
 | |
| 
 | |
|     invoke-virtual {v0, v1}, Landroid/content/res/Resources$Theme;->obtainStyledAttributes([I)Landroid/content/res/TypedArray;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     const/4 v1, 0x0
 | |
| 
 | |
|     .line 2
 | |
|     invoke-virtual {v0, v1, v1}, Landroid/content/res/TypedArray;->getDimensionPixelSize(II)I
 | |
| 
 | |
|     move-result v2
 | |
| 
 | |
|     iput v2, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->a:I
 | |
| 
 | |
|     const/4 v2, 0x1
 | |
| 
 | |
|     .line 3
 | |
|     invoke-virtual {v0, v2}, Landroid/content/res/TypedArray;->getDrawable(I)Landroid/graphics/drawable/Drawable;
 | |
| 
 | |
|     move-result-object v3
 | |
| 
 | |
|     iput-object v3, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->f:Landroid/graphics/drawable/Drawable;
 | |
| 
 | |
|     if-nez v3, :cond_0
 | |
| 
 | |
|     move v3, v2
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     :cond_0
 | |
|     move v3, v1
 | |
| 
 | |
|     .line 4
 | |
|     :goto_0
 | |
|     invoke-virtual {p0, v3}, Landroid/view/ViewGroup;->setWillNotDraw(Z)V
 | |
| 
 | |
|     .line 5
 | |
|     invoke-virtual {v0}, Landroid/content/res/TypedArray;->recycle()V
 | |
| 
 | |
|     .line 6
 | |
|     invoke-virtual {p1}, Landroid/content/Context;->getApplicationInfo()Landroid/content/pm/ApplicationInfo;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     iget v0, v0, Landroid/content/pm/ApplicationInfo;->targetSdkVersion:I
 | |
| 
 | |
|     const/16 v3, 0x13
 | |
| 
 | |
|     if-ge v0, v3, :cond_1
 | |
| 
 | |
|     move v1, v2
 | |
| 
 | |
|     :cond_1
 | |
|     iput-boolean v1, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->g:Z
 | |
| 
 | |
|     .line 7
 | |
|     new-instance v0, Landroid/widget/OverScroller;
 | |
| 
 | |
|     invoke-direct {v0, p1}, Landroid/widget/OverScroller;-><init>(Landroid/content/Context;)V
 | |
| 
 | |
|     iput-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e1:Landroid/widget/OverScroller;
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public u()Z
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     iget-boolean v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->j:Z
 | |
| 
 | |
|     return v0
 | |
| .end method
 | |
| 
 | |
| .method public v()Z
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     iget-boolean v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->h:Z
 | |
| 
 | |
|     return v0
 | |
| .end method
 | |
| 
 | |
| .method public final w()V
 | |
|     .locals 3
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->s()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->i1:Ljava/lang/Runnable;
 | |
| 
 | |
|     const-wide/16 v1, 0x258
 | |
| 
 | |
|     invoke-virtual {p0, v0, v1, v2}, Landroid/view/ViewGroup;->postDelayed(Ljava/lang/Runnable;J)Z
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public final x()V
 | |
|     .locals 3
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->s()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->h1:Ljava/lang/Runnable;
 | |
| 
 | |
|     const-wide/16 v1, 0x258
 | |
| 
 | |
|     invoke-virtual {p0, v0, v1, v2}, Landroid/view/ViewGroup;->postDelayed(Ljava/lang/Runnable;J)Z
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public y()V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->c:Landroidx/appcompat/widget/ContentFrameLayout;
 | |
| 
 | |
|     if-nez v0, :cond_0
 | |
| 
 | |
|     .line 2
 | |
|     sget v0, Landroidx/appcompat/R$id;->action_bar_activity_content:I
 | |
| 
 | |
|     invoke-virtual {p0, v0}, Landroid/view/ViewGroup;->findViewById(I)Landroid/view/View;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     check-cast v0, Landroidx/appcompat/widget/ContentFrameLayout;
 | |
| 
 | |
|     iput-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->c:Landroidx/appcompat/widget/ContentFrameLayout;
 | |
| 
 | |
|     .line 3
 | |
|     sget v0, Landroidx/appcompat/R$id;->action_bar_container:I
 | |
| 
 | |
|     invoke-virtual {p0, v0}, Landroid/view/ViewGroup;->findViewById(I)Landroid/view/View;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     check-cast v0, Landroidx/appcompat/widget/ActionBarContainer;
 | |
| 
 | |
|     iput-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->d:Landroidx/appcompat/widget/ActionBarContainer;
 | |
| 
 | |
|     .line 4
 | |
|     sget v0, Landroidx/appcompat/R$id;->action_bar:I
 | |
| 
 | |
|     invoke-virtual {p0, v0}, Landroid/view/ViewGroup;->findViewById(I)Landroid/view/View;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     invoke-virtual {p0, v0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->r(Landroid/view/View;)Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     iput-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->e:Landroidx/appcompat/widget/o;
 | |
| 
 | |
|     :cond_0
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public final z()V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroidx/appcompat/widget/ActionBarOverlayLayout;->s()V
 | |
| 
 | |
|     .line 2
 | |
|     iget-object v0, p0, Landroidx/appcompat/widget/ActionBarOverlayLayout;->h1:Ljava/lang/Runnable;
 | |
| 
 | |
|     invoke-interface {v0}, Ljava/lang/Runnable;->run()V
 | |
| 
 | |
|     return-void
 | |
| .end method
 |