Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java4599 boolean replyIconShown = bindReplyIcon(contentView, p.hideReplyIcon || 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
4617 if (replyIconShown) { in calculateMarginEnd()
4631 if (replyIconShown) { in calculateMarginEnd()
4636 if (replyIconShown || largeIconShown) { in calculateMarginEnd()