Home
last modified time | relevance | path

Searched refs:scaledBitmap (Results 1 – 5 of 5) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExponentManifest.kt124 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 DViewShot.java428 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 DViewShot.java428 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 DViewShot.java472 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 DViewShot.java470 final Bitmap scaledBitmap = Bitmap.createScaledBitmap(bitmap, width, height, true); in captureViewImpl() local
473 bitmap = scaledBitmap; in captureViewImpl()