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

/frameworks/base/core/java/android/widget/
H A DLinearLayout.java68 * 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) { argument
258 if (divider == mDivider) {
261 mDivider = divider;
262 if (divider != null) {
263 mDividerWidth = divider
[all...]
H A DListView.java160 // If a divider is specified use its intrinsic height for divider height
1215 * returns the height with this ListView's padding and divider heights
1268 // Count the divider for all but one child
3243 // Draw top divider or header for overscroll
3328 // Give the method the child ABOVE the divider,
3331 // divider.
3371 * Draws a divider for the given child in the given bounds.
3374 * @param bounds The bounds of the divider.
3375 * @param childIndex The index of child (of the View) above the divider
3402 setDivider(Drawable divider) argument
[all...]

Completed in 62 milliseconds