Ejemplo n.º 1
0
 public void unregisterForActionSupport(Handler h) {
   mActionBarController.unregisterForActionSupport(h);
 }
Ejemplo n.º 2
0
 public void registerForActionReset(Handler h) {
   mActionBarController.registerForActionReset(h);
 }
Ejemplo n.º 3
0
 public void unregisterForActionSettings(Handler h) {
   mActionBarController.unregisterForActionSettings(h);
 }
Ejemplo n.º 4
0
 public void unregisterForActionCardImageDL(Handler h) {
   mActionBarController.unregisterForActionCardImageDL(h);
 }
Ejemplo n.º 5
0
 public void unregisterForActionFilter(Handler h) {
   mActionBarController.unregisterForActionFilter(h);
 }
Ejemplo n.º 6
0
 public void unregisterForActionSearch(Handler h) {
   mActionBarController.unregisterForActionSearch(h);
 }
Ejemplo n.º 7
0
 public void unregisterForActionPlay(Handler h) {
   mActionBarController.unregisterForActionPlay(h);
 }
Ejemplo n.º 8
0
 public void registerForActionNew(Handler h) {
   mActionBarController.registerForActionNew(h);
 }
Ejemplo n.º 9
0
 public boolean handleActionBarEvent(MenuItem item) {
   return mActionBarController.handleAction(item);
 }