Home | History | Annotate | Download | only in widget

Lines Matching refs:START

68  * <p>Toolbar supports a more focused feature set than ActionBar. From start to end, a toolbar
168 private int mGravity = Gravity.START | Gravity.CENTER_VERTICAL;
364 * @param start the starting title margin in pixels
374 public void setTitleMargin(int start, int top, int end, int bottom) {
375 mTitleMarginStart = start;
910 * <p>The navigation button appears at the start of the toolbar if present. Setting an icon
928 * <p>The navigation button appears at the start of the toolbar if present. Setting an icon
970 * at the start of the toolbar. An icon must be set for the navigation button to appear.</p>
1204 * Gets the start content inset to use when a navigation button is present.
1210 * @return the start content inset used when a navigation icon has been set in pixels
1222 * Sets the start content inset to use when a navigation button is present.
1265 * Sets the start content inset to use when action buttons are present.
1292 * @return the current content inset start in pixels
1355 lp.gravity = Gravity.START | (mButtonGravity & Gravity.VERTICAL_GRAVITY_MASK);
1366 lp.gravity = Gravity.START | (mButtonGravity & Gravity.VERTICAL_GRAVITY_MASK);
2188 this.gravity = Gravity.CENTER_VERTICAL | Gravity.START;
2327 lp.gravity = Gravity.START | (mButtonGravity & Gravity.VERTICAL_GRAVITY_MASK);