@Deprecated public enum BasePopupUnsafe extends Enum<BasePopupUnsafe>
这是一个BasePopup的后门,该后门允许你做出对BasePopup不安全的动作,请谨慎使用
该类及其所有方法将会标记为过时,但那只是唬你的哈哈,只是想说尽可能不要用到它
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
BasePopupUnsafe.OnFitWindowManagerLayoutParamsCallback
已过时。
|
static class |
BasePopupUnsafe.StackDumpInfo
已过时。
|
| 枚举常量和说明 |
|---|
INSTANCE
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
dismissAllPopup(boolean animateDismiss)
已过时。
|
BasePopupUnsafe.StackDumpInfo |
dump(BasePopupWindow p)
已过时。
|
View |
getBasePopupDecorViewProxy(BasePopupWindow p)
已过时。
|
ViewGroup.LayoutParams |
getDecorViewLayoutParams(BasePopupWindow p)
已过时。
|
BasePopupUnsafe.StackDumpInfo |
getDump(BasePopupWindow p)
已过时。
|
BasePopupWindow |
getPopupFromWindowManagerProxy(razerdp.basepopup.WindowManagerProxy proxy)
已过时。
|
HashMap<String,LinkedList<razerdp.basepopup.WindowManagerProxy>> |
getPopupQueueMap()
已过时。
|
WindowManager |
getWindowManager(BasePopupWindow p)
已过时。
|
void |
setFitWindowManagerLayoutParamsCallback(BasePopupWindow p,
BasePopupUnsafe.OnFitWindowManagerLayoutParamsCallback cb)
已过时。
|
static BasePopupUnsafe |
valueOf(String name)
已过时。
返回带有指定名称的该类型的枚举常量。
|
static BasePopupUnsafe[] |
values()
已过时。
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
@Deprecated public static final BasePopupUnsafe INSTANCE
public static BasePopupUnsafe[] values()
for (BasePopupUnsafe c : BasePopupUnsafe.values()) System.out.println(c);
public static BasePopupUnsafe valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值@Deprecated public void dismissAllPopup(boolean animateDismiss)
@Deprecated public HashMap<String,LinkedList<razerdp.basepopup.WindowManagerProxy>> getPopupQueueMap()
@Deprecated public BasePopupWindow getPopupFromWindowManagerProxy(razerdp.basepopup.WindowManagerProxy proxy)
@Deprecated public BasePopupUnsafe.StackDumpInfo dump(BasePopupWindow p)
@Deprecated public BasePopupUnsafe.StackDumpInfo getDump(BasePopupWindow p)
dump(BasePopupWindow)记录的堆栈信息@Deprecated public WindowManager getWindowManager(BasePopupWindow p)
@Deprecated public View getBasePopupDecorViewProxy(BasePopupWindow p)
@Deprecated public ViewGroup.LayoutParams getDecorViewLayoutParams(BasePopupWindow p)
@Deprecated public void setFitWindowManagerLayoutParamsCallback(BasePopupWindow p, BasePopupUnsafe.OnFitWindowManagerLayoutParamsCallback cb)