Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAlertController.java189 static boolean canTextInput(View v) { in canTextInput() method in AlertController
203 if (canTextInput(v)) { in canTextInput()
437 if (!hasCustomView || !canTextInput(customView)) { in setupView()
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java207 static boolean canTextInput(View v) { in canTextInput() method in AlertController
221 if (canTextInput(v)) { in canTextInput()
578 if (!hasCustomView || !canTextInput(customView)) { in setupCustomContent()