HomeSort by relevance Sort by last modified time
    Searched defs:canTextInput (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 234 static boolean canTextInput(View v) {
248 if (canTextInput(v)) {
620 if (!hasCustomView || !canTextInput(customView)) {
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
AlertController.java 208 static boolean canTextInput(View v) {
222 if (canTextInput(v)) {
650 if (!hasCustomView || !canTextInput(customView)) {
    [all...]

Completed in 560 milliseconds