/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/graphics/ |
H A D | GraphicsPerformanceTests.java | 176 public abstract Bitmap createBitmap(); in createBitmap() method in GraphicsPerformanceTests.DrawBitmapTest 201 public Bitmap createBitmap() { in createBitmap() method in GraphicsPerformanceTests.DrawBitmap7x7 219 public Bitmap createBitmap() { in createBitmap() method in GraphicsPerformanceTests.DrawBitmap15x15 237 public Bitmap createBitmap() { in createBitmap() method in GraphicsPerformanceTests.DrawBitmap31x31 255 public Bitmap createBitmap() { in createBitmap() method in GraphicsPerformanceTests.DrawBitmap63x63 273 public Bitmap createBitmap() { in createBitmap() method in GraphicsPerformanceTests.DrawBitmap127x127 291 public Bitmap createBitmap() { in createBitmap() method in GraphicsPerformanceTests.DrawBitmap319x239 309 public Bitmap createBitmap() { in createBitmap() method in GraphicsPerformanceTests.DrawBitmap319x479 327 public Bitmap createBitmap() { in createBitmap() method in GraphicsPerformanceTests.DrawBitmap8x8 345 public Bitmap createBitmap() { in createBitmap() method in GraphicsPerformanceTests.DrawBitmap16x16 [all …]
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/ |
H A D | Bitmap.java | 873 public static Bitmap createBitmap(@NonNull Bitmap src) { in createBitmap() method in Bitmap 894 public static Bitmap createBitmap(@NonNull Bitmap source, int x, int y, int width, int height) { in createBitmap() method in Bitmap 930 public static Bitmap createBitmap(@NonNull Bitmap source, int x, int y, int width, int height, in createBitmap() method in Bitmap 1102 public static Bitmap createBitmap(int width, int height, @NonNull Config config) { in createBitmap() method in Bitmap 1121 public static Bitmap createBitmap(@Nullable DisplayMetrics display, int width, in createBitmap() method in Bitmap 1142 public static Bitmap createBitmap(int width, int height, in createBitmap() method in Bitmap 1170 public static Bitmap createBitmap(int width, int height, @NonNull Config config, in createBitmap() method in Bitmap 1194 public static Bitmap createBitmap(@Nullable DisplayMetrics display, int width, int height, in createBitmap() method in Bitmap 1227 public static Bitmap createBitmap(@Nullable DisplayMetrics display, int width, int height, in createBitmap() method in Bitmap 1275 public static Bitmap createBitmap(@NonNull @ColorInt int[] colors, int offset, int stride, in createBitmap() method in Bitmap [all …]
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowLegacyBitmap.java | 78 protected static Bitmap createBitmap(int width, int height, Bitmap.Config config) { in createBitmap() method in ShadowLegacyBitmap 83 protected static Bitmap createBitmap( in createBitmap() method in ShadowLegacyBitmap 89 protected static Bitmap createBitmap( in createBitmap() method in ShadowLegacyBitmap 119 protected static Bitmap createBitmap( in createBitmap() method in ShadowLegacyBitmap 129 protected static Bitmap createBitmap( in createBitmap() method in ShadowLegacyBitmap 193 protected static Bitmap createBitmap( in createBitmap() method in ShadowLegacyBitmap 199 protected static Bitmap createBitmap( in createBitmap() method in ShadowLegacyBitmap 241 private static Bitmap createBitmap( in createBitmap() method in ShadowLegacyBitmap
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/ |
H A D | RotationAnimationUtilsTest.java | 84 private Bitmap createBitmap(float luma) { in createBitmap() method in RotationAnimationUtilsTest 88 private Bitmap createBitmap(float luma, int width, int height) { in createBitmap() method in RotationAnimationUtilsTest
|
/aosp_15_r20/cts/tests/app/shared/src/android/app/cts/ |
H A D | NotificationTemplateTestBase.kt | 81 protected fun createBitmap(width: Int, height: Int): Bitmap = in <lambda>() method
|
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/icons/ |
D | CachingTargetDataLoaderTest.kt | 187 private fun createBitmap() = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888) method
|
/aosp_15_r20/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | DrawIntoHwBitmapActivity.java | 38 Bitmap createBitmap() { in createBitmap() method in DrawIntoHwBitmapActivity
|
/aosp_15_r20/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/utils/ |
H A D | BitmapUtils.kt | 31 internal fun createBitmap( in createBitmap() method
|
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
D | DrawableUtil.java | 55 private static Bitmap createBitmap(Drawable drawable, int width, int height) { in createBitmap() method in DrawableUtil
|
/aosp_15_r20/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/ |
H A D | GetWalletCardsResponseTest.java | 93 private Bitmap createBitmap(String cardNumber) { in createBitmap() method in GetWalletCardsResponseTest
|
/aosp_15_r20/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/ |
D | BitmapRenderer.java | 59 static Bitmap createBitmap(Bitmap source, int x, int y, int width, int height) { in createBitmap() method
|
/aosp_15_r20/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/ |
D | BitmapRenderer.java | 59 static Bitmap createBitmap(Bitmap source, int x, int y, int width, int height) { in createBitmap() method
|
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/blendmode/ |
H A D | BitmapBlendModeCanvasClient.java | 76 private Bitmap createBitmap(int width, int height) { in createBitmap() method in BitmapBlendModeCanvasClient
|
/aosp_15_r20/cts/tests/tests/uirendering27/src/android/uirendering/cts/blendmode/ |
H A D | BitmapBlendModeCanvasClient.java | 76 private Bitmap createBitmap(int width, int height) { in createBitmap() method in BitmapBlendModeCanvasClient
|
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/ |
D | Utils.kt | 498 fun createBitmap(view: View): Bitmap { in createBitmap() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
H A D | DreamOverlayDotImageView.java | 120 private Bitmap createBitmap(int width, int height) { in createBitmap() method in DreamOverlayDotImageView.DotDrawable
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sharesheet/ |
H A D | SharesheetTestImageProvider.java | 105 private static Bitmap createBitmap(int width, int height, int bgColor, String name) { in createBitmap() method in SharesheetTestImageProvider
|
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/ |
D | PreviewImageLoaderTest.kt | 495 private fun createBitmap(width: Int, height: Int) = method
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BitmapPool.java | 318 private Bitmap createBitmap(final int width, final int height) { in createBitmap() method in BitmapPool
|
/aosp_15_r20/packages/modules/IntentResolver/tests/activity/src/com/android/intentresolver/ |
D | ChooserActivityTest.java | 2998 private Bitmap createBitmap() { in createBitmap() method in ChooserActivityTest 3018 private Bitmap createBitmap(int width, int height) { in createBitmap() method in ChooserActivityTest 3022 private Bitmap createBitmap(int width, int height, int bgColor) { in createBitmap() method in ChooserActivityTest
|
/aosp_15_r20/frameworks/base/libs/hwui/tests/common/ |
H A D | TestUtils.h | 141 static sk_sp<Bitmap> createBitmap(int width, int height, SkBitmap* outBitmap) { in createBitmap() function
|
/aosp_15_r20/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/graphics/ |
H A D | BitmapTest.java | 48 public void createBitmap() { in createBitmap() method in BitmapTest
|
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | BackingStore.java | 548 private void createBitmap() { in createBitmap() method in BackingStore.BitmapBacking
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | BluetoothUtils.java | 428 public static Bitmap createBitmap(Drawable drawable, int width, int height) { in createBitmap() method in BluetoothUtils
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/ |
D | Utils.java | 1157 public static Bitmap createBitmap(Drawable drawable, int width, int height) { in createBitmap() method in Utils
|