Searched refs:shouldDrawBlurBehind (Results 1 – 3 of 3) sorted by relevance
5189 if (((mAttrs.flags & FLAG_DIM_BEHIND) != 0 || shouldDrawBlurBehind()) in applyDims()5200 final int blurRadius = shouldDrawBlurBehind() ? mAttrs.getBlurBehindRadius() : 0; in applyDims()5211 private boolean shouldDrawBlurBehind() { in shouldDrawBlurBehind() method in WindowState
3934 HSPLcom/android/server/wm/WindowState;->shouldDrawBlurBehind()Z
29997 HPLcom/android/server/wm/WindowState;->shouldDrawBlurBehind()Z