| /core/core-ktx/src/androidTest/java/androidx/core/graphics/drawable/ |
| D | DrawableTest.kt | 40 val bitmap = drawable.toBitmap() in bitmapDrawableNoSizeNoConfig() constant 52 val bitmap = drawable.toBitmap(config = Config.ARGB_8888) in bitmapDrawableNoSizeRetainedConfig() constant 64 val bitmap = drawable.toBitmap(config = Config.ARGB_8888) in bitmapDrawableNoSizeDifferentConfig() constant 76 val bitmap = drawable.toBitmap(20, 20) in bitmapDrawableDifferentSizeNoConfig() constant 88 val bitmap = drawable.toBitmap(20, 20, Config.ARGB_8888) in bitmapDrawableDifferentSizeDifferentConfig() constant 104 val bitmap = drawable.toBitmap() in drawableNoConfig() constant 115 val bitmap = drawable.toBitmapOrNull() in drawableOrNullEmptyBitmap() constant 123 val bitmap = drawable.toBitmap() in drawableEmptyBitmapThrowsIAE() constant 136 val bitmap = drawable.toBitmap(config = Config.RGB_565) in drawableConfig() constant 152 val bitmap = drawable.toBitmap(20, 20) in drawableSize() constant [all …]
|
| D | IconTest.kt | 43 val bitmap = Bitmap.createBitmap(edge, edge, ARGB_8888).apply { eraseColor(Color.RED) } in fromBitmapAdaptive() constant 56 val bitmap = createBitmap(1, 1).apply { eraseColor(Color.RED) } in fromBitmap() constant 93 val bitmap = createBitmap(drawable.intrinsicWidth, drawable.intrinsicHeight) in toIntrinsicBitmap() constant
|
| /core/core-ktx/src/androidTest/java/androidx/core/graphics/ |
| D | BitmapTest.kt | 34 val bitmap = createBitmap(7, 9) in create() constant 42 val bitmap = createBitmap(7, 9, config = Bitmap.Config.RGB_565) in createWithConfig() constant 50 val bitmap = createBitmap(7, 9, colorSpace = colorSpace) in createWithColorSpace() constant
|
| /core/core/src/androidTest/java/androidx/core/graphics/drawable/ |
| D | IconCompatTest.java | 67 private static void verifyClippedCircle(Bitmap bitmap, int fillColor, int size) { in verifyClippedCircle() 82 Bitmap bitmap = intent.getParcelableExtra(Intent.EXTRA_SHORTCUT_ICON); in verifyBadgeBitmap() local 102 Bitmap bitmap = Bitmap.createBitmap(200, 200, Bitmap.Config.ARGB_8888); in testCreateWithBitmap_legacy() local 112 Bitmap bitmap = Bitmap.createBitmap(200, 200, Bitmap.Config.ARGB_8888); in testAddBitmapToShortcutIntent_badged() local 147 Bitmap bitmap = Bitmap.createBitmap(200, 200, Bitmap.Config.ARGB_8888); in testCreateWithBitmap() local 158 Bitmap bitmap = Bitmap.createBitmap(200, 200, Bitmap.Config.ARGB_8888); in testCreateWithAdaptiveBitmap_legacy() local 170 Bitmap bitmap = Bitmap.createBitmap(200, 200, Bitmap.Config.ARGB_8888); in testCreateWithAdaptiveBitmap() local 178 Bitmap bitmap = Bitmap.createBitmap(200, 200, Bitmap.Config.ARGB_8888); in testFileIconCompatAdaptiveBitmap() local 194 Bitmap bitmap = Bitmap.createBitmap(200, 200, Bitmap.Config.ARGB_8888); in testCreateWithContentUriForAdaptiveBitmap() local 210 Bitmap bitmap = Bitmap.createBitmap(200, 200, Bitmap.Config.ARGB_8888); in testCreateWithData() local [all …]
|
| /core/core-telecom/integration-tests/testapp/src/main/java/androidx/core/telecom/test/ |
| D | CallIconGenerator.kt | 50 val bitmap = Bitmap.createBitmap(ICON_WIDTH, ICON_HEIGHT, Bitmap.Config.ARGB_8888) in numberToBitmap() constant 77 val bitmap = numberToBitmap(mNextCallIcon++) in generateNextBitmap() constant
|
| /core/core/src/main/java/androidx/core/app/ |
| D | SharedElementCallback.java | 173 Bitmap bitmap = createDrawableBitmap(d); in onCaptureSharedElementSnapshot() local 191 Bitmap bitmap = null; in onCaptureSharedElementSnapshot() local 226 Bitmap bitmap = Bitmap.createBitmap(bitmapWidth, bitmapHeight, Bitmap.Config.ARGB_8888); in createDrawableBitmap() local 261 Bitmap bitmap = (Bitmap) bundle.getParcelable(BUNDLE_SNAPSHOT_BITMAP); in onCreateSnapshotView() local 277 Bitmap bitmap = (Bitmap) snapshot; in onCreateSnapshotView() local
|
| /core/core-ktx/src/main/java/androidx/core/graphics/drawable/ |
| D | Drawable.kt | 68 val bitmap = Bitmap.createBitmap(width, height, config ?: Config.ARGB_8888) in toBitmap() constant
|
| /core/core/src/main/java/androidx/core/graphics/drawable/ |
| D | RoundedBitmapDrawableFactory.java | 43 DefaultRoundedBitmapDrawable(Resources res, Bitmap bitmap) { in DefaultRoundedBitmapDrawable() 73 @Nullable Bitmap bitmap) { in create()
|
| D | RoundedBitmapDrawable21.java | 32 protected RoundedBitmapDrawable21(Resources res, Bitmap bitmap) { in RoundedBitmapDrawable21()
|
| D | RoundedBitmapDrawable.java | 258 final Bitmap bitmap = mBitmap; in draw() local 380 RoundedBitmapDrawable(Resources res, Bitmap bitmap) { in RoundedBitmapDrawable()
|
| D | IconCompat.java | 827 Bitmap bitmap = (Bitmap) mObj1; in onPreParceling() local
|
| /core/core-telecom/integration-tests/testicsapp/src/main/java/androidx/core/telecom/test/ui/calling/ |
| D | CallIconExtensionUiState.kt | 21 data class CallIconExtensionUiState(val bitmap: Bitmap?) constant in androidx.core.telecom.test.ui.calling.CallIconExtensionUiState
|
| D | CallsScreen.kt | 182 val bitmap: Bitmap by remember { in CallerCard() constant
|
| /core/core/src/main/java/androidx/core/graphics/ |
| D | BitmapCompat.java | 59 public static boolean hasMipMap(@NonNull Bitmap bitmap) { in hasMipMap() 86 public static void setHasMipMap(@NonNull Bitmap bitmap, boolean hasMipMap) { in setHasMipMap() 100 public static int getAllocationByteCount(@NonNull Bitmap bitmap) { in getAllocationByteCount()
|
| /core/core/src/androidTest/java/androidx/core/view/ |
| D | PointerIconCompatTest.java | 105 Bitmap bitmap = Bitmap.createBitmap(16, 16, Bitmap.Config.ARGB_8888); in testBitmapIcon() local
|
| /core/core/src/main/java/androidx/core/view/ |
| D | PointerIconCompat.java | 150 public static @NonNull PointerIconCompat create(@NonNull Bitmap bitmap, float hotSpotX, in create() 197 static PointerIcon create(Bitmap bitmap, float hotSpotX, float hotSpotY) { in create()
|
| /core/core-ktx/src/androidTest/java/androidx/core/view/ |
| D | ViewTest.kt | 158 val bitmap = view.drawToBitmap() in <lambda>() constant 167 val bitmap = view.drawToBitmap(Bitmap.Config.RGB_565) in <lambda>() constant
|
| /core/core/src/androidTest/java/android/support/v4/testutils/ |
| D | TestUtils.java | 65 Bitmap bitmap = Bitmap.createBitmap(drawableWidth, drawableHeight, Bitmap.Config.ARGB_8888); in assertAllPixelsOfColor() local
|
| /core/core-telecom/integration-tests/testicsapp/src/main/java/androidx/core/telecom/test/services/ |
| D | InCallServiceImpl.kt | 119 val bitmap = BitmapFactory.decodeFileDescriptor(it.fileDescriptor) in <lambda>() constant 215 readCallIconUriFromFile(newUri)?.let { bitmap -> in <lambda>() method
|
| /core/core-location-altitude/src/main/java/androidx/core/location/altitude/impl/ |
| D | GeoidHeightMap.java | 200 Bitmap bitmap; in mergeByteImageValues() local
|
| /core/core/src/main/java/androidx/core/content/pm/ |
| D | ShortcutManagerCompat.java | 566 final Bitmap bitmap = BitmapFactory.decodeStream(is); in convertUriIconToBitmapIcon() local
|
| /core/core/src/androidTest/java/androidx/core/app/ |
| D | NotificationCompatTest.java | 1188 Bitmap bitmap = BitmapFactory.decodeResource(mContext.getResources(), in testSetNotification_setLargeIconBitmap() local 1257 Bitmap bitmap = BitmapFactory.decodeResource(mContext.getResources(), in testSetNotification_setLargeIconBitmapScales() local
|