Searched refs:canTextInput (Results 1 – 3 of 3) sorted by relevance
186 static boolean canTextInput(View v) { in canTextInput() method in AlertController200 if (canTextInput(v)) { in canTextInput()475 if (!hasCustomView || !canTextInput(customView)) { in setupCustomContent()
239 static boolean canTextInput(View v) { in canTextInput() method in AlertController253 if (canTextInput(v)) { in canTextInput()668 if (!hasCustomView || !canTextInput(customView)) { in setupCustomContent()
71571 Lcom/android/internal/app/AlertController;->canTextInput(Landroid/view/View;)Z