Home
last modified time | relevance | path

Searched defs:createBitmap (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/graphics/
H A DGraphicsPerformanceTests.java176 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 DBitmap.java873 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 DShadowLegacyBitmap.java78 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 DRotationAnimationUtilsTest.java84 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 DNotificationTemplateTestBase.kt81 protected fun createBitmap(width: Int, height: Int): Bitmap = in <lambda>() method
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/icons/
DCachingTargetDataLoaderTest.kt187 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 DDrawIntoHwBitmapActivity.java38 Bitmap createBitmap() { in createBitmap() method in DrawIntoHwBitmapActivity
/aosp_15_r20/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/utils/
H A DBitmapUtils.kt31 internal fun createBitmap( in createBitmap() method
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/common/
DDrawableUtil.java55 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 DGetWalletCardsResponseTest.java93 private Bitmap createBitmap(String cardNumber) { in createBitmap() method in GetWalletCardsResponseTest
/aosp_15_r20/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DBitmapRenderer.java59 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/
DBitmapRenderer.java59 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 DBitmapBlendModeCanvasClient.java76 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 DBitmapBlendModeCanvasClient.java76 private Bitmap createBitmap(int width, int height) { in createBitmap() method in BitmapBlendModeCanvasClient
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.kt498 fun createBitmap(view: View): Bitmap { in createBitmap() method
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayDotImageView.java120 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 DSharesheetTestImageProvider.java105 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/
DPreviewImageLoaderTest.kt495 private fun createBitmap(width: Int, height: Int) = method
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBitmapPool.java318 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/
DChooserActivityTest.java2998 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 DTestUtils.h141 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 DBitmapTest.java48 public void createBitmap() { in createBitmap() method in BitmapTest
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java548 private void createBitmap() { in createBitmap() method in BackingStore.BitmapBacking
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothUtils.java428 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/
DUtils.java1157 public static Bitmap createBitmap(Drawable drawable, int width, int height) { in createBitmap() method in Utils

12345678910>>...20