Searched refs:largeIconShown (Results 1 – 1 of 1) sorted by relevance
4911 boolean largeIconShown = bindLargeIcon(contentView, p); in bindLargeIconAndReply()4913 boolean iconContainerVisible = largeIconShown || replyIconShown; in bindLargeIconAndReply()4916 int marginEnd = calculateMarginEnd(largeIconShown, replyIconShown); in bindLargeIconAndReply()4926 private int calculateMarginEnd(boolean largeIconShown, boolean replyIconShown) { in calculateMarginEnd() argument4942 if (largeIconShown) { in calculateMarginEnd()4951 if (replyIconShown || largeIconShown) { in calculateMarginEnd()