Home
last modified time | relevance | path

Searched refs:onExpansionStarted (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java742 public void onExpansionStarted(StackScrollState currentState) {
DNotificationStackScrollLayout.java2036 public void onExpansionStarted() { in onExpansionStarted() method in NotificationStackScrollLayout
2038 mStackScrollAlgorithm.onExpansionStarted(mCurrentStackScrollState); in onExpansionStarted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1547 mNotificationStackScroller.onExpansionStarted(); in onExpandingStarted()