Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DBiometricCustomizedViewBinder.kt141 var currRow = createNewRowLayout(inflater) in PromptVerticalListContentView() variable
149 if (showTwoColumn && currRow.childCount == 1) { in PromptVerticalListContentView()
150 currRow.addSpaceViewBetweenListItem() in PromptVerticalListContentView()
152 currRow.addView(itemView) in PromptVerticalListContentView()
156 if (!showTwoColumn || currRow.childCount == 3 || i == listItemsToShow.size - 1) { in PromptVerticalListContentView()
157 contentView.addView(currRow) in PromptVerticalListContentView()
158 currRow = createNewRowLayout(inflater) in PromptVerticalListContentView()