Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationDecoratedCustomViewWrapper.java35 public static boolean hasCustomView(View v) { in hasCustomView() method in NotificationDecoratedCustomViewWrapper
DNotificationViewWrapper.java79 if (NotificationDecoratedCustomViewWrapper.hasCustomView(v)) { in wrap()
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java667 final boolean hasCustomView = customView != null; in setupCustomContent()
668 if (!hasCustomView || !canTextInput(customView)) { in setupCustomContent()
673 if (hasCustomView) { in setupCustomContent()
855 View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) { in setBackground() argument
916 if (hasCustomView) { in setBackground()