Searched refs:mContextView (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
H A DStandaloneActionMode.java35 private ActionBarContextView mContextView; field in class:StandaloneActionMode
46 mContextView = view;
57 mContextView.setTitle(title);
62 mContextView.setSubtitle(subtitle);
78 mContextView.setTitleOptional(titleOptional);
83 return mContextView.isTitleOptional();
88 mContextView.setCustomView(view);
104 mContextView.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED);
115 return mContextView.getTitle();
120 return mContextView
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
H A DStandaloneActionMode.java38 private ActionBarContextView mContextView; field in class:StandaloneActionMode
49 mContextView = view;
60 mContextView.setTitle(title);
65 mContextView.setSubtitle(subtitle);
81 mContextView.setTitleOptional(titleOptional);
86 return mContextView.isTitleOptional();
91 mContextView.setCustomView(view);
107 mContextView.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED);
118 return mContextView.getTitle();
123 return mContextView
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarContainer.java41 private View mContextView; field in class:ActionBarContainer
84 mContextView = findViewById(R.id.action_context_bar);
266 } else if (!isCollapsed(mContextView)) {
267 topMarginForTabs = getMeasuredHeightWithMargins(mContextView);
305 } else if (mContextView != null &&
306 mContextView.getVisibility() == View.VISIBLE) {
307 mBackground.setBounds(mContextView.getLeft(), mContextView.getTop(),
308 mContextView.getRight(), mContextView
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java83 private ActionBarContextView mContextView; field in class:WindowDecorActionBar
197 mContextView = (ActionBarContextView) decor.findViewById(
204 if (mDecorToolbar == null || mContextView == null || mContainerView == null) {
503 mContextView.killMode();
504 ActionModeImpl mode = new ActionModeImpl(mContextView.getContext(), callback);
507 mContextView.initForMode(mode);
518 mContextView.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED);
876 fadeIn = mContextView.setupAnimatorToVisibility(View.VISIBLE,
881 fadeOut = mContextView.setupAnimatorToVisibility(View.GONE,
1005 mContextView
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DWindowDecorActionBar.java95 private ActionBarContextView mContextView; field in class:WindowDecorActionBar
201 mContextView = (ActionBarContextView) decor.findViewById(
206 if (mDecorToolbar == null || mContextView == null || mContainerView == null) {
498 mContextView.killMode();
499 ActionModeImpl mode = new ActionModeImpl(mContextView.getContext(), callback);
502 mContextView.initForMode(mode);
504 mContextView.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED);
851 fadeIn = mContextView.setupAnimatorToVisibility(View.VISIBLE,
856 fadeOut = mContextView.setupAnimatorToVisibility(View.GONE,
978 mContextView
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java122 private ActionBarContextView mContextView; field in class:ActionBarView
842 mContextView = view;
1080 if (mContextView != null) {
1081 mContextView.setContentHeight(getMeasuredHeight());

Completed in 148 milliseconds