Home | History | Annotate | Download | only in widget

Lines Matching refs:divider

68      * Show a divider at the beginning of the group.
76 * Show a divider at the end of the group.
238 * @return the divider Drawable that will divide each item.
249 * Set a drawable to be used as a divider between items.
251 * @param divider Drawable that will divide each item.
257 public void setDividerDrawable(Drawable divider) {
258 if (divider == mDivider) {
261 mDivider = divider;
262 if (divider != null) {
263 mDividerWidth = divider.getIntrinsicWidth();
264 mDividerHeight = divider.getIntrinsicHeight();
269 setWillNotDraw(divider == null);
298 * Get the width of the current divider drawable.
597 * @param childIndex Index of child to check for preceding divider
598 * @return true if there should be a divider before the child at childIndex