Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DBiometricCustomizedViewBinder.kt135 listItemsToShow.all { !it.doesExceedMaxLinesIfTwoColumn(context, containerViewWidth) } in PromptVerticalListContentView()
168 private fun PromptContentItem.doesExceedMaxLinesIfTwoColumn( in PromptContentItem() method