Home
last modified time | relevance | path

Searched refs:rowHeight (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintOptionsLayout.java69 int rowHeight = 0; in onMeasure() local
106 rowHeight = Math.max(rowHeight, child.getMeasuredHeight() + childParams.topMargin in onMeasure()
111 height += rowHeight; in onMeasure()
134 int rowHeight = 0; in onLayout() local
160 rowHeight = Math.max(rowHeight, child.getMeasuredHeight() in onLayout()
165 cellTop += rowHeight; in onLayout()
/frameworks/base/core/tests/coretests/src/android/util/
DInternalSelectionView.java154 int rowHeight = getRowHeight(i); in onDraw() local
157 mTempRect.set(rectLeft, rectTop, rectRight, rectTop + rowHeight); in onDraw()
171 rectRight - 2, rectTop + rowHeight - 2); in onDraw()
181 rectTop += rowHeight; in onDraw()
197 final int rowHeight = getRowHeight(row); in getRectForRow() local
198 final int top = mPaddingTop + row * rowHeight; in getRectForRow()
202 top + rowHeight); in getRectForRow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DFreeformWorkspaceLayoutAlgorithm.java122 float rowHeight = rowScale * workspaceHeight; in update() local
125 float width = rowHeight * normalizedTaskWidths[i]; in update()
128 rowTop += rowHeight; in update()
131 RectF rect = new RectF(rowLeft, rowTop, rowLeft + width, rowTop + rowHeight); in update()
/frameworks/base/core/java/android/widget/
DSimpleMonthView.java524 final int rowHeight = mDayHeight; in findClosestRow() local
528 final int rowCenter = headerHeight + rowHeight / 2; in findClosestRow()
531 int row = Math.round(centerY / (float) rowHeight); in findClosestRow()
634 final int rowHeight = mDayOfWeekHeight; in drawDaysOfWeek() local
639 final int rowCenter = headerHeight + rowHeight / 2; in drawDaysOfWeek()
661 final int rowHeight = mDayHeight; in drawDays() local
666 int rowCenter = headerHeight + rowHeight / 2; in drawDays()
719 rowCenter += rowHeight; in drawDays()
997 final int rowHeight = mDayHeight; in getBoundsForDay() local
999 final int top = getPaddingTop() + headerHeight + row * rowHeight; in getBoundsForDay()
[all …]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DListRowPresenter.java340 public void setRowHeight(int rowHeight) { in setRowHeight() argument
341 mRowHeight = rowHeight; in setRowHeight()
359 public void setExpandedRowHeight(int rowHeight) { in setExpandedRowHeight() argument
360 mExpandedRowHeight = rowHeight; in setExpandedRowHeight()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1030 field public static final int rowHeight = 16843058; // 0x1010132
/frameworks/base/api/
Dcurrent.txt1045 field public static final int rowHeight = 16843058; // 0x1010132
Dtest-current.txt1045 field public static final int rowHeight = 16843058; // 0x1010132
Dsystem-current.txt1152 field public static final int rowHeight = 16843058; // 0x1010132