Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizer.java82 private NotificationsQuickSettingsContainer mNotifQsContainer; field in QSCustomizer
166 mNotifQsContainer = notificationsQsContainer; in setContainer()
188 mNotifQsContainer.setCustomizerAnimating(true); in show()
189 mNotifQsContainer.setCustomizerShowing(true); in show()
204 mNotifQsContainer.setCustomizerAnimating(false); in showImmediately()
205 mNotifQsContainer.setCustomizerShowing(true); in showImmediately()
228 mNotifQsContainer.setCustomizerAnimating(animate); in hide()
229 mNotifQsContainer.setCustomizerShowing(false); in hide()
331 mNotifQsContainer.setCustomizerAnimating(false);
337 mNotifQsContainer.setCustomizerAnimating(false);
[all …]