HomeSort by relevance Sort by last modified time
    Searched defs:toolbar (Results 1 - 25 of 40) sorted by null

1 2

  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ToolbarActionMode.java 24 import android.support.v7.widget.Toolbar;
31 * This demonstrates idiomatic usage of an action mode with a Toolbar.
40 Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar); local
41 setSupportActionBar(toolbar);
ToolbarUsage.java 25 import android.support.v7.widget.Toolbar;
32 * This demonstrates idiomatic usage of the Toolbar as the action bar.
41 // Retrieve the Toolbar from our content view, and set it as the action bar
42 Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar); local
43 setSupportActionBar(toolbar);
ToolbarDisplayOptions.java 24 import android.support.v7.widget.Toolbar;
32 * when used on a Toolbar-provided Action Bar
45 Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar); local
46 setSupportActionBar(toolbar);
ToolbarFragmentPagerMenu.java 29 import android.support.v7.widget.Toolbar;
53 Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar); local
54 setSupportActionBar(toolbar);
  /development/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
FloatingActionButtonUsage.java 23 import android.support.v7.widget.Toolbar;
35 // Retrieve the Toolbar from our content view, and set it as the action bar
36 Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar); local
37 setSupportActionBar(toolbar);
NavigationViewUsage.java 26 import android.support.v7.widget.Toolbar;
55 // Retrieve the Toolbar from our content view, and set it as the action bar
56 Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar); local
57 setSupportActionBar(toolbar);
60 toolbar.setNavigationIcon(R.drawable.ic_action_navigation_menu);
61 toolbar.setNavigationOnClickListener(new View.OnClickListener() {
AppBarLayoutUsageBase.java 31 import android.support.v7.widget.Toolbar;
45 // Retrieve the Toolbar from our content view, and set it as the action bar
46 Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar); local
47 setSupportActionBar(toolbar);
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);
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
WorkSpaceView.java 50 protected JToolBar toolbar; field in class:WorkSpaceView
68 this.toolbar = new JToolBar();
69 this.toolbar.setBorder(BorderFactory.createEmptyBorder());
70 this.toolbar.setFloatable(false);
71 this.toolbar.setBorder(BorderFactory.createEmptyBorder());
94 this.getContentPane().add(this.toolbar, BorderLayout.NORTH);
WorkSpaceController.java 201 view.toolbar.add(new JButton(new CreateAction()));
202 view.toolbar.add(new JButton(new OpenAction()));
203 view.toolbar.add(new JButton(new SaveAction()));
204 view.toolbar.add(new JButton(new RunAction()));
TestCaseEditController.java 50 private JToolBar toolbar; field in class:TestCaseEditController
191 /* TOOLBAR */
192 toolbar = new JToolBar("Edit TestCases", JToolBar.VERTICAL);
193 toolbar.setFloatable(false);
194 toolbar.add(new AddTestCaseAction());
195 toolbar.add(new RemoveTestCaseAction());
201 view.add(toolbar, BorderLayout.WEST);
  /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...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailActivity.java 32 import android.support.v7.widget.Toolbar;
178 final Toolbar toolbar = (Toolbar) findViewById(R.id.mail_toolbar); local
179 if (toolbar instanceof CustomViewToolbar) {
181 mCustomViewToolbar = (CustomViewToolbar) toolbar;
186 setSupportActionBar(toolbar);
187 toolbar.setNavigationOnClickListener(mController.getNavigationViewClickListener());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java 61 import org.eclipse.swt.widgets.ToolBar;
221 ToolBar toolbar = manager.createControl(section); local
222 section.setTextClient(toolbar);
774 // Pass. Not used, toolbar actions are defined by createSectionActions().
    [all...]
  /packages/apps/FMRadio/src/com/android/fmradio/
FmMainActivity.java 52 import android.widget.Toolbar;
1147 final Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 51 import android.widget.Toolbar;
300 // Disable the ActionBar so that we can use a Toolbar. This needs to be called before
319 // Configure toolbar and toolbar tabs. If in landscape mode, we configure tabs differntly.
320 final Toolbar toolbar = getView(R.id.toolbar); local
321 setActionBar(toolbar);
327 R.layout.people_activity_tabs_lands, toolbar, /* attachToRoot = */ false);
373 portraitViewPagerTabs, landscapeViewPagerTabs, toolbar);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 88 import android.widget.Toolbar;
739 // Allow a shadow to be shown under the toolbar.
742 final Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar); local
743 setActionBar(toolbar);
747 toolbar.addView(getLayoutInflater().inflate(R.layout.quickcontact_title_placeholder, null));
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /prebuilts/devtools/tools/lib/
ddms.jar 
monkeyrunner.jar 
org-eclipse-jface-3.6.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 665 milliseconds

1 2