Searched defs:mDecorToolbar (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java43 private DecorToolbar mDecorToolbar; field in class:ToolbarActionBar
68 mDecorToolbar = new ToolbarWidgetWrapper(toolbar, false);
70 mDecorToolbar.setWindowCallback(mWindowCallback);
72 mDecorToolbar.setWindowTitle(title);
89 mDecorToolbar.setCustomView(view);
94 final LayoutInflater inflater = LayoutInflater.from(mDecorToolbar.getContext());
95 setCustomView(inflater.inflate(resId, mDecorToolbar.getViewGroup(), false));
100 mDecorToolbar.setIcon(resId);
105 mDecorToolbar.setIcon(icon);
110 mDecorToolbar
[all...]
H A DWindowDecorActionBar.java82 private DecorToolbar mDecorToolbar; field in class:WindowDecorActionBar
196 mDecorToolbar = getDecorToolbar(decor.findViewById(com.android.internal.R.id.action_bar));
204 if (mDecorToolbar == null || mContextView == null || mContainerView == null) {
209 mContext = mDecorToolbar.getContext();
210 mContextDisplayMode = mDecorToolbar.isSplit() ?
214 final int current = mDecorToolbar.getDisplayOptions();
269 mDecorToolbar.setEmbeddedTabView(null);
273 mDecorToolbar.setEmbeddedTabView(mTabScrollView);
286 mDecorToolbar.setCollapsible(!mHasEmbeddedTabs && isInTabMode);
299 mDecorToolbar
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java63 private DecorToolbar mDecorToolbar; field in class:ActionBarOverlayLayout
412 if (mDecorToolbar.isSplit()) {
574 mDecorToolbar = getDecorToolbar(findViewById(com.android.internal.R.id.action_bar));
663 mDecorToolbar.setWindowCallback(cb);
669 mDecorToolbar.setWindowTitle(title);
675 return mDecorToolbar.getTitle();
683 mDecorToolbar.initProgress();
686 mDecorToolbar.initIndeterminateProgress();
705 if (mActionBarBottom != null && mDecorToolbar.canSplit()) {
706 mDecorToolbar
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DToolbarActionBar.java52 private DecorToolbar mDecorToolbar; field in class:ToolbarActionBar
78 mDecorToolbar = new ToolbarWidgetWrapper(toolbar, false);
80 mDecorToolbar.setWindowCallback(mWindowCallback);
82 mDecorToolbar.setWindowTitle(title);
99 mDecorToolbar.setCustomView(view);
104 final LayoutInflater inflater = LayoutInflater.from(mDecorToolbar.getContext());
105 setCustomView(inflater.inflate(resId, mDecorToolbar.getViewGroup(), false));
110 mDecorToolbar.setIcon(resId);
115 mDecorToolbar.setIcon(icon);
120 mDecorToolbar
[all...]
H A DWindowDecorActionBar.java94 private DecorToolbar mDecorToolbar; field in class:WindowDecorActionBar
200 mDecorToolbar = getDecorToolbar(decor.findViewById(R.id.action_bar));
206 if (mDecorToolbar == null || mContextView == null || mContainerView == null) {
211 mContext = mDecorToolbar.getContext();
214 final int current = mDecorToolbar.getDisplayOptions();
266 mDecorToolbar.setEmbeddedTabView(null);
270 mDecorToolbar.setEmbeddedTabView(mTabScrollView);
283 mDecorToolbar.setCollapsible(!mHasEmbeddedTabs && isInTabMode);
296 mDecorToolbar.setEmbeddedTabView(tabScroller);
360 mDecorToolbar
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarOverlayLayout.java65 private DecorToolbar mDecorToolbar; field in class:ActionBarOverlayLayout
532 mDecorToolbar = getDecorToolbar(findViewById(R.id.action_bar));
609 mDecorToolbar.setWindowCallback(cb);
615 mDecorToolbar.setWindowTitle(title);
621 return mDecorToolbar.getTitle();
629 mDecorToolbar.initProgress();
632 mDecorToolbar.initIndeterminateProgress();
648 return mDecorToolbar.hasIcon();
654 return mDecorToolbar.hasLogo();
660 mDecorToolbar
[all...]

Completed in 300 milliseconds