Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java5041 boolean largeIconShown = bindLargeIcon(contentView, p); in bindLargeIconAndReply()
5043 boolean iconContainerVisible = largeIconShown || replyIconShown; in bindLargeIconAndReply()
5046 int marginEnd = calculateMarginEnd(largeIconShown, replyIconShown); in bindLargeIconAndReply()
5056 private int calculateMarginEnd(boolean largeIconShown, boolean replyIconShown) { in calculateMarginEnd() argument
5072 if (largeIconShown) { in calculateMarginEnd()
5081 if (replyIconShown || largeIconShown) { in calculateMarginEnd()