Home
last modified time | relevance | path

Searched refs:allowAnimation (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAnimatedImageView.java60 public void setAllowAnimation(boolean allowAnimation) { in setAllowAnimation() argument
61 if (mAllowAnimation != allowAnimation) { in setAllowAnimation()
62 mAllowAnimation = allowAnimation; in setAllowAnimation()
H A DNotificationMediaManager.java827 boolean allowAnimation) { in ProcessArtworkTask() argument
830 mAllowEnterAnimation = allowAnimation; in ProcessArtworkTask()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java567 private void finishExpanding(boolean forceAbort, float velocity, boolean allowAnimation) { in finishExpanding() argument
591 if (targetHeight != currentHeight && mEnabled && allowAnimation) { in finishExpanding()
659 private void cancel(boolean allowAnimation) { in cancel() argument
660 finishExpanding(true /* forceAbort */, 0f /* velocity */, allowAnimation); in cancel()