Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/fieldviews/
DListInputField.kt79 val rowLayout = LinearLayout(context) in addRow() constant
80 rowLayout.orientation = VERTICAL in addRow()
82 rowLayout.addView(row.startTime) in addRow()
98 rowLayout.addView(row.endTime) in addRow()
105 rowLayout.addView(row.startTime) in addRow()
109 rowLayout.addView(row.endTime) in addRow()
116 rowLayout.addView(row.endTime) in addRow()
123 rowLayout.removeView(row.startTime) in addRow()
135 rowLayout.addView(dataPointField) in addRow()
137 mLinearLayout.addView(rowLayout, 0) in addRow()