Searched refs:shouldApplyShadowRadius (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipAnimationController.java | 501 boolean shouldApplyShadowRadius() { in shouldApplyShadowRadius() method in PipAnimationController.PipTransitionAnimator 557 .shadow(tx, leash, shouldApplyShadowRadius()); in ofAlpha() 573 .shadow(tx, leash, shouldApplyShadowRadius()); in ofAlpha() 671 .shadow(tx, leash, shouldApplyShadowRadius()); in ofBounds() 683 .shadow(tx, leash, shouldApplyShadowRadius()); in ofBounds() 736 .shadow(tx, leash, shouldApplyShadowRadius()); in ofBounds() 754 .shadow(tx, leash, shouldApplyShadowRadius()); in ofBounds()
|