Home | History | Annotate | Download | only in widget

Lines Matching refs:spacing

528      * Sets the spacing in pixels between two child items.
537 * Sets the vertical and horizontal spacing in pixels between two child items.
538 * @param spacing Vertical and horizontal spacing in pixels between two child items.
540 public void setItemSpacing(int spacing) {
541 mLayoutManager.setItemSpacing(spacing);
546 * Sets the spacing in pixels between two child items vertically.
555 * Returns the spacing in pixels between two child items vertically.
564 * Sets the spacing in pixels between two child items horizontally.
573 * Returns the spacing in pixels between two child items horizontally.
582 * Sets the vertical spacing in pixels between two child items.
583 * @param spacing Vertical spacing between two child items.
585 public void setVerticalSpacing(int spacing) {
586 mLayoutManager.setVerticalSpacing(spacing);
591 * Returns the vertical spacing in pixels between two child items.
592 * @return The vertical spacing in pixels between two child items.
599 * Sets the horizontal spacing in pixels between two child items.
600 * @param spacing Horizontal spacing in pixels between two child items.
602 public void setHorizontalSpacing(int spacing) {
603 mLayoutManager.setHorizontalSpacing(spacing);
608 * Returns the horizontal spacing in pixels between two child items.
609 * @return The Horizontal spacing in pixels between two child items.