Home | History | Annotate | Download | only in activities

Lines Matching refs:mToolbar

90     private final Toolbar mToolbar;
112 mToolbar = toolbar;
113 mMaxToolbarContentInsetStart = mToolbar.getContentInsetStart();
129 final LayoutInflater inflater = (LayoutInflater) mToolbar.getContext().getSystemService(
131 mSearchContainer = inflater.inflate(R.layout.search_bar_expanded, mToolbar,
134 mToolbar.addView(mSearchContainer);
303 mToolbar.setContentInsetsRelative(0, mToolbar.getContentInsetEnd());
306 mToolbar.setContentInsetsRelative(mMaxToolbarContentInsetStart,
307 mToolbar.getContentInsetEnd());
321 mToolbar.removeView(mLandscapeTabs);
337 mToolbar.removeView(mSearchContainer);
344 mToolbar.removeView(mLandscapeTabs);
350 mToolbar.removeView(mSearchContainer);
359 mToolbar.removeView(mLandscapeTabs);
360 mToolbar.addView(mLandscapeTabs);
365 mToolbar.removeView(mSearchContainer);
366 mToolbar.addView(mSearchContainer);