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