Searched refs:shouldFlagImproperImageRefs (Results 1 – 6 of 6) sorted by relevance
67 public boolean shouldFlagImproperImageRefs() { in shouldFlagImproperImageRefs() method in CommonFlags
129 if (flags.shouldFlagImproperImageRefs() && bitmap != null) { in maybeFlagDrawable()
73 if (flags.shouldFlagImproperImageRefs()) { in setDrawable()
113 mFlagRemoteImages = CommonFlags.getInstance(context).shouldFlagImproperImageRefs(); in LocalImageFetcher()
148 boolean flagInvalidArt = CommonFlags.getInstance(mContext).shouldFlagImproperImageRefs(); in createIconButton()
121 return (flags.shouldFlagImproperImageRefs() && (mMediaDescription != null)) in getBitmapToFlag()