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/main/java/androidx/appcompat/view/
H A DStandaloneActionMode.java41 private ActionBarContextView mContextView; field in class:StandaloneActionMode
52 mContextView = view;
63 mContextView.setTitle(title);
68 mContextView.setSubtitle(subtitle);
84 mContextView.setTitleOptional(titleOptional);
89 return mContextView.isTitleOptional();
94 mContextView.setCustomView(view);
110 mContextView.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED);
121 return mContextView.getTitle();
126 return mContextView
[all...]
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DActionBarContainer.java44 private View mContextView; field in class:ActionBarContainer
85 mContextView = findViewById(R.id.action_context_bar);
278 } else if (!isCollapsed(mContextView)) {
279 topMarginForTabs = getMeasuredHeightWithMargins(mContextView);
317 } else if (mContextView != null &&
318 mContextView.getVisibility() == View.VISIBLE) {
319 mBackground.setBounds(mContextView.getLeft(), mContextView.getTop(),
320 mContextView.getRight(), mContextView
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java82 private ActionBarContextView mContextView; field in class:WindowDecorActionBar
196 mContextView = (ActionBarContextView) decor.findViewById(
203 if (mDecorToolbar == null || mContextView == null || mContainerView == null) {
502 mContextView.killMode();
503 ActionModeImpl mode = new ActionModeImpl(mContextView.getContext(), callback);
509 mContextView.initForMode(mode);
520 mContextView.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED);
878 fadeIn = mContextView.setupAnimatorToVisibility(View.VISIBLE,
883 fadeOut = mContextView.setupAnimatorToVisibility(View.GONE,
892 mContextView
[all...]
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DWindowDecorActionBar.java95 ActionBarContextView mContextView; field in class:WindowDecorActionBar
200 mContextView = (ActionBarContextView) decor.findViewById(
205 if (mDecorToolbar == null || mContextView == null || mContainerView == null) {
528 mContextView.killMode();
529 ActionModeImpl mode = new ActionModeImpl(mContextView.getContext(), callback);
535 mContextView.initForMode(mode);
537 mContextView.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED);
890 fadeIn = mContextView.setupAnimatorToVisibility(View.VISIBLE,
895 fadeOut = mContextView.setupAnimatorToVisibility(View.GONE,
904 mContextView
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java124 private ActionBarContextView mContextView; field in class:ActionBarView
844 mContextView = view;
1082 if (mContextView != null) {
1083 mContextView.setContentHeight(getMeasuredHeight());

Completed in 3812 milliseconds