Home
last modified time | relevance | path

Searched defs:rowHeight (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/hdr/
DColorGrid.kt58 val rowHeight = minOf((height - 20.dp()) / 4f, colWidth) in onDraw() constant
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintOptionsLayout.java70 int rowHeight = 0; in onMeasure() local
136 int rowHeight = 0; in onLayout() local
/frameworks/base/core/tests/coretests/src/android/util/
DInternalSelectionView.java151 int rowHeight = getRowHeight(i); in onDraw() local
194 final int rowHeight = getRowHeight(row); in getRectForRow() local
/frameworks/base/core/java/android/widget/
DSimpleMonthView.java534 final int rowHeight = mDayHeight; in findClosestRow() local
646 final int rowHeight = mDayOfWeekHeight; in drawDaysOfWeek() local
673 final int rowHeight = mDayHeight; in drawDays() local
1009 final int rowHeight = mDayHeight; in getBoundsForDay() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackSizeCalculatorTest.kt62 private val rowHeight = px(R.dimen.notification_max_height) in <lambda>() constant