Home
last modified time | relevance | path

Searched refs:setDimmed (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayoutTest.java105 mStackScroller.setDimmed(true /* dimmed */, false /* animate */); in testNotDimmedOnKeyguard()
106 mStackScroller.setDimmed(true /* dimmed */, true /* animate */); in testNotDimmedOnKeyguard()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DExpandableViewState.java165 expandableView.setDimmed(this.dimmed, false /* animate */); in applyToView()
223 expandableView.setDimmed(this.dimmed, animationFilter.animateDimmed); in animateTo()
DAmbientState.java143 public void setDimmed(boolean dimmed) { in setDimmed() method in AmbientState
DNotificationStackScrollLayout.java3801 public void setDimmed(boolean dimmed, boolean animate) {
3803 mAmbientState.setDimmed(dimmed);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableView.java202 public void setDimmed(boolean dimmed, boolean fade) { in setDimmed() method in ExpandableView
DActivatableNotificationView.java430 public void setDimmed(boolean dimmed, boolean fade) { in setDimmed() method in ActivatableNotificationView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3926 mStackScroller.setDimmed(onKeyguard, fromShadeLocked /* animate */); in updateStackScrollerState()
4187 mStackScroller.setDimmed(true /* dimmed */, true /* animated */); in onDragDownReset()
4194 mStackScroller.setDimmed(!above /* dimmed */, true /* animate */); in onCrossedThreshold()