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

/packages/apps/Calendar/src/com/android/calendar/event/
H A DAttendeesView.java80 // Yes <-- divider
82 // No <-- divider
155 // Add the number of attendees in the specific status (corresponding to the divider) in
157 private void updateDividerViewLabel(View divider, CharSequence label, int count) { argument
159 ((TextView)divider).setText(label);
162 ((TextView)divider).setText(label + " (" + count + ")");
246 if (view instanceof TextView) { // divider
266 if (view instanceof TextView) { // divider
405 if (view instanceof TextView) { // divider
473 if (view instanceof TextView) { // divider
[all...]
/packages/apps/Settings/src/com/android/settings/widget/
H A DMatchParentShrinkingLinearLayout.java70 * Show a divider at the beginning of the group.
78 * Show a divider at the end of the group.
249 * @return the divider Drawable that will divide each item.
260 * Set a drawable to be used as a divider between items.
262 * @param divider Drawable that will divide each item.
268 public void setDividerDrawable(Drawable divider) { argument
269 if (divider == mDivider) {
272 mDivider = divider;
273 if (divider != null) {
274 mDividerWidth = divider
[all...]

Completed in 102 milliseconds