Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
DNotificationCompat.java108 boolean hasContentView = b.getContentView() != null; in addStyleGetContentViewLollipop()
114 boolean createCustomContent = hasContentView in addStyleGetContentViewLollipop()
122 null /* cancelButtonIntent */, hasContentView /* isDecoratedCustomView */); in addStyleGetContentViewLollipop()
123 if (hasContentView) { in addStyleGetContentViewLollipop()
/frameworks/base/core/java/android/widget/
DPopupWindow.java1264 if (isShowing() || !hasContentView()) { in showAsDropDown()
2025 if (!isShowing() || !hasContentView()) { in update()
2118 if (!isShowing() || !hasContentView()) { in update()
2185 protected boolean hasContentView() {
2236 if (!isShowing() || !hasContentView()) {
/frameworks/base/core/java/android/view/autofill/
DAutofillPopupWindow.java73 protected boolean hasContentView() { in hasContentView() method in AutofillPopupWindow