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

  /frameworks/base/core/java/android/widget/
ActivityChooserView.java 141 if (isShowingPopup()) {
309 if (isShowingPopup()) {
359 if (isShowingPopup() || !mIsAttachedToWindow) {
418 if (isShowingPopup()) {
433 public boolean isShowingPopup() {
458 if (isShowingPopup()) {
481 if (!isShowingPopup()) {
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
ActivityChooserView.java 151 if (isShowingPopup()) {
300 if (isShowingPopup()) {
351 if (isShowingPopup() || !mIsAttachedToWindow) {
410 if (isShowingPopup()) {
425 public boolean isShowingPopup() {
450 if (isShowingPopup()) {
473 if (!isShowingPopup()) {

Completed in 239 milliseconds