Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DBiometricCustomizedViewBinder.kt134 val showTwoColumn = in PromptVerticalListContentView() constant
138 if (showTwoColumn && listItemsToShow.size > 1 && listItemsToShow.size % 2 == 1) { in PromptVerticalListContentView()
149 if (showTwoColumn && currRow.childCount == 1) { in PromptVerticalListContentView()
156 if (!showTwoColumn || currRow.childCount == 3 || i == listItemsToShow.size - 1) { in PromptVerticalListContentView()