Searched refs:loadBitmap (Results 1 – 7 of 7) sorted by relevance
66 testScope.runTest { assertThat(imageLoader.loadBitmap(ImageLoader.Res(-1))).isNull() }71 assertThat(imageLoader.loadBitmap(ImageLoader.Uri("this.is/bogus"))).isNull()77 assertThat(imageLoader.loadBitmap(ImageLoader.File("this is broken!"))).isNull()126 imageLoader.loadBitmap(ImageLoader.Res(R.drawable.dessert_zombiegingerbread))141 val loadedBitmap = imageLoader.loadBitmap(ImageLoader.Uri(uri))149 val loadedBitmap = imageLoader.loadBitmap(ImageLoader.File(imgFile))158 imageLoader.loadBitmap(ImageLoader.InputStream(FileInputStream(imgFile)))291 val loadedBitmap = imageLoader.loadBitmap(ImageLoader.Res(R.drawable.ic_settings))
140 LoaderResult result = loadBitmap(mCurrentUserId, mSelectedUser); in getBitmap()148 public LoaderResult loadBitmap(int currentUserId, UserHandle selectedUser) { in loadBitmap() method in LockscreenWallpaper254 return loadBitmap(currentUser, selectedUser); in run()
330 b.setLargeIcon(loadBitmap(R.drawable.pineapple)); in buildNotification()333 b.setLargeIcon(loadBitmap(R.drawable.pineapple2)); in buildNotification()336 b.setLargeIcon(loadBitmap(R.drawable.icon2)); in buildNotification()490 private Bitmap loadBitmap(int id) { in loadBitmap() method in NotificationBuilderTest
1209 Bitmap loadBitmap(int resId) { in loadBitmap() method in NotificationTestList
53 BitmapLoader.loadBitmap(cardView.getMainImageView(), photoItem.getId(), in onBindViewHolder()
120 public static void loadBitmap(ImageView view, long id, int width, int height) { in loadBitmap() method in BitmapLoader
101 suspend fun loadBitmap(