/developers/samples/android/media/MidiSynth/Application/src/main/res/layout/ |
main.xml | 22 <Toolbar 23 android:id="@+id/toolbar" 39 </Toolbar>
|
/packages/apps/Contacts/res/layout/ |
people_activity_toolbar.xml | 30 <Toolbar 33 android:id="@+id/toolbar" 46 android:layout_below="@id/toolbar"
|
quickcontact_header.xml | 44 <!-- Need to set a non null background on Toolbar in order for MenuItem ripples to be drawn on 47 <Toolbar 52 android:id="@+id/toolbar"/>
|
/packages/apps/Contacts/res/layout-land/ |
people_activity_toolbar.xml | 17 <!-- Need to set a non null background on Toolbar in order for MenuItem ripples to be drawn on 34 <Toolbar 37 android:id="@+id/toolbar"
|
/development/samples/Support7Demos/src/com/example/android/supportv7/app/ |
AppCompatPreferenceActivity.java | 26 import android.support.v7.widget.Toolbar; 59 public void setSupportActionBar(@Nullable Toolbar toolbar) { 60 getDelegate().setSupportActionBar(toolbar);
|
/packages/apps/ExactCalculator/res/layout/ |
display.xml | 26 <Toolbar 27 android:id="@+id/toolbar" 39 </Toolbar> 46 android:layout_below="@id/toolbar"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutActionBar.java | 58 import org.eclipse.swt.widgets.ToolBar; 69 * Toolbar shown at the top of the layout editor, which adds a number of context-sensitive 74 private ToolBar mLayoutToolBar; 75 private ToolBar mLintToolBar; 76 private ToolBar mZoomToolBar; 99 mLayoutToolBar = new ToolBar(this, /*SWT.WRAP |*/ SWT.FLAT | SWT.RIGHT | SWT.HORIZONTAL); 185 /** Update the toolbar widgets */ 201 * Attempts to update the existing toolbar actions, if the action list is 223 // One action can result in multiple toolbar items (e.g. a choice action 312 /** Add a separator to the toolbar, unless there already is one there at the end already * [all...] |
/frameworks/base/core/java/android/widget/ |
Toolbar.java | 58 * A standard toolbar for use within application content. 60 * <p>A Toolbar is a generalization of {@link android.app.ActionBar action bars} for use 63 * a Toolbar may be placed at any arbitrary level of nesting within a view hierarchy. 64 * An application may choose to designate a Toolbar as the action bar for an Activity 65 * using the {@link android.app.Activity#setActionBar(Toolbar) setActionBar()} method.</p> 67 * <p>Toolbar supports a more focused feature set than ActionBar. From start to end, a toolbar 73 * to access other navigational destinations within the container of the Toolbar and 74 * its signified content or otherwise leave the current context signified by the Toolbar. 75 * The navigation button is vertically aligned within the Toolbar' [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
ToolbarWidgetWrapper.java | 33 import android.support.v7.widget.Toolbar; 48 * Internal class used to interact with the Toolbar widget without 51 * <p>ToolbarWidgetWrapper manages the differences between Toolbar and ActionBarView 66 private Toolbar mToolbar; 92 public ToolbarWidgetWrapper(Toolbar toolbar, boolean style) { 93 this(toolbar, style, R.string.abc_action_bar_up_description, 97 public ToolbarWidgetWrapper(Toolbar toolbar, boolean style, 99 mToolbar = toolbar; [all...] |
/development/samples/Support7Demos/res/layout/ |
toolbar_action_mode.xml | 21 <android.support.v7.widget.Toolbar 22 android:id="@+id/toolbar"
|
toolbar_fragment_pager.xml | 22 <android.support.v7.widget.Toolbar 23 android:id="@+id/toolbar"
|
toolbar_usage.xml | 24 <android.support.v7.widget.Toolbar 25 android:id="@+id/toolbar"
|
/frameworks/base/docs/html/tools/help/ |
avd-manager.jd | 12 the AVD Manager icon in the toolbar.</li> 15 the AVD Manager icon in the toolbar.</li>
|
/frameworks/support/v7/appcompat/tests/res/layout/ |
toolbar_decor_content.xml | 22 <android.support.v7.widget.Toolbar 23 android:id="@+id/toolbar"
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
Toolbar.java | 75 * A standard toolbar for use within application content. 77 * <p>A Toolbar is a generalization of {@link ActionBar action bars} for use 80 * a Toolbar may be placed at any arbitrary level of nesting within a view hierarchy. 81 * An application may choose to designate a Toolbar as the action bar for an Activity 82 * using the {@link android.support.v7.app.AppCompatActivity#setSupportActionBar(Toolbar) 85 * <p>Toolbar supports a more focused feature set than ActionBar. From start to end, a toolbar 91 * to access other navigational destinations within the container of the Toolbar and 92 * its signified content or otherwise leave the current context signified by the Toolbar. 93 * The navigation button is vertically aligned within the Toolbar's minimum height [all...] |
/external/skia/experimental/iOSSampleApp/Shared/ |
SkUIDetailViewController.mm | 40 UIToolbar* toolbar = [[UIToolbar alloc] 42 [toolbar setBarStyle: UIBarStyleBlackOpaque]; 66 [toolbar setItems:[NSArray arrayWithObjects:flexibleSpace, fOptionsButton, fixedSpace, fPrintButton, nil] 70 initWithCustomView:toolbar]; 73 [toolbar release];
|
/frameworks/base/core/java/com/android/internal/widget/ |
ToolbarWidgetWrapper.java | 41 import android.widget.Toolbar; 48 * Internal class used to interact with the Toolbar widget without 51 * <p>ToolbarWidgetWrapper manages the differences between Toolbar and ActionBarView 66 private Toolbar mToolbar; 90 public ToolbarWidgetWrapper(Toolbar toolbar, boolean style) { 91 this(toolbar, style, R.string.action_bar_up_description); 94 public ToolbarWidgetWrapper(Toolbar toolbar, boolean style, 96 mToolbar = toolbar; [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/ |
ToolbarActionBar.java | 34 import android.support.v7.widget.Toolbar; 69 private final Toolbar.OnMenuItemClickListener mMenuClicker = 70 new Toolbar.OnMenuItemClickListener() { 77 public ToolbarActionBar(Toolbar toolbar, CharSequence title, Window.Callback callback) { 78 mDecorToolbar = new ToolbarWidgetWrapper(toolbar, false); 81 toolbar.setOnMenuItemClickListener(mMenuClicker); 140 // If the nav button on a Toolbar is present, it's enabled. No-op. 327 "Tabs are not supported in toolbar action bars"); 333 "Tabs are not supported in toolbar action bars") [all...] |
/development/samples/SupportDesignDemos/src/com/example/android/support/design/widget/ |
TabLayoutUsage.java | 29 import android.support.v7.widget.Toolbar; 54 // Retrieve the Toolbar from our content view, and set it as the action bar 55 Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar); local 56 setSupportActionBar(toolbar);
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
ActionBarDrawerToggle.java | 30 import android.support.v7.widget.Toolbar; 123 // used in toolbar mode when DrawerToggle is disabled 155 * Construct a new ActionBarDrawerToggle with a Toolbar. 158 * the Toolbar's navigation icon will be set to a custom drawable. Using this constructor 159 * will set Toolbar's navigation click listener to toggle the drawer when it is clicked. 168 * setting the Toolbar as the ActionBar of your activity. 171 * @param toolbar The toolbar to use if you have an independent Toolbar. 179 Toolbar toolbar, @StringRes int openDrawerContentDescRes [all...] |
/external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/drive/ |
comments_side_panel.html | 22 toolbar { 41 <toolbar id='toolbar'></toolbar>
|
/development/samples/SupportDesignDemos/res/layout/ |
design_appbar_toolbar_collapse_pin.xml | 37 <android.support.v7.widget.Toolbar 38 android:id="@+id/toolbar"
|
design_appbar_toolbar_collapse_scroll.xml | 36 <android.support.v7.widget.Toolbar 37 android:id="@+id/toolbar"
|
design_appbar_toolbar_scroll_tabs_pinned.xml | 31 <android.support.v7.widget.Toolbar 32 android:id="@+id/toolbar"
|
design_appbar_toolbar_scroll_tabs_pinned_with_swiperefres.xml | 31 <android.support.v7.widget.Toolbar 32 android:id="@+id/toolbar"
|