Searched refs:hasDisplayIcon (Results 1 – 4 of 4) sorted by relevance
403 if (!info.hasDisplayIcon()) { in onBindView()416 if (!dri.hasDisplayIcon()) { in onBindView()425 if (mAnimateItems && info.hasDisplayIcon()) { in onBindView()494 if (icon != null && !mTargetInfo.hasDisplayIcon()) { in onDirectShareIconLoaded()
742 if (!dri.hasDisplayIcon()) { in onBindView()765 if (!displayResolveInfo.hasDisplayIcon()) { in onIconLoaded()
63 assertThat(info.hasDisplayIcon()).isFalse() in testNewEmptyTargetInfo()73 assertThat(info.hasDisplayIcon()).isTrue() in testNewPlaceholderTargetInfo()
189 default boolean hasDisplayIcon() { in hasDisplayIcon() method