Searched refs:scaledBitmap (Results 1 – 5 of 5) sorted by relevance
| /expo/android/expoview/src/main/java/host/exp/exponent/ |
| H A D | ExponentManifest.kt | 124 val scaledBitmap = in loadIconTask() constant 126 memoryCache.put(iconUrl, scaledBitmap) in loadIconTask() 127 scaledBitmap in loadIconTask()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/viewshot/ |
| H A D | ViewShot.java | 428 final Bitmap scaledBitmap = Bitmap.createScaledBitmap(bitmap, width, height, true); in captureViewImpl() local 431 bitmap = scaledBitmap; in captureViewImpl()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/viewshot/ |
| H A D | ViewShot.java | 428 final Bitmap scaledBitmap = Bitmap.createScaledBitmap(bitmap, width, height, true); in captureViewImpl() local 431 bitmap = scaledBitmap; in captureViewImpl()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/viewshot/ |
| H A D | ViewShot.java | 472 final Bitmap scaledBitmap = Bitmap.createScaledBitmap(bitmap, width, height, true); in captureViewImpl() local 475 bitmap = scaledBitmap; in captureViewImpl()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/viewshot/ |
| H A D | ViewShot.java | 470 final Bitmap scaledBitmap = Bitmap.createScaledBitmap(bitmap, width, height, true); in captureViewImpl() local 473 bitmap = scaledBitmap; in captureViewImpl()
|