Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DInternalSelectionView.java140 int rowHeight = getRowHeight(); in onDraw() local
151 mTempRect.set(rectLeft, rectTop, rectRight, rectTop + rowHeight); in onDraw()
165 rectRight - 2, rectTop + rowHeight - 2); in onDraw()
175 rectTop += rowHeight; in onDraw()
184 final int rowHeight = getRowHeight(); in getRectForRow() local
185 final int top = getPaddingTop() + row * rowHeight; in getRectForRow()
189 top + rowHeight); in getRectForRow() local
/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dtransition_timeline_component.ts213 const rowHeight = totalRowHeight - padding; constant
219 rowHeight,