Home
last modified time | relevance | path

Searched refs:noAmbient (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java693 public void updateSpeedBumpIndex(int newIndex, boolean noAmbient) { in updateSpeedBumpIndex() argument
695 mNoAmbient = noAmbient; in updateSpeedBumpIndex()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1524 boolean noAmbient = speedBumpIndex == N; in updateSpeedBumpIndex()
1525 mStackScroller.updateSpeedBumpIndex(speedBumpIndex, noAmbient); in updateSpeedBumpIndex()