Home | History | Annotate | Download | only in statusbar

Lines Matching refs:mCallbacks

68     private Callbacks mCallbacks;
104 mCallbacks = callbacks;
248 mCallbacks.addIcon(mList.getSlot(index), index, viewIndex, icon);
251 mCallbacks.updateIcon(mList.getSlot(index), index, viewIndex,
259 mCallbacks.removeIcon(mList.getSlot(index), index, viewIndex);
267 mCallbacks.addNotification(ne.key, ne.notification);
272 mCallbacks.updateNotification(ne.key, ne.notification);
276 mCallbacks.removeNotification((IBinder)msg.obj);
280 mCallbacks.disable(msg.arg1);
283 mCallbacks.animateExpandNotificationsPanel();
286 mCallbacks.animateCollapsePanels(0);
289 mCallbacks.animateExpandSettingsPanel();
292 mCallbacks.setSystemUiVisibility(msg.arg1, msg.arg2);
295 mCallbacks.topAppWindowChanged(msg.arg1 != 0);
298 mCallbacks.setImeWindowStatus((IBinder)msg.obj, msg.arg1, msg.arg2);
301 mCallbacks.setHardKeyboardStatus(msg.arg1 != 0, msg.arg2 != 0);
304 mCallbacks.toggleRecentApps();
307 mCallbacks.preloadRecentApps();
310 mCallbacks.cancelPreloadRecentApps();
313 mCallbacks.setWindowState(msg.arg1, msg.arg2);