Home
last modified time | relevance | path

Searched refs:dividerHeight (Results 1 – 14 of 14) sorted by relevance

/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/
DDividerItemDecoration.java79 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/
DNotificationStackSizeCalculatorTest.kt61 private val dividerHeight = px(R.dimen.notification_divider_height) in <lambda>() constant in com.android.systemui.statusbar.notification.stack.NotificationStackSizeCalculatorTest
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/
DListView.java260 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/
DNotificationStackSizeCalculator.kt80 private var dividerHeight by notNull<Float>() in <lambda>() variable
419 dividerHeight = in <lambda>()
500 return stack.calculateGapHeight(previous, current, currentIndex) + dividerHeight in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/
DUserSwitcherPopupMenu.kt63 dividerHeight = res.getDimensionPixelSize( in show()
/frameworks/base/core/java/com/android/internal/widget/
DAlertDialogLayout.java309 final int dividerHeight = dividerDrawable == null ? in onLayout() local
347 childTop += dividerHeight; in onLayout()
DNotificationOptimizedLinearLayout.java502 final int dividerHeight = getDividerHeight(); in layoutVerticalOptimized() local
537 childTop += dividerHeight; in layoutVerticalOptimized()
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/
DCarSetupWizardBaseLayout.java912 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/
DControlsPopupMenu.kt77 dividerHeight = listDividerHeight in show()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DAlertDialogLayout.java310 final int dividerHeight = dividerDrawable == null ? in onLayout() local
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt491 field public static final int dividerHeight = 16843050; // 0x101012a
/frameworks/base/core/api/
Dcurrent.txt724 field public static final int dividerHeight = 16843050; // 0x101012a
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt75075 Lcom/android/internal/R$attr;->dividerHeight:I