Searched refs:setDividerHeight (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/
H A DDividerItemDecoration.java100 setDividerHeight(dividerHeight);
209 public void setDividerHeight(int dividerHeight) { method in class:DividerItemDecoration
/frameworks/opt/setupwizard/library/full-support/test/instrumentation/src/com/android/setupwizardlib/test/
H A DDividerItemDecorationTest.java59 decoration.setDividerHeight(123);
69 decoration.setDividerHeight(1);
112 decoration.setDividerHeight(1);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DYearPickerView.java67 setDividerHeight(0);
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DPreferenceFragment.java300 setDividerHeight(dividerHeight);
314 * height, you should also call {@link #setDividerHeight(int)}.
330 public void setDividerHeight(int height) { method in class:PreferenceFragment
331 mDividerDecoration.setDividerHeight(height);
842 public void setDividerHeight(int dividerHeight) { method in class:PreferenceFragment.DividerDecoration
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceFragmentCompat.java289 setDividerHeight(dividerHeight);
303 * height, you should also call {@link #setDividerHeight(int)}.
319 public void setDividerHeight(int height) { method in class:PreferenceFragmentCompat
320 mDividerDecoration.setDividerHeight(height);
830 public void setDividerHeight(int dividerHeight) { method in class:PreferenceFragmentCompat.DividerDecoration
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java1443 overflowPanel.setDividerHeight(0);
/frameworks/base/core/java/android/widget/
H A DListView.java259 setDividerHeight(dividerHeight);
3629 * height, you should also call {@link #setDividerHeight(int)}.
3659 public void setDividerHeight(int height) { method in class:ListView

Completed in 3581 milliseconds