Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java150 expandableView.setDimmed(this.dimmed, false /* animate */); in applyToView()
198 expandableView.setDimmed(this.dimmed, animationFilter.animateDimmed); in animateTo()
DAmbientState.java183 public void setDimmed(boolean dimmed) { in setDimmed() method in AmbientState
DNotificationStackScrollLayout.java4743 public void setDimmed(boolean dimmed, boolean animate) {
4745 mAmbientState.setDimmed(dimmed);
5509 setDimmed(onKeyguard, state.fromShadeLocked() /* animate */);
6686 setDimmed(true /* dimmed */, true /* animated */);
6693 setDimmed(!above /* dimmed */, true /* animate */);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java259 mStackScroller.setDimmed(true /* dimmed */, false /* animate */); in testNotDimmedOnKeyguard()
260 mStackScroller.setDimmed(true /* dimmed */, true /* animate */); in testNotDimmedOnKeyguard()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java261 public void setDimmed(boolean dimmed, boolean fade) { in setDimmed() method in ExpandableView
DActivatableNotificationView.java351 public void setDimmed(boolean dimmed, boolean fade) { in setDimmed() method in ActivatableNotificationView