Searched refs:largeIconShown (Results 1 – 1 of 1) sorted by relevance
5041 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() argument5072 if (largeIconShown) { in calculateMarginEnd()5081 if (replyIconShown || largeIconShown) { in calculateMarginEnd()