Searched defs:mNotifQsContainer (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizer.java70 private NotificationsQuickSettingsContainer mNotifQsContainer; field in class:QSCustomizer
126 mNotifQsContainer = notificationsQsContainer;
141 mNotifQsContainer.setCustomizerAnimating(true);
142 mNotifQsContainer.setCustomizerShowing(true);
157 mNotifQsContainer.setCustomizerAnimating(true);
158 mNotifQsContainer.setCustomizerShowing(false);
220 mNotifQsContainer.setCustomizerAnimating(false);
225 mNotifQsContainer.setCustomizerAnimating(false);
235 mNotifQsContainer.setCustomizerAnimating(false);
244 mNotifQsContainer
[all...]

Completed in 905 milliseconds