HomeSort by relevance Sort by last modified time
    Searched defs:Toolbar (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/remoting/webapp/
toolbar.js 16 * @param {HTMLElement} toolbar The HTML element representing the tool-bar.
19 remoting.Toolbar = function(toolbar) {
24 this.toolbar_ = toolbar;
29 this.stub_ = /** @type {HTMLElement} */toolbar.querySelector('.toolbar-stub');
46 window.addEventListener('mousemove', remoting.Toolbar.onMouseMove, false);
60 registerEventListener('toolbar-disconnect', 'click', remoting.disconnect);
61 registerEventListener('toolbar-stub', 'click',
62 function() { remoting.toolbar.toggle(); })
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
BarProp.h 44 enum Type { Locationbar, Menubar, Personalbar, Scrollbars, Statusbar, Toolbar };
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_editor.js 49 this.mainToolbar_ = new ImageEditor.Toolbar(
50 DOMContainers.toolbar, displayStringFunction);
52 this.modeToolbar_ = new ImageEditor.Toolbar(
256 * Handle the toolbar controls update.
330 * @param {ImageEditor.Toolbar} toolbar The toolbar to populate.
332 ImageEditor.Mode.prototype.createTools = function(toolbar) {};
407 * Populate the toolbar.
893 * A toolbar for the ImageEditor
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_editor.js 49 this.mainToolbar_ = new ImageEditor.Toolbar(
50 DOMContainers.toolbar, displayStringFunction);
52 this.modeToolbar_ = new ImageEditor.Toolbar(
256 * Handle the toolbar controls update.
330 * @param {ImageEditor.Toolbar} toolbar The toolbar to populate.
332 ImageEditor.Mode.prototype.createTools = function(toolbar) {};
407 * Populate the toolbar.
893 * A toolbar for the ImageEditor
    [all...]
  /frameworks/base/core/java/android/widget/
Toolbar.java 53 * A standard toolbar for use within application content.
55 * <p>A Toolbar is a generalization of {@link android.app.ActionBar action bars} for use
58 * a Toolbar may be placed at any arbitrary level of nesting within a view hierarchy.
59 * An application may choose to designate a Toolbar as the action bar for an Activity
60 * using the {@link android.app.Activity#setActionBar(Toolbar) setActionBar()} method.</p>
62 * <p>Toolbar supports a more focused feature set than ActionBar. From start to end, a toolbar
68 * to access other navigational destinations within the container of the Toolbar and
69 * its signified content or otherwise leave the current context signified by the Toolbar.</li>
72 * <li><em>A title and subtitle.</em> The title should be a signpost for the Toolbar's curren
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java 65 * A standard toolbar for use within application content.
67 * <p>A Toolbar is a generalization of {@link ActionBar action bars} for use
70 * a Toolbar may be placed at any arbitrary level of nesting within a view hierarchy.
71 * An application may choose to designate a Toolbar as the action bar for an Activity
72 * using the {@link android.support.v7.app.ActionBarActivity#setSupportActionBar(Toolbar)
75 * <p>Toolbar supports a more focused feature set than ActionBar. From start to end, a toolbar
81 * to access other navigational destinations within the container of the Toolbar and
82 * its signified content or otherwise leave the current context signified by the Toolbar.</li>
85 * <li><em>A title and subtitle.</em> The title should be a signpost for the Toolbar's curren
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 251 milliseconds