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