Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java4598 boolean largeIconShown = bindLargeIcon(contentView, p.hideLargeIcon || p.ambient); in bindLargeIconAndReply()
4601 largeIconShown || replyIconShown ? View.VISIBLE : View.GONE); in bindLargeIconAndReply()
4602 int marginEnd = calculateMarginEnd(largeIconShown, replyIconShown); in bindLargeIconAndReply()
4611 private int calculateMarginEnd(boolean largeIconShown, boolean replyIconShown) { in calculateMarginEnd() argument
4627 if (largeIconShown) { in calculateMarginEnd()
4636 if (replyIconShown || largeIconShown) { in calculateMarginEnd()