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.java152 expandableView.setDimmed(this.dimmed, false /* animate */); in applyToView()
203 expandableView.setDimmed(this.dimmed, animationFilter.animateDimmed); in animateTo()
DAmbientState.java179 public void setDimmed(boolean dimmed) { in setDimmed() method in AmbientState
DNotificationStackScrollLayout.java4526 public void setDimmed(boolean dimmed, boolean animate) {
4528 mAmbientState.setDimmed(dimmed);
5330 setDimmed(onKeyguard, state.fromShadeLocked() /* animate */);
6379 setDimmed(true /* dimmed */, true /* animated */);
6386 setDimmed(!above /* dimmed */, true /* animate */);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java207 mStackScroller.setDimmed(true /* dimmed */, false /* animate */); in testNotDimmedOnKeyguard()
208 mStackScroller.setDimmed(true /* dimmed */, true /* animate */); in testNotDimmedOnKeyguard()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java212 public void setDimmed(boolean dimmed, boolean fade) { in setDimmed() method in ExpandableView
DActivatableNotificationView.java425 public void setDimmed(boolean dimmed, boolean fade) { in setDimmed() method in ActivatableNotificationView