Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java4903 boolean largeIconShown = bindLargeIcon(contentView, p); in bindLargeIconAndReply()
4905 boolean iconContainerVisible = largeIconShown || replyIconShown; in bindLargeIconAndReply()
4908 int marginEnd = calculateMarginEnd(largeIconShown, replyIconShown); in bindLargeIconAndReply()
4918 private int calculateMarginEnd(boolean largeIconShown, boolean replyIconShown) { in calculateMarginEnd() argument
4934 if (largeIconShown) { in calculateMarginEnd()
4943 if (replyIconShown || largeIconShown) { in calculateMarginEnd()