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

/frameworks/base/core/java/android/widget/
H A DToolbar.java62 * <p>A Toolbar is a generalization of {@link android.app.ActionBar action bars} for use
65 * a Toolbar may be placed at any arbitrary level of nesting within a view hierarchy.
66 * An application may choose to designate a Toolbar as the action bar for an Activity
67 * using the {@link android.app.Activity#setActionBar(Toolbar) setActionBar()} method.</p>
69 * <p>Toolbar supports a more focused feature set than ActionBar. From start to end, a toolbar
75 * to access other navigational destinations within the container of the Toolbar and
76 * its signified content or otherwise leave the current context signified by the Toolbar.
77 * The navigation button is vertically aligned within the Toolbar's
81 * <li><em>A title and subtitle.</em> The title should be a signpost for the Toolbar's current
86 * to the Toolbar
132 public class Toolbar extends ViewGroup { class in inherits:ViewGroup
214 public Toolbar(Context context) { method in class:Toolbar
218 public Toolbar(Context context, AttributeSet attrs) { method in class:Toolbar
222 public Toolbar(Context context, AttributeSet attrs, int defStyleAttr) { method in class:Toolbar
226 public Toolbar(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:Toolbar
[all...]
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DToolbar.java71 * <p>A Toolbar is a generalization of {@link ActionBar action bars} for use
74 * a Toolbar may be placed at any arbitrary level of nesting within a view hierarchy.
75 * An application may choose to designate a Toolbar as the action bar for an Activity
76 * using the {@link androidx.appcompat.app.AppCompatActivity#setSupportActionBar(Toolbar)
79 * <p>Toolbar supports a more focused feature set than ActionBar. From start to end, a toolbar
85 * to access other navigational destinations within the container of the Toolbar and
86 * its signified content or otherwise leave the current context signified by the Toolbar.
87 * The navigation button is vertically aligned within the Toolbar's minimum height,
91 * <li><em>A title and subtitle.</em> The title should be a signpost for the Toolbar's current
96 * to the Toolbar
142 public class Toolbar extends ViewGroup { class in inherits:ViewGroup
224 public Toolbar(Context context) { method in class:Toolbar
228 public Toolbar(Context context, @Nullable AttributeSet attrs) { method in class:Toolbar
232 public Toolbar(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { method in class:Toolbar
[all...]

Completed in 62 milliseconds