Searched refs:canTextInput (Results 1 – 3 of 3) sorted by relevance
208 static boolean canTextInput(View v) { in canTextInput() method in AlertController222 if (canTextInput(v)) { in canTextInput()650 if (!hasCustomView || !canTextInput(customView)) { in setupCustomContent()
234 static boolean canTextInput(View v) { in canTextInput() method in AlertController248 if (canTextInput(v)) { in canTextInput()620 if (!hasCustomView || !canTextInput(customView)) { in setupCustomContent()
38047 HSPLcom/android/internal/app/AlertController;->canTextInput(Landroid/view/View;)Z