741 lines
		
	
	
		
			23 KiB
		
	
	
	
		
			Smali
		
	
	
	
	
	
			
		
		
	
	
			741 lines
		
	
	
		
			23 KiB
		
	
	
	
		
			Smali
		
	
	
	
	
	
| .class public Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;
 | |
| .super Landroidx/coordinatorlayout/widget/CoordinatorLayout$Behavior;
 | |
| .source "FloatingActionButton.java"
 | |
| 
 | |
| 
 | |
| # annotations
 | |
| .annotation system Ldalvik/annotation/EnclosingClass;
 | |
|     value = Lcom/google/android/material/floatingactionbutton/FloatingActionButton;
 | |
| .end annotation
 | |
| 
 | |
| .annotation system Ldalvik/annotation/InnerClass;
 | |
|     accessFlags = 0x9
 | |
|     name = "BaseBehavior"
 | |
| .end annotation
 | |
| 
 | |
| .annotation system Ldalvik/annotation/Signature;
 | |
|     value = {
 | |
|         "<T:",
 | |
|         "Lcom/google/android/material/floatingactionbutton/FloatingActionButton;",
 | |
|         ">",
 | |
|         "Landroidx/coordinatorlayout/widget/CoordinatorLayout$Behavior<",
 | |
|         "TT;>;"
 | |
|     }
 | |
| .end annotation
 | |
| 
 | |
| 
 | |
| # static fields
 | |
| .field private static final AUTO_HIDE_DEFAULT:Z = true
 | |
| 
 | |
| 
 | |
| # instance fields
 | |
| .field private autoHideEnabled:Z
 | |
| 
 | |
| .field private internalAutoHideListener:Lcom/google/android/material/floatingactionbutton/FloatingActionButton$OnVisibilityChangedListener;
 | |
| 
 | |
| .field private tmpRect:Landroid/graphics/Rect;
 | |
| 
 | |
| 
 | |
| # direct methods
 | |
| .method public constructor <init>()V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     invoke-direct {p0}, Landroidx/coordinatorlayout/widget/CoordinatorLayout$Behavior;-><init>()V
 | |
| 
 | |
|     const/4 v0, 0x1
 | |
| 
 | |
|     .line 2
 | |
|     iput-boolean v0, p0, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->autoHideEnabled:Z
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
 | |
|     .locals 1
 | |
| 
 | |
|     .line 3
 | |
|     invoke-direct {p0, p1, p2}, Landroidx/coordinatorlayout/widget/CoordinatorLayout$Behavior;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
 | |
| 
 | |
|     .line 4
 | |
|     sget-object v0, Lcom/google/android/material/R$styleable;->FloatingActionButton_Behavior_Layout:[I
 | |
| 
 | |
|     .line 5
 | |
|     invoke-virtual {p1, p2, v0}, Landroid/content/Context;->obtainStyledAttributes(Landroid/util/AttributeSet;[I)Landroid/content/res/TypedArray;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     .line 6
 | |
|     sget p2, Lcom/google/android/material/R$styleable;->FloatingActionButton_Behavior_Layout_behavior_autoHide:I
 | |
| 
 | |
|     const/4 v0, 0x1
 | |
| 
 | |
|     .line 7
 | |
|     invoke-virtual {p1, p2, v0}, Landroid/content/res/TypedArray;->getBoolean(IZ)Z
 | |
| 
 | |
|     move-result p2
 | |
| 
 | |
|     iput-boolean p2, p0, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->autoHideEnabled:Z
 | |
| 
 | |
|     .line 8
 | |
|     invoke-virtual {p1}, Landroid/content/res/TypedArray;->recycle()V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method private static isBottomSheet(Landroid/view/View;)Z
 | |
|     .locals 1
 | |
|     .param p0    # Landroid/view/View;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p0}, Landroid/view/View;->getLayoutParams()Landroid/view/ViewGroup$LayoutParams;
 | |
| 
 | |
|     move-result-object p0
 | |
| 
 | |
|     .line 2
 | |
|     instance-of v0, p0, Landroidx/coordinatorlayout/widget/CoordinatorLayout$d;
 | |
| 
 | |
|     if-eqz v0, :cond_0
 | |
| 
 | |
|     .line 3
 | |
|     check-cast p0, Landroidx/coordinatorlayout/widget/CoordinatorLayout$d;
 | |
| 
 | |
|     invoke-virtual {p0}, Landroidx/coordinatorlayout/widget/CoordinatorLayout$d;->f()Landroidx/coordinatorlayout/widget/CoordinatorLayout$Behavior;
 | |
| 
 | |
|     move-result-object p0
 | |
| 
 | |
|     instance-of p0, p0, Lcom/google/android/material/bottomsheet/BottomSheetBehavior;
 | |
| 
 | |
|     return p0
 | |
| 
 | |
|     :cond_0
 | |
|     const/4 p0, 0x0
 | |
| 
 | |
|     return p0
 | |
| .end method
 | |
| 
 | |
| .method private offsetIfNeeded(Landroidx/coordinatorlayout/widget/CoordinatorLayout;Lcom/google/android/material/floatingactionbutton/FloatingActionButton;)V
 | |
|     .locals 6
 | |
|     .param p1    # Landroidx/coordinatorlayout/widget/CoordinatorLayout;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
|     .param p2    # Lcom/google/android/material/floatingactionbutton/FloatingActionButton;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
| 
 | |
|     .line 1
 | |
|     iget-object v0, p2, Lcom/google/android/material/floatingactionbutton/FloatingActionButton;->shadowPadding:Landroid/graphics/Rect;
 | |
| 
 | |
|     if-eqz v0, :cond_5
 | |
| 
 | |
|     .line 2
 | |
|     invoke-virtual {v0}, Landroid/graphics/Rect;->centerX()I
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     if-lez v1, :cond_5
 | |
| 
 | |
|     invoke-virtual {v0}, Landroid/graphics/Rect;->centerY()I
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     if-lez v1, :cond_5
 | |
| 
 | |
|     .line 3
 | |
|     invoke-virtual {p2}, Landroid/widget/ImageButton;->getLayoutParams()Landroid/view/ViewGroup$LayoutParams;
 | |
| 
 | |
|     move-result-object v1
 | |
| 
 | |
|     check-cast v1, Landroidx/coordinatorlayout/widget/CoordinatorLayout$d;
 | |
| 
 | |
|     .line 4
 | |
|     invoke-virtual {p2}, Landroid/widget/ImageButton;->getRight()I
 | |
| 
 | |
|     move-result v2
 | |
| 
 | |
|     invoke-virtual {p1}, Landroid/view/ViewGroup;->getWidth()I
 | |
| 
 | |
|     move-result v3
 | |
| 
 | |
|     iget v4, v1, Landroid/view/ViewGroup$MarginLayoutParams;->rightMargin:I
 | |
| 
 | |
|     sub-int/2addr v3, v4
 | |
| 
 | |
|     const/4 v4, 0x0
 | |
| 
 | |
|     if-lt v2, v3, :cond_0
 | |
| 
 | |
|     .line 5
 | |
|     iget v2, v0, Landroid/graphics/Rect;->right:I
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     .line 6
 | |
|     :cond_0
 | |
|     invoke-virtual {p2}, Landroid/widget/ImageButton;->getLeft()I
 | |
| 
 | |
|     move-result v2
 | |
| 
 | |
|     iget v3, v1, Landroid/view/ViewGroup$MarginLayoutParams;->leftMargin:I
 | |
| 
 | |
|     if-gt v2, v3, :cond_1
 | |
| 
 | |
|     .line 7
 | |
|     iget v2, v0, Landroid/graphics/Rect;->left:I
 | |
| 
 | |
|     neg-int v2, v2
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     :cond_1
 | |
|     move v2, v4
 | |
| 
 | |
|     .line 8
 | |
|     :goto_0
 | |
|     invoke-virtual {p2}, Landroid/widget/ImageButton;->getBottom()I
 | |
| 
 | |
|     move-result v3
 | |
| 
 | |
|     invoke-virtual {p1}, Landroid/view/ViewGroup;->getHeight()I
 | |
| 
 | |
|     move-result p1
 | |
| 
 | |
|     iget v5, v1, Landroid/view/ViewGroup$MarginLayoutParams;->bottomMargin:I
 | |
| 
 | |
|     sub-int/2addr p1, v5
 | |
| 
 | |
|     if-lt v3, p1, :cond_2
 | |
| 
 | |
|     .line 9
 | |
|     iget v4, v0, Landroid/graphics/Rect;->bottom:I
 | |
| 
 | |
|     goto :goto_1
 | |
| 
 | |
|     .line 10
 | |
|     :cond_2
 | |
|     invoke-virtual {p2}, Landroid/widget/ImageButton;->getTop()I
 | |
| 
 | |
|     move-result p1
 | |
| 
 | |
|     iget v1, v1, Landroid/view/ViewGroup$MarginLayoutParams;->topMargin:I
 | |
| 
 | |
|     if-gt p1, v1, :cond_3
 | |
| 
 | |
|     .line 11
 | |
|     iget p1, v0, Landroid/graphics/Rect;->top:I
 | |
| 
 | |
|     neg-int v4, p1
 | |
| 
 | |
|     :cond_3
 | |
|     :goto_1
 | |
|     if-eqz v4, :cond_4
 | |
| 
 | |
|     .line 12
 | |
|     invoke-static {p2, v4}, Landroidx/core/view/ViewCompat;->f1(Landroid/view/View;I)V
 | |
| 
 | |
|     :cond_4
 | |
|     if-eqz v2, :cond_5
 | |
| 
 | |
|     .line 13
 | |
|     invoke-static {p2, v2}, Landroidx/core/view/ViewCompat;->e1(Landroid/view/View;I)V
 | |
| 
 | |
|     :cond_5
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method private shouldUpdateVisibility(Landroid/view/View;Lcom/google/android/material/floatingactionbutton/FloatingActionButton;)Z
 | |
|     .locals 3
 | |
|     .param p1    # Landroid/view/View;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
|     .param p2    # Lcom/google/android/material/floatingactionbutton/FloatingActionButton;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p2}, Landroid/widget/ImageButton;->getLayoutParams()Landroid/view/ViewGroup$LayoutParams;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     check-cast v0, Landroidx/coordinatorlayout/widget/CoordinatorLayout$d;
 | |
| 
 | |
|     .line 2
 | |
|     iget-boolean v1, p0, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->autoHideEnabled:Z
 | |
| 
 | |
|     const/4 v2, 0x0
 | |
| 
 | |
|     if-nez v1, :cond_0
 | |
| 
 | |
|     return v2
 | |
| 
 | |
|     .line 3
 | |
|     :cond_0
 | |
|     invoke-virtual {v0}, Landroidx/coordinatorlayout/widget/CoordinatorLayout$d;->e()I
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     invoke-virtual {p1}, Landroid/view/View;->getId()I
 | |
| 
 | |
|     move-result p1
 | |
| 
 | |
|     if-eq v0, p1, :cond_1
 | |
| 
 | |
|     return v2
 | |
| 
 | |
|     .line 4
 | |
|     :cond_1
 | |
|     invoke-virtual {p2}, Lcom/google/android/material/internal/VisibilityAwareImageButton;->getUserSetVisibility()I
 | |
| 
 | |
|     move-result p1
 | |
| 
 | |
|     if-eqz p1, :cond_2
 | |
| 
 | |
|     return v2
 | |
| 
 | |
|     :cond_2
 | |
|     const/4 p1, 0x1
 | |
| 
 | |
|     return p1
 | |
| .end method
 | |
| 
 | |
| .method private updateFabVisibilityForAppBarLayout(Landroidx/coordinatorlayout/widget/CoordinatorLayout;Lcom/google/android/material/appbar/AppBarLayout;Lcom/google/android/material/floatingactionbutton/FloatingActionButton;)Z
 | |
|     .locals 2
 | |
|     .param p2    # Lcom/google/android/material/appbar/AppBarLayout;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
|     .param p3    # Lcom/google/android/material/floatingactionbutton/FloatingActionButton;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
| 
 | |
|     .line 1
 | |
|     invoke-direct {p0, p2, p3}, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->shouldUpdateVisibility(Landroid/view/View;Lcom/google/android/material/floatingactionbutton/FloatingActionButton;)Z
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     const/4 v1, 0x0
 | |
| 
 | |
|     if-nez v0, :cond_0
 | |
| 
 | |
|     return v1
 | |
| 
 | |
|     .line 2
 | |
|     :cond_0
 | |
|     iget-object v0, p0, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->tmpRect:Landroid/graphics/Rect;
 | |
| 
 | |
|     if-nez v0, :cond_1
 | |
| 
 | |
|     .line 3
 | |
|     new-instance v0, Landroid/graphics/Rect;
 | |
| 
 | |
|     invoke-direct {v0}, Landroid/graphics/Rect;-><init>()V
 | |
| 
 | |
|     iput-object v0, p0, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->tmpRect:Landroid/graphics/Rect;
 | |
| 
 | |
|     .line 4
 | |
|     :cond_1
 | |
|     iget-object v0, p0, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->tmpRect:Landroid/graphics/Rect;
 | |
| 
 | |
|     .line 5
 | |
|     invoke-static {p1, p2, v0}, Lcom/google/android/material/internal/DescendantOffsetUtils;->getDescendantRect(Landroid/view/ViewGroup;Landroid/view/View;Landroid/graphics/Rect;)V
 | |
| 
 | |
|     .line 6
 | |
|     iget p1, v0, Landroid/graphics/Rect;->bottom:I
 | |
| 
 | |
|     invoke-virtual {p2}, Lcom/google/android/material/appbar/AppBarLayout;->getMinimumHeightForVisibleOverlappingContent()I
 | |
| 
 | |
|     move-result p2
 | |
| 
 | |
|     if-gt p1, p2, :cond_2
 | |
| 
 | |
|     .line 7
 | |
|     iget-object p1, p0, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->internalAutoHideListener:Lcom/google/android/material/floatingactionbutton/FloatingActionButton$OnVisibilityChangedListener;
 | |
| 
 | |
|     invoke-virtual {p3, p1, v1}, Lcom/google/android/material/floatingactionbutton/FloatingActionButton;->hide(Lcom/google/android/material/floatingactionbutton/FloatingActionButton$OnVisibilityChangedListener;Z)V
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     .line 8
 | |
|     :cond_2
 | |
|     iget-object p1, p0, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->internalAutoHideListener:Lcom/google/android/material/floatingactionbutton/FloatingActionButton$OnVisibilityChangedListener;
 | |
| 
 | |
|     invoke-virtual {p3, p1, v1}, Lcom/google/android/material/floatingactionbutton/FloatingActionButton;->show(Lcom/google/android/material/floatingactionbutton/FloatingActionButton$OnVisibilityChangedListener;Z)V
 | |
| 
 | |
|     :goto_0
 | |
|     const/4 p1, 0x1
 | |
| 
 | |
|     return p1
 | |
| .end method
 | |
| 
 | |
| .method private updateFabVisibilityForBottomSheet(Landroid/view/View;Lcom/google/android/material/floatingactionbutton/FloatingActionButton;)Z
 | |
|     .locals 3
 | |
|     .param p1    # Landroid/view/View;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
|     .param p2    # Lcom/google/android/material/floatingactionbutton/FloatingActionButton;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
| 
 | |
|     .line 1
 | |
|     invoke-direct {p0, p1, p2}, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->shouldUpdateVisibility(Landroid/view/View;Lcom/google/android/material/floatingactionbutton/FloatingActionButton;)Z
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     const/4 v1, 0x0
 | |
| 
 | |
|     if-nez v0, :cond_0
 | |
| 
 | |
|     return v1
 | |
| 
 | |
|     .line 2
 | |
|     :cond_0
 | |
|     invoke-virtual {p2}, Landroid/widget/ImageButton;->getLayoutParams()Landroid/view/ViewGroup$LayoutParams;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     check-cast v0, Landroidx/coordinatorlayout/widget/CoordinatorLayout$d;
 | |
| 
 | |
|     .line 3
 | |
|     invoke-virtual {p1}, Landroid/view/View;->getTop()I
 | |
| 
 | |
|     move-result p1
 | |
| 
 | |
|     invoke-virtual {p2}, Landroid/widget/ImageButton;->getHeight()I
 | |
| 
 | |
|     move-result v2
 | |
| 
 | |
|     div-int/lit8 v2, v2, 0x2
 | |
| 
 | |
|     iget v0, v0, Landroid/view/ViewGroup$MarginLayoutParams;->topMargin:I
 | |
| 
 | |
|     add-int/2addr v2, v0
 | |
| 
 | |
|     if-ge p1, v2, :cond_1
 | |
| 
 | |
|     .line 4
 | |
|     iget-object p1, p0, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->internalAutoHideListener:Lcom/google/android/material/floatingactionbutton/FloatingActionButton$OnVisibilityChangedListener;
 | |
| 
 | |
|     invoke-virtual {p2, p1, v1}, Lcom/google/android/material/floatingactionbutton/FloatingActionButton;->hide(Lcom/google/android/material/floatingactionbutton/FloatingActionButton$OnVisibilityChangedListener;Z)V
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     .line 5
 | |
|     :cond_1
 | |
|     iget-object p1, p0, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->internalAutoHideListener:Lcom/google/android/material/floatingactionbutton/FloatingActionButton$OnVisibilityChangedListener;
 | |
| 
 | |
|     invoke-virtual {p2, p1, v1}, Lcom/google/android/material/floatingactionbutton/FloatingActionButton;->show(Lcom/google/android/material/floatingactionbutton/FloatingActionButton$OnVisibilityChangedListener;Z)V
 | |
| 
 | |
|     :goto_0
 | |
|     const/4 p1, 0x1
 | |
| 
 | |
|     return p1
 | |
| .end method
 | |
| 
 | |
| 
 | |
| # virtual methods
 | |
| .method public bridge synthetic getInsetDodgeRect(Landroidx/coordinatorlayout/widget/CoordinatorLayout;Landroid/view/View;Landroid/graphics/Rect;)Z
 | |
|     .locals 0
 | |
|     .param p1    # Landroidx/coordinatorlayout/widget/CoordinatorLayout;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
|     .param p2    # Landroid/view/View;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
|     .param p3    # Landroid/graphics/Rect;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
| 
 | |
|     .line 1
 | |
|     check-cast p2, Lcom/google/android/material/floatingactionbutton/FloatingActionButton;
 | |
| 
 | |
|     invoke-virtual {p0, p1, p2, p3}, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->getInsetDodgeRect(Landroidx/coordinatorlayout/widget/CoordinatorLayout;Lcom/google/android/material/floatingactionbutton/FloatingActionButton;Landroid/graphics/Rect;)Z
 | |
| 
 | |
|     move-result p1
 | |
| 
 | |
|     return p1
 | |
| .end method
 | |
| 
 | |
| .method public getInsetDodgeRect(Landroidx/coordinatorlayout/widget/CoordinatorLayout;Lcom/google/android/material/floatingactionbutton/FloatingActionButton;Landroid/graphics/Rect;)Z
 | |
|     .locals 4
 | |
|     .param p1    # Landroidx/coordinatorlayout/widget/CoordinatorLayout;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
|     .param p2    # Lcom/google/android/material/floatingactionbutton/FloatingActionButton;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
|     .param p3    # Landroid/graphics/Rect;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
| 
 | |
|     .line 2
 | |
|     iget-object p1, p2, Lcom/google/android/material/floatingactionbutton/FloatingActionButton;->shadowPadding:Landroid/graphics/Rect;
 | |
| 
 | |
|     .line 3
 | |
|     invoke-virtual {p2}, Landroid/widget/ImageButton;->getLeft()I
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     iget v1, p1, Landroid/graphics/Rect;->left:I
 | |
| 
 | |
|     add-int/2addr v0, v1
 | |
| 
 | |
|     .line 4
 | |
|     invoke-virtual {p2}, Landroid/widget/ImageButton;->getTop()I
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     iget v2, p1, Landroid/graphics/Rect;->top:I
 | |
| 
 | |
|     add-int/2addr v1, v2
 | |
| 
 | |
|     .line 5
 | |
|     invoke-virtual {p2}, Landroid/widget/ImageButton;->getRight()I
 | |
| 
 | |
|     move-result v2
 | |
| 
 | |
|     iget v3, p1, Landroid/graphics/Rect;->right:I
 | |
| 
 | |
|     sub-int/2addr v2, v3
 | |
| 
 | |
|     .line 6
 | |
|     invoke-virtual {p2}, Landroid/widget/ImageButton;->getBottom()I
 | |
| 
 | |
|     move-result p2
 | |
| 
 | |
|     iget p1, p1, Landroid/graphics/Rect;->bottom:I
 | |
| 
 | |
|     sub-int/2addr p2, p1
 | |
| 
 | |
|     .line 7
 | |
|     invoke-virtual {p3, v0, v1, v2, p2}, Landroid/graphics/Rect;->set(IIII)V
 | |
| 
 | |
|     const/4 p1, 0x1
 | |
| 
 | |
|     return p1
 | |
| .end method
 | |
| 
 | |
| .method public isAutoHideEnabled()Z
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     iget-boolean v0, p0, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->autoHideEnabled:Z
 | |
| 
 | |
|     return v0
 | |
| .end method
 | |
| 
 | |
| .method public onAttachedToLayoutParams(Landroidx/coordinatorlayout/widget/CoordinatorLayout$d;)V
 | |
|     .locals 1
 | |
|     .param p1    # Landroidx/coordinatorlayout/widget/CoordinatorLayout$d;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
| 
 | |
|     .line 1
 | |
|     iget v0, p1, Landroidx/coordinatorlayout/widget/CoordinatorLayout$d;->h:I
 | |
| 
 | |
|     if-nez v0, :cond_0
 | |
| 
 | |
|     const/16 v0, 0x50
 | |
| 
 | |
|     .line 2
 | |
|     iput v0, p1, Landroidx/coordinatorlayout/widget/CoordinatorLayout$d;->h:I
 | |
| 
 | |
|     :cond_0
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public bridge synthetic onDependentViewChanged(Landroidx/coordinatorlayout/widget/CoordinatorLayout;Landroid/view/View;Landroid/view/View;)Z
 | |
|     .locals 0
 | |
|     .param p2    # Landroid/view/View;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
| 
 | |
|     .line 1
 | |
|     check-cast p2, Lcom/google/android/material/floatingactionbutton/FloatingActionButton;
 | |
| 
 | |
|     invoke-virtual {p0, p1, p2, p3}, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->onDependentViewChanged(Landroidx/coordinatorlayout/widget/CoordinatorLayout;Lcom/google/android/material/floatingactionbutton/FloatingActionButton;Landroid/view/View;)Z
 | |
| 
 | |
|     move-result p1
 | |
| 
 | |
|     return p1
 | |
| .end method
 | |
| 
 | |
| .method public onDependentViewChanged(Landroidx/coordinatorlayout/widget/CoordinatorLayout;Lcom/google/android/material/floatingactionbutton/FloatingActionButton;Landroid/view/View;)Z
 | |
|     .locals 1
 | |
|     .param p2    # Lcom/google/android/material/floatingactionbutton/FloatingActionButton;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
| 
 | |
|     .line 2
 | |
|     instance-of v0, p3, Lcom/google/android/material/appbar/AppBarLayout;
 | |
| 
 | |
|     if-eqz v0, :cond_0
 | |
| 
 | |
|     .line 3
 | |
|     check-cast p3, Lcom/google/android/material/appbar/AppBarLayout;
 | |
| 
 | |
|     invoke-direct {p0, p1, p3, p2}, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->updateFabVisibilityForAppBarLayout(Landroidx/coordinatorlayout/widget/CoordinatorLayout;Lcom/google/android/material/appbar/AppBarLayout;Lcom/google/android/material/floatingactionbutton/FloatingActionButton;)Z
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     .line 4
 | |
|     :cond_0
 | |
|     invoke-static {p3}, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->isBottomSheet(Landroid/view/View;)Z
 | |
| 
 | |
|     move-result p1
 | |
| 
 | |
|     if-eqz p1, :cond_1
 | |
| 
 | |
|     .line 5
 | |
|     invoke-direct {p0, p3, p2}, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->updateFabVisibilityForBottomSheet(Landroid/view/View;Lcom/google/android/material/floatingactionbutton/FloatingActionButton;)Z
 | |
| 
 | |
|     :cond_1
 | |
|     :goto_0
 | |
|     const/4 p1, 0x0
 | |
| 
 | |
|     return p1
 | |
| .end method
 | |
| 
 | |
| .method public bridge synthetic onLayoutChild(Landroidx/coordinatorlayout/widget/CoordinatorLayout;Landroid/view/View;I)Z
 | |
|     .locals 0
 | |
|     .param p1    # Landroidx/coordinatorlayout/widget/CoordinatorLayout;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
|     .param p2    # Landroid/view/View;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
| 
 | |
|     .line 1
 | |
|     check-cast p2, Lcom/google/android/material/floatingactionbutton/FloatingActionButton;
 | |
| 
 | |
|     invoke-virtual {p0, p1, p2, p3}, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->onLayoutChild(Landroidx/coordinatorlayout/widget/CoordinatorLayout;Lcom/google/android/material/floatingactionbutton/FloatingActionButton;I)Z
 | |
| 
 | |
|     move-result p1
 | |
| 
 | |
|     return p1
 | |
| .end method
 | |
| 
 | |
| .method public onLayoutChild(Landroidx/coordinatorlayout/widget/CoordinatorLayout;Lcom/google/android/material/floatingactionbutton/FloatingActionButton;I)Z
 | |
|     .locals 5
 | |
|     .param p1    # Landroidx/coordinatorlayout/widget/CoordinatorLayout;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
|     .param p2    # Lcom/google/android/material/floatingactionbutton/FloatingActionButton;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
| 
 | |
|     .line 2
 | |
|     invoke-virtual {p1, p2}, Landroidx/coordinatorlayout/widget/CoordinatorLayout;->getDependencies(Landroid/view/View;)Ljava/util/List;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     .line 3
 | |
|     invoke-interface {v0}, Ljava/util/List;->size()I
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     const/4 v2, 0x0
 | |
| 
 | |
|     :goto_0
 | |
|     if-ge v2, v1, :cond_2
 | |
| 
 | |
|     .line 4
 | |
|     invoke-interface {v0, v2}, Ljava/util/List;->get(I)Ljava/lang/Object;
 | |
| 
 | |
|     move-result-object v3
 | |
| 
 | |
|     check-cast v3, Landroid/view/View;
 | |
| 
 | |
|     .line 5
 | |
|     instance-of v4, v3, Lcom/google/android/material/appbar/AppBarLayout;
 | |
| 
 | |
|     if-eqz v4, :cond_0
 | |
| 
 | |
|     .line 6
 | |
|     check-cast v3, Lcom/google/android/material/appbar/AppBarLayout;
 | |
| 
 | |
|     invoke-direct {p0, p1, v3, p2}, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->updateFabVisibilityForAppBarLayout(Landroidx/coordinatorlayout/widget/CoordinatorLayout;Lcom/google/android/material/appbar/AppBarLayout;Lcom/google/android/material/floatingactionbutton/FloatingActionButton;)Z
 | |
| 
 | |
|     move-result v3
 | |
| 
 | |
|     if-eqz v3, :cond_1
 | |
| 
 | |
|     goto :goto_1
 | |
| 
 | |
|     .line 7
 | |
|     :cond_0
 | |
|     invoke-static {v3}, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->isBottomSheet(Landroid/view/View;)Z
 | |
| 
 | |
|     move-result v4
 | |
| 
 | |
|     if-eqz v4, :cond_1
 | |
| 
 | |
|     .line 8
 | |
|     invoke-direct {p0, v3, p2}, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->updateFabVisibilityForBottomSheet(Landroid/view/View;Lcom/google/android/material/floatingactionbutton/FloatingActionButton;)Z
 | |
| 
 | |
|     move-result v3
 | |
| 
 | |
|     if-eqz v3, :cond_1
 | |
| 
 | |
|     goto :goto_1
 | |
| 
 | |
|     :cond_1
 | |
|     add-int/lit8 v2, v2, 0x1
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     .line 9
 | |
|     :cond_2
 | |
|     :goto_1
 | |
|     invoke-virtual {p1, p2, p3}, Landroidx/coordinatorlayout/widget/CoordinatorLayout;->onLayoutChild(Landroid/view/View;I)V
 | |
| 
 | |
|     .line 10
 | |
|     invoke-direct {p0, p1, p2}, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->offsetIfNeeded(Landroidx/coordinatorlayout/widget/CoordinatorLayout;Lcom/google/android/material/floatingactionbutton/FloatingActionButton;)V
 | |
| 
 | |
|     const/4 p1, 0x1
 | |
| 
 | |
|     return p1
 | |
| .end method
 | |
| 
 | |
| .method public setAutoHideEnabled(Z)V
 | |
|     .locals 0
 | |
| 
 | |
|     .line 1
 | |
|     iput-boolean p1, p0, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->autoHideEnabled:Z
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public setInternalAutoHideListener(Lcom/google/android/material/floatingactionbutton/FloatingActionButton$OnVisibilityChangedListener;)V
 | |
|     .locals 0
 | |
|     .annotation build Landroidx/annotation/VisibleForTesting;
 | |
|     .end annotation
 | |
| 
 | |
|     .line 1
 | |
|     iput-object p1, p0, Lcom/google/android/material/floatingactionbutton/FloatingActionButton$BaseBehavior;->internalAutoHideListener:Lcom/google/android/material/floatingactionbutton/FloatingActionButton$OnVisibilityChangedListener;
 | |
| 
 | |
|     return-void
 | |
| .end method
 |