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