Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAnimatedImageView.java60 public void setAllowAnimation(boolean allowAnimation) { in setAllowAnimation() argument
61 if (mAllowAnimation != allowAnimation) { in setAllowAnimation()
62 mAllowAnimation = allowAnimation; in setAllowAnimation()
DNotificationMediaManager.java667 boolean allowAnimation) { in ProcessArtworkTask() argument
670 mAllowEnterAnimation = allowAnimation; in ProcessArtworkTask()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java557 private void finishExpanding(boolean forceAbort, float velocity, boolean allowAnimation) { in finishExpanding() argument
581 if (targetHeight != currentHeight && mEnabled && allowAnimation) { in finishExpanding()
649 private void cancel(boolean allowAnimation) { in cancel() argument
650 finishExpanding(true /* forceAbort */, 0f /* velocity */, allowAnimation); in cancel()