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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java 61 private AmbientState mAmbientState;
99 mAmbientState = ambientState;
168 mShelfState.alpha = mAmbientState.hasPulsingNotifications() ? 0 : 1;
169 mShelfState.belowSpeedBump = mAmbientState.getSpeedBumpIndex() == 0;
177 mShelfState.hidden = !mAmbientState.isShadeExpanded();
194 View lastChild = mAmbientState.getLastVisibleBackgroundChild();
213 float currentScrollVelocity = mAmbientState.getCurrentScrollVelocity();
215 || (mAmbientState.isExpansionChanging()
216 && Math.abs(mAmbientState.getExpandingVelocity()) > mScrollFastThreshold);
218 boolean expandingAnimated = mAmbientState.isExpansionChanging(
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 161 private final AmbientState mAmbientState;
391 mAmbientState = new AmbientState(context);
453 if (mShouldDrawNotificationBackground && !mAmbientState.isDark()
507 mAmbientState.reload(context);
580 mAmbientState.setSpeedBumpIndex(newIndex);
610 mAmbientState.setLayoutHeight(getLayoutHeight());
612 mAmbientState.setTopPadding(mTopPadding);
616 mAmbientState.setLayoutMinHeight(mQsExpanded && !onKeyguard() ? getLayoutMinHeight() : 0);
625 mAmbientState.setCurrentScrollVelocity(mScroller.isFinished()
628 mAmbientState.setScrollY(mOwnScrollY)
    [all...]

Completed in 80 milliseconds