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