Searched refs:allowAnimation (Results 1 – 3 of 3) sorted by relevance
60 public void setAllowAnimation(boolean allowAnimation) { in setAllowAnimation() argument61 if (mAllowAnimation != allowAnimation) { in setAllowAnimation()62 mAllowAnimation = allowAnimation; in setAllowAnimation()
667 boolean allowAnimation) { in ProcessArtworkTask() argument670 mAllowEnterAnimation = allowAnimation; in ProcessArtworkTask()
557 private void finishExpanding(boolean forceAbort, float velocity, boolean allowAnimation) { in finishExpanding() argument581 if (targetHeight != currentHeight && mEnabled && allowAnimation) { in finishExpanding()649 private void cancel(boolean allowAnimation) { in cancel() argument650 finishExpanding(true /* forceAbort */, 0f /* velocity */, allowAnimation); in cancel()