/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/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackSizeCalculatorTest.kt | 61 private val dividerHeight = px(R.dimen.notification_divider_height) in <lambda>() constant 114 val spaceForNotifications = rowHeight + dividerHeight in <lambda>() 115 val spaceForShelf = gapHeight + dividerHeight + shelfHeight in <lambda>() 149 val shelfHeight = shelfHeight + dividerHeight in <lambda>() 152 rowHeight + dividerHeight, in <lambda>() 153 gapHeight + rowHeight + dividerHeight, in <lambda>() 156 val spaceForShelf = gapHeight + dividerHeight + shelfHeight in <lambda>() 179 dividerHeight + gapHeight + rowHeight, in <lambda>() 183 val shelfSpace = dividerHeight + gapHeight + shelfHeight in <lambda>() 202 val spaceForShelf = dividerHeight + shelfHeight in <lambda>()
|
/frameworks/base/core/java/android/widget/ |
D | ListView.java | 260 final int dividerHeight = a.getDimensionPixelSize( in ListView() local 262 if (dividerHeight != 0) { in ListView() 263 setDividerHeight(dividerHeight); in ListView() 900 final int dividerHeight = mDividerHeight; in fillAboveAndBelow() local 902 fillUp(position - 1, sel.getTop() - dividerHeight); in fillAboveAndBelow() 904 fillDown(position + 1, sel.getBottom() + dividerHeight); in fillAboveAndBelow() 906 fillDown(position + 1, sel.getBottom() + dividerHeight); in fillAboveAndBelow() 908 fillUp(position - 1, sel.getTop() - dividerHeight); in fillAboveAndBelow() 1084 final int dividerHeight = mDividerHeight; in moveSelection() local 1087 sel = makeAndAddView(selectedPosition, oldSel.getBottom() + dividerHeight, true, in moveSelection() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackSizeCalculator.kt | 80 private var dividerHeight by notNull<Float>() in <lambda>() variable in com.android.systemui.statusbar.notification.stack.NotificationStackSizeCalculator 419 dividerHeight = in <lambda>() 500 return stack.calculateGapHeight(previous, current, currentIndex) + dividerHeight in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ |
D | UserSwitcherPopupMenu.kt | 63 dividerHeight = res.getDimensionPixelSize( in show()
|
/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()
|
D | NotificationOptimizedLinearLayout.java | 502 final int dividerHeight = getDividerHeight(); in layoutVerticalOptimized() local 537 childTop += dividerHeight; in layoutVerticalOptimized()
|
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/ |
D | CarSetupWizardBaseLayout.java | 912 float dividerHeight = mPartnerConfigHelper.getDimension( in initDivider() local 915 if (dividerHeight >= 0) { in initDivider() 917 layoutParams.height = Math.round(dividerHeight); in initDivider() 920 if (dividerHeight > 0) { in initDivider()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | ControlsPopupMenu.kt | 77 dividerHeight = listDividerHeight in show()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | AlertDialogLayout.java | 310 final int dividerHeight = dividerDrawable == null ? in onLayout() local
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 491 field public static final int dividerHeight = 16843050; // 0x101012a
|
/frameworks/base/core/api/ |
D | current.txt | 724 field public static final int dividerHeight = 16843050; // 0x101012a
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 75075 Lcom/android/internal/R$attr;->dividerHeight:I
|