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.java182 public void setDimmed(boolean dimmed) { in setDimmed() method in AmbientState
DNotificationStackScrollLayout.java4571 public void setDimmed(boolean dimmed, boolean animate) {
4573 mAmbientState.setDimmed(dimmed);
5320 setDimmed(onKeyguard, state.fromShadeLocked() /* animate */);
6392 setDimmed(true /* dimmed */, true /* animated */);
6399 setDimmed(!above /* dimmed */, true /* animate */);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java209 mStackScroller.setDimmed(true /* dimmed */, false /* animate */); in testNotDimmedOnKeyguard()
210 mStackScroller.setDimmed(true /* dimmed */, true /* animate */); in testNotDimmedOnKeyguard()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java211 public void setDimmed(boolean dimmed, boolean fade) { in setDimmed() method in ExpandableView
DActivatableNotificationView.java418 public void setDimmed(boolean dimmed, boolean fade) { in setDimmed() method in ActivatableNotificationView