Searched refs:shouldAnimate (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSIconViewImpl.java93 boolean shouldAnimate = iv.isShown() && mAnimationEnabled
96 ? shouldAnimate ? icon.getDrawable(mContext)
105 ((SlashImageView) iv).setAnimationEnabled(shouldAnimate);
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DAutoScrollHelper.java474 if (!mAnimating && shouldAnimate()) {
490 boolean shouldAnimate() { method in class:AutoScrollHelper
699 if (scroller.isFinished() || !shouldAnimate()) {
/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java474 if (!mAnimating && shouldAnimate()) {
490 private boolean shouldAnimate() { method in class:AutoScrollHelper
696 if (scroller.isFinished() || !shouldAnimate()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSignalDrawable.java180 boolean shouldAnimate = (mState == STATE_CARRIER_CHANGE) && mVisible;
181 if (shouldAnimate == mAnimating) return;
182 mAnimating = shouldAnimate;
183 if (shouldAnimate) {
/frameworks/support/design/src/android/support/design/widget/
H A DBaseTransientBottomBar.java470 if (shouldAnimate()) {
484 if (shouldAnimate()) {
613 if (shouldAnimate() && mView.getVisibility() == View.VISIBLE) {
662 boolean shouldAnimate() { method in class:BaseTransientBottomBar
/frameworks/base/core/java/android/widget/
H A DAbsSpinner.java281 boolean shouldAnimate = animate && mFirstPosition <= position &&
283 setSelectionInt(position, shouldAnimate);

Completed in 207 milliseconds