HomeSort by relevance Sort by last modified time
    Searched refs:mAnimationsEnabled (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java 75 private boolean mAnimationsEnabled = true;
611 mAnimationsEnabled = enabled;
655 mShelfIcons.setAnimationsEnabled(mAnimationsEnabled);
665 mShelfIcons.setAnimationsEnabled(mAnimationsEnabled);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconContainer.java 124 private boolean mAnimationsEnabled = true;
498 if (!enabled && mAnimationsEnabled) {
508 mAnimationsEnabled = enabled;
535 boolean animationsAllowed = (mAnimationsEnabled || justUndarkened)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 173 private boolean mAnimationsEnabled;
573 if (mAnimationsEnabled && (mIsExpanded || row != null && row.isPinned())) {
715 if (animate && mAnimationsEnabled && mIsExpanded) {
    [all...]
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
AnimatedRecyclerView.java 54 boolean mAnimationsEnabled = true;
89 mAnimationsEnabled = isChecked;
477 if (mAnimationsEnabled && mPredictiveAnimationsEnabled && !state.isPreLayout()) {

Completed in 419 milliseconds