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