Searched refs:dividerHeight (Results 1 – 8 of 8) 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 | 262 final int dividerHeight = a.getDimensionPixelSize( in ListView() local 264 if (dividerHeight != 0) { in ListView() 265 setDividerHeight(dividerHeight); in ListView() 902 final int dividerHeight = mDividerHeight; in fillAboveAndBelow() local 904 fillUp(position - 1, sel.getTop() - dividerHeight); in fillAboveAndBelow() 906 fillDown(position + 1, sel.getBottom() + dividerHeight); in fillAboveAndBelow() 908 fillDown(position + 1, sel.getBottom() + dividerHeight); in fillAboveAndBelow() 910 fillUp(position - 1, sel.getTop() - dividerHeight); in fillAboveAndBelow() 1086 final int dividerHeight = mDividerHeight; in moveSelection() local 1089 sel = makeAndAddView(selectedPosition, oldSel.getBottom() + dividerHeight, true, in moveSelection() [all …]
|
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/ |
D | CarSetupWizardBaseLayout.java | 692 float dividerHeight = mPartnerConfigHelper.getDimension( in initDivider() local 695 if (dividerHeight >= 0) { in initDivider() 697 layoutParams.height = Math.round(dividerHeight); in initDivider() 700 if (dividerHeight > 0) { in initDivider()
|
/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/opt/setupwizard/tools/docs/ |
D | android-22.txt | 491 field public static final int dividerHeight = 16843050; // 0x101012a
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 525 field public static final int dividerHeight = 16843050; // 0x101012a
|
/frameworks/base/api/ |
D | current.txt | 525 field public static final int dividerHeight = 16843050; // 0x101012a
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 90147 Lcom/android/internal/R$attr;->dividerHeight:I
|