Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java809 mExpansionHeightListener.onQsSetExpansionHeightCalled(getFullyExpanded()); in setExpansionHeight()
2377 void onQsSetExpansionHeightCalled(boolean qsFullyExpanded); in onQsSetExpansionHeightCalled() method
DNotificationPanelViewController.java920 quickSettingsController.setExpansionHeightListener(this::onQsSetExpansionHeightCalled); in NotificationPanelViewController()
4353 void onQsSetExpansionHeightCalled(boolean qsFullyExpanded) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java881 mNotificationPanelViewController.onQsSetExpansionHeightCalled(false); in triggerPositionClockAndNotifications()