Searched refs:preferenceBmp (Results 1 – 1 of 1) sorted by relevance
415 final Bitmap preferenceBmp = Utils.createIconWithDrawable(preference.getIcon()).getBitmap(); in bindIcon_withStaticIcon_shouldLoadStaticIcon() local419 assertThat(preferenceBmp.sameAs(staticIconBmp)).isTrue(); in bindIcon_withStaticIcon_shouldLoadStaticIcon()450 final Bitmap preferenceBmp = Utils.createIconWithDrawable(preference.getIcon()).getBitmap(); in bindIcon_withStaticIconAndIconUri_shouldLoadIconFromContentProvider() local454 assertThat(preferenceBmp.sameAs(staticIconBmp)).isFalse(); in bindIcon_withStaticIconAndIconUri_shouldLoadIconFromContentProvider()461 assertThat(preferenceBmp.sameAs(iconBmpFromUri)).isTrue(); in bindIcon_withStaticIconAndIconUri_shouldLoadIconFromContentProvider()