HomeSort by relevance Sort by last modified time
    Searched refs:mContextView (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/com/android/internal/view/
StandaloneActionMode.java 35 private ActionBarContextView mContextView;
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.getSubtitle()
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/
StandaloneActionMode.java 41 private ActionBarContextView mContextView;
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.getSubtitle()
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
ActionBarContainer.java 44 private View mContextView;
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.getBottom())
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
WindowDecorActionBar.java 82 private ActionBarContextView mContextView;
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.setVisibility(View.VISIBLE)
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
WindowDecorActionBar.java 95 ActionBarContextView mContextView;
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.setVisibility(View.VISIBLE)
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java 124 private ActionBarContextView mContextView;
844 mContextView = view;
    [all...]

Completed in 404 milliseconds