Home | History | Annotate | Download | only in app

Lines Matching defs:mContextView

82     private ActionBarContextView mContextView;
192 mContextView = (ActionBarContextView) decor.findViewById(
199 if (mDecorToolbar == null || mContextView == null || mContainerView == null) {
498 mContextView.killMode();
502 mContextView.initForMode(mode);
513 mContextView.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED);
868 mContextView.animateToVisibility(toActionMode ? View.VISIBLE : View.GONE);
983 mContextView.closeMode();
1012 mContextView.setCustomView(view);
1018 mContextView.setSubtitle(subtitle);
1023 mContextView.setTitle(title);
1038 return mContextView.getTitle();
1043 return mContextView.getSubtitle();
1049 mContextView.setTitleOptional(titleOptional);
1054 return mContextView.isTitleOptional();
1094 mContextView.showOverflowMenu();