Searched refs:dividerHeight (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/ |
D | DividerItemDecoration.java | 79 private int dividerHeight; field in DividerItemDecoration 89 final int dividerHeight = in DividerItemDecoration() local 98 setDividerHeight(dividerHeight); in DividerItemDecoration() 109 final int dividerHeight = this.dividerHeight != 0 ? this.dividerHeight : dividerIntrinsicHeight; in onDraw() local 114 divider.setBounds(0, top, width, top + dividerHeight); in onDraw() 124 outRect.bottom = dividerHeight != 0 ? dividerHeight : dividerIntrinsicHeight; in getItemOffsets() 200 public void setDividerHeight(int dividerHeight) { in setDividerHeight() argument 201 this.dividerHeight = dividerHeight; in setDividerHeight() 206 return dividerHeight; in getDividerHeight()
|
/frameworks/base/core/java/android/widget/ |
D | ListView.java | 266 final int dividerHeight = a.getDimensionPixelSize( in ListView() local 268 if (dividerHeight != 0) { in ListView() 269 setDividerHeight(dividerHeight); in ListView() 906 final int dividerHeight = mDividerHeight; in fillAboveAndBelow() local 908 fillUp(position - 1, sel.getTop() - dividerHeight); in fillAboveAndBelow() 910 fillDown(position + 1, sel.getBottom() + dividerHeight); in fillAboveAndBelow() 912 fillDown(position + 1, sel.getBottom() + dividerHeight); in fillAboveAndBelow() 914 fillUp(position - 1, sel.getTop() - dividerHeight); in fillAboveAndBelow() 1090 final int dividerHeight = mDividerHeight; in moveSelection() local 1093 sel = makeAndAddView(selectedPosition, oldSel.getBottom() + dividerHeight, true, in moveSelection() [all …]
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | AlertDialogLayout.java | 309 final int dividerHeight = dividerDrawable == null ? in onLayout() local 347 childTop += dividerHeight; in onLayout()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |