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()
827 boolean allowAnimation) { in ProcessArtworkTask() argument830 mAllowEnterAnimation = allowAnimation; in ProcessArtworkTask()
567 private void finishExpanding(boolean forceAbort, float velocity, boolean allowAnimation) { in finishExpanding() argument591 if (targetHeight != currentHeight && mEnabled && allowAnimation) { in finishExpanding()659 private void cancel(boolean allowAnimation) { in cancel() argument660 finishExpanding(true /* forceAbort */, 0f /* velocity */, allowAnimation); in cancel()