70 lines
1.5 KiB
Smali
70 lines
1.5 KiB
Smali
.class Landroidx/core/widget/PopupWindowCompat$Api23Impl;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/RequiresApi;
|
|
value = 0x17
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/core/widget/PopupWindowCompat;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "Api23Impl"
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 202
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static getOverlapAnchor(Landroid/widget/PopupWindow;)Z
|
|
.locals 0
|
|
|
|
.line 211
|
|
invoke-virtual {p0}, Landroid/widget/PopupWindow;->getOverlapAnchor()Z
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static getWindowLayoutType(Landroid/widget/PopupWindow;)I
|
|
.locals 0
|
|
|
|
.line 219
|
|
invoke-virtual {p0}, Landroid/widget/PopupWindow;->getWindowLayoutType()I
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static setOverlapAnchor(Landroid/widget/PopupWindow;Z)V
|
|
.locals 0
|
|
|
|
.line 207
|
|
invoke-virtual {p0, p1}, Landroid/widget/PopupWindow;->setOverlapAnchor(Z)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static setWindowLayoutType(Landroid/widget/PopupWindow;I)V
|
|
.locals 0
|
|
|
|
.line 215
|
|
invoke-virtual {p0, p1}, Landroid/widget/PopupWindow;->setWindowLayoutType(I)V
|
|
|
|
return-void
|
|
.end method
|