Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java4911 boolean largeIconShown = bindLargeIcon(contentView, p); in bindLargeIconAndReply()
4913 boolean iconContainerVisible = largeIconShown || replyIconShown; in bindLargeIconAndReply()
4916 int marginEnd = calculateMarginEnd(largeIconShown, replyIconShown); in bindLargeIconAndReply()
4926 private int calculateMarginEnd(boolean largeIconShown, boolean replyIconShown) { in calculateMarginEnd() argument
4942 if (largeIconShown) { in calculateMarginEnd()
4951 if (replyIconShown || largeIconShown) { in calculateMarginEnd()