- safeAddGlobalLayoutListener(View, ViewTreeObserver.OnGlobalLayoutListener) - 类 中的静态方法razerdp.util.PopupUiUtils
-
- safeRemoveGlobalLayoutListener(View, ViewTreeObserver.OnGlobalLayoutListener) - 类 中的静态方法razerdp.util.PopupUiUtils
-
- scriptBlur(Context, Bitmap, int, int, float) - 类 中的静态方法razerdp.blur.BlurHelper
-
- setAdjustInputMethod(boolean) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
PopupWindow是否需要自适应输入法,为输入法弹出让出区域
- setAdjustInputMethod(boolean, int) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
PopupWindow是否需要自适应输入法,为输入法弹出让出区域
- setAdjustInputMode(int) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
设置PopupWindow适配输入法的适配模式
- setAdjustInputMode(int, int) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
设置PopupWindow适配输入法的适配模式
- setAlignBackground(boolean) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
设置PopupWindow的背景是否对齐到PopupWindow。
- setAlignBackgroundGravity(int) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
设置PopupWindow的背景对齐PopupWindow的方式,请传入
Gravity中的值
- setAllowDismissWhenTouchOutside(boolean) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
- setAllowInterceptTouchEvent(boolean) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
- setAutoLocatePopup(boolean) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
是否自动设置PopupWindow位置
在设定了clipToScreen的情况下#setClipToScreen(boolean)
如果当前屏幕不足以完整显示您的PopupWindow,则PopupWindow会自行布置在其镜像位置。
- setAutoShowInputMethod(boolean) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
PopupWindow在展示的时候自动打开输入法
- setAutoShowInputMethod(EditText, boolean) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
PopupWindow在展示的时候自动打开输入法,在传入参数时请务必传入
EditText
- setBackground(int) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
设置PopupWindow背景Drawable,默认颜色为#8f000000
- setBackground(Drawable) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
设置PopupWindow背景Drawable,默认颜色为#8f000000
- setBackground(View, Drawable) - 类 中的静态方法razerdp.util.PopupUiUtils
-
- setBackgroundColor(int) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
设置PopupWindow背景颜色,默认颜色为#8f000000
- setBackgroundView(View) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
设置PopupWindow背景View,因为背景全屏的原因,该View将会被强制设为MATCH_PARENT/MATCH_PARENT
- setBackPressEnable(boolean) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
禁止PopupWindow返回键dismiss
- setBlurAsync(boolean) - 类 中的方法razerdp.blur.PopupBlurOption
-
- setBlurBackgroundEnable(boolean) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
设置PopupWindow弹出时是否模糊背景。
- setBlurBackgroundEnable(boolean, BasePopupWindow.OnBlurOptionInitListener) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
设置PopupWindow弹出时是否模糊背景。
- setBlurInDuration(long) - 类 中的方法razerdp.blur.PopupBlurOption
-
- setBlurOption(PopupBlurOption) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
- setBlurOutDuration(long) - 类 中的方法razerdp.blur.PopupBlurOption
-
- setBlurPreScaleRatio(float) - 类 中的方法razerdp.blur.PopupBlurOption
-
- setBlurRadius(float) - 类 中的方法razerdp.blur.PopupBlurOption
-
- setBlurView(View) - 类 中的方法razerdp.blur.PopupBlurOption
-
- setClipChildren(boolean) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
该参数决定popupWindow是否被限制在绘制边界
true:PopupWindow将会被限制边界,其动画不可突破其边界
false:PopupWindow将不会被限制绘制边界,其动画可突破其边界
- setDebugMode(boolean) - 类 中的静态方法razerdp.basepopup.BasePopupWindow
-
- setDismissAnimation(Animation) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
- setDismissAnimator(Animator) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
- setFitSize(boolean) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
是否允许BasePopup自动调整大小
在#setClipToScreen(boolean)为true的情况下,BasePopup会针对剩余空间来调整Popup的大小,因此可能出现实际显示过小的情况
- setFullScreen(boolean) - 类 中的方法razerdp.blur.PopupBlurOption
-
- setHeight(int) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
- setMaxHeight(int) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
设置BasePopup最大高度
- setMaxWidth(int) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
设置BasePopup最大宽度
- setMinHeight(int) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
设置BasePopup最小高度
- setMinWidth(int) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
设置BasePopup最小宽度
- setOffsetX(int) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
设定x位置的偏移量(中心点在popup的左上角)
- setOffsetY(int) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
设定y位置的偏移量(中心点在popup的左上角)
- setOnBeforeShowCallback(BasePopupWindow.OnBeforeShowCallback) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
- setOnDismissListener(BasePopupWindow.OnDismissListener) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
设置dismiss监听
- setOnPopupWindowShowListener(BasePopupWindow.OnPopupWindowShowListener) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
设置PopupWindow显示的监听
- setOpenLog(boolean) - 类 中的静态方法razerdp.util.log.PopupLog
-
- setOutSideDismiss(boolean) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
是否允许点击PopupWindow外部时触发dismiss
dismiss popup when touch outside from popup
- setOutSideTouchable(boolean) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
是否允许点击PopupWindow拦截事件。
- setOverlayStatusbar(boolean) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
- setPopupAnimationStyle(int) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
- setPopupFadeEnable(boolean) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
当传入true,你的PopupWindow将会淡入显示,淡出消失。
- setPopupGravity(int) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
- setPopupGravity(BasePopupWindow.GravityMode, int) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
- setPopupGravityMode(BasePopupWindow.GravityMode) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
- setPopupWindowFullScreen(boolean) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
已过时。
- setShowAnimation(Animation) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
- setShowAnimator(Animator) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
- setSoftInputMode(int) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
已过时。
- setViewClickListener(View.OnClickListener, View...) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
这个方法用于简化您为View设置OnClickListener事件,多个View将会使用同一个点击事件
- setWidth(int) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
- show() - 类 中的方法razerdp.basepopup.QuickPopupBuilder
-
- show(int) - 类 中的方法razerdp.basepopup.QuickPopupBuilder
-
已过时。
- show(View) - 类 中的方法razerdp.basepopup.QuickPopupBuilder
-
- show(int, int) - 类 中的方法razerdp.basepopup.QuickPopupBuilder
-
- showPopupWindow() - 类 中的方法razerdp.basepopup.BasePopupWindow
-
调用这个方法时,将会展示PopupWindow。
- showPopupWindow(int) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
- showPopupWindow(View) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
调用这个方法时,将会展示PopupWindow。
- showPopupWindow(int, int) - 类 中的方法razerdp.basepopup.BasePopupWindow
-
调用这个方法时,将会在指定位置弹出PopupWindow。
- SimpleAnimationUtils - razerdp.util中的类
-
Created by 大灯泡 on 2017/1/13.
- SimpleAnimationUtils() - 类 的构造器razerdp.util.SimpleAnimationUtils
-
- SimpleAnimationUtils.AnimationListenerAdapter - razerdp.util中的类
-
- start(long) - 类 中的方法razerdp.blur.BlurImageView
-
alpha进场动画