Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DAlertController.java241 static boolean canTextInput(View v) { in canTextInput() method in AlertController
255 if (canTextInput(v)) { in canTextInput()
639 if (!hasCustomView || !canTextInput(customView)) { in setupCustomContent()