Home | History | Annotate | Download | only in volume

Lines Matching defs:mPanel

59     private VolumePanel mPanel;
80 if (mPanel != null) {
81 mPanel.onConfigurationChanged(newConfig);
88 if (mPanel != null) {
89 mPanel.dump(fd, pw, args);
107 mPanel = new VolumePanel(mContext, new ZenModeControllerImpl(mContext, mHandler));
108 mPanel.setCallback(new VolumePanel.Callback() {
145 mPanel.postDismiss(mDismissDelay);
154 mPanel.postDisplaySafeVolumeWarning(flags);
160 mPanel.postVolumeChanged(streamType, flags);
165 mPanel.postMasterVolumeChanged(flags);
170 mPanel.postMasterMuteChanged(flags);
176 mPanel.postLayoutDirection(layoutDirection);
186 return mPanel.getZenController();
191 mPanel.dispatchDemoCommand(command, args);
196 mPanel.postDismiss(0);
206 mPanel.postRemoteVolumeChanged(controller, flags);
211 mPanel.postRemoteSliderVisibility(session != null);