HomeSort by relevance Sort by last modified time
    Searched defs:mContextView (Results 1 - 8 of 8) 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/android/support/v7/view/
StandaloneActionMode.java 37 private ActionBarContextView mContextView;
48 mContextView = view;
59 mContextView.setTitle(title);
64 mContextView.setSubtitle(subtitle);
80 mContextView.setTitleOptional(titleOptional);
85 return mContextView.isTitleOptional();
90 mContextView.setCustomView(view);
106 mContextView.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED);
117 return mContextView.getTitle();
122 return mContextView.getSubtitle()
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarContainer.java 40 private View mContextView;
83 mContextView = findViewById(R.id.action_context_bar);
267 } else if (!isCollapsed(mContextView)) {
268 topMarginForTabs = getMeasuredHeightWithMargins(mContextView);
306 } else if (mContextView != null &&
307 mContextView.getVisibility() == View.VISIBLE) {
308 mBackground.setBounds(mContextView.getLeft(), mContextView.getTop(),
309 mContextView.getRight(), mContextView.getBottom())
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
WindowDecorActionBar.java 85 private ActionBarContextView mContextView;
199 mContextView = (ActionBarContextView) decor.findViewById(
206 if (mDecorToolbar == null || mContextView == null || mContainerView == null) {
505 mContextView.killMode();
506 ActionModeImpl mode = new ActionModeImpl(mContextView.getContext(), callback);
512 mContextView.initForMode(mode);
523 mContextView.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED);
881 fadeIn = mContextView.setupAnimatorToVisibility(View.VISIBLE,
886 fadeOut = mContextView.setupAnimatorToVisibility(View.GONE,
895 mContextView.setVisibility(View.VISIBLE)
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
WindowDecorActionBar.java 94 private ActionBarContextView mContextView;
198 mContextView = (ActionBarContextView) decor.findViewById(
203 if (mDecorToolbar == null || mContextView == null || mContainerView == null) {
505 mContextView.killMode();
506 ActionModeImpl mode = new ActionModeImpl(mContextView.getContext(), callback);
512 mContextView.initForMode(mode);
514 mContextView.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED);
865 fadeIn = mContextView.setupAnimatorToVisibility(View.VISIBLE,
870 fadeOut = mContextView.setupAnimatorToVisibility(View.GONE,
879 mContextView.setVisibility(View.VISIBLE)
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java 124 private ActionBarContextView mContextView;
844 mContextView = view;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 

Completed in 546 milliseconds