Home
last modified time | relevance | path

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

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DAlertController.java186 static boolean canTextInput(View v) { in canTextInput() method in AlertController
200 if (canTextInput(v)) { in canTextInput()
475 if (!hasCustomView || !canTextInput(customView)) { in setupCustomContent()
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java239 static boolean canTextInput(View v) { in canTextInput() method in AlertController
253 if (canTextInput(v)) { in canTextInput()
668 if (!hasCustomView || !canTextInput(customView)) { in setupCustomContent()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt71571 Lcom/android/internal/app/AlertController;->canTextInput(Landroid/view/View;)Z