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.java78 private NotificationsQuickSettingsContainer mNotifQsContainer; field in QSCustomizer
156 mNotifQsContainer = notificationsQsContainer; in setContainer()
178 mNotifQsContainer.setCustomizerAnimating(true); in show()
179 mNotifQsContainer.setCustomizerShowing(true); in show()
194 mNotifQsContainer.setCustomizerAnimating(false); in showImmediately()
195 mNotifQsContainer.setCustomizerShowing(true); in showImmediately()
213 mNotifQsContainer.setCustomizerAnimating(true); in hide()
214 mNotifQsContainer.setCustomizerShowing(false); in hide()
313 mNotifQsContainer.setCustomizerAnimating(false);
319 mNotifQsContainer.setCustomizerAnimating(false);
[all …]