Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQS.java171 void onQsPanelScrollChanged(int scrollY); in onQsPanelScrollChanged() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragment.java239 mScrollListener.onQsPanelScrollChanged(scrollY); in onViewCreated()