Searched defs:toolbar (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/settings/
H A DAppCompatPreferenceActivity.java55 public void setSupportActionBar(Toolbar toolbar) { argument
56 getDelegate().setSupportActionBar(toolbar);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DActionBarAdapter.java105 * Frame that contains the toolbar and draws the toolbar's background color. This is useful
106 * for placing things behind the toolbar.
123 View portraitTabs, View landscapeTabs, Toolbar toolbar) {
130 mToolbar = toolbar;
360 // The search container is placed inside the toolbar. So we need to disable the
373 // behind the toolbar and its left hand side needs to be clickable.
122 ActionBarAdapter(Activity activity, Listener listener, ActionBar actionBar, View portraitTabs, View landscapeTabs, Toolbar toolbar) argument

Completed in 122 milliseconds