Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAlertController.java209 static boolean canTextInput(View v) { in canTextInput() method in AlertController
223 if (canTextInput(v)) { in canTextInput()
652 if (!hasCustomView || !canTextInput(customView)) { in setupCustomContent()