Home
last modified time | relevance | path

Searched defs:getBitmap (Results 1 – 25 of 932) sorted by relevance

12345678910>>...38

/aosp_15_r20/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
DImageResolver.java47 Bitmap getBitmap(@NonNull Uri uri, int width, int height); in getBitmap() method
52 Bitmap getBitmap(@NonNull Uri uri, int width, int height, float offLanesAlpha); in getBitmap() method
71 public CompletableFuture<Bitmap> getBitmap(@NonNull ImageReference img, int width, int height) { in getBitmap() method in ImageResolver
86 public CompletableFuture<Bitmap> getBitmap(@NonNull ImageReference img, int width, int height, in getBitmap() method in ImageResolver
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DTextureView.java641 public @Nullable Bitmap getBitmap() { in getBitmap() method in TextureView
668 public @Nullable Bitmap getBitmap(int width, int height) { in getBitmap() method in TextureView
699 public @NonNull Bitmap getBitmap(@NonNull Bitmap bitmap) { in getBitmap() method in TextureView
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/wallpaper/
H A DWallpaper.kt38 fun getBitmap(): Bitmap? { in getBitmap() method
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/cluster/renderer/
DInstrumentClusterRenderingService.java608 public Bitmap getBitmap(Uri uri) { in getBitmap() method in InstrumentClusterRenderingService
659 public Bitmap getBitmap(@NonNull Uri uri, int width, int height) { in getBitmap() method in InstrumentClusterRenderingService
681 public Bitmap getBitmap(@NonNull Uri bitmapUri, int width, int height, float offLanesAlpha) { in getBitmap() method in InstrumentClusterRenderingService
/aosp_15_r20/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/view/
DImageResolver.java56 public CompletableFuture<Bitmap> getBitmap(@NonNull ImageReference img, int width, int height) { in getBitmap() method in ImageResolver
71 public CompletableFuture<Bitmap> getBitmap(@NonNull ImageReference img, int width, int height, in getBitmap() method in ImageResolver
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowIcon.java50 public Bitmap getBitmap() { in getBitmap() method in ShadowIcon
115 Bitmap getBitmap(); in getBitmap() method
/aosp_15_r20/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/mono/
DThemedIconDrawable.kt83 fun getBitmap(): Bitmap = mBitmap in isThemed() method in com.android.launcher3.icons.mono.ThemedConstantState
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DDisabledWallpaperManager.java128 public Bitmap getBitmap() { in getBitmap() method in DisabledWallpaperManager
133 public Bitmap getBitmap(boolean hardware) { in getBitmap() method in DisabledWallpaperManager
138 public Bitmap getBitmap(boolean hardware, @SetWallpaperFlags int which) { in getBitmap() method in DisabledWallpaperManager
/aosp_15_r20/external/sonivox/jet_tools/JetCreator/
H A Dimg_Print.py51 def getBitmap(): function
H A Dimg_Redo.py68 def getBitmap(): function
H A Dimg_Copy.py40 def getBitmap(): function
H A Dimg_Cut.py93 def getBitmap(): function
H A Dimg_splash.py1146 def getBitmap(): function
H A Dimg_Save.py88 def getBitmap(): function
H A Dimg_Open.py68 def getBitmap(): function
H A Dimg_Paste.py30 def getBitmap(): function
H A Dimg_favicon.py50 def getBitmap(): function
H A Dimg_New.py50 def getBitmap(): function
H A Dimg_Find.py74 def getBitmap(): function
H A Dimg_Undo.py70 def getBitmap(): function
/aosp_15_r20/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
H A DDecodeAccuracyTestBase.java1325 public abstract Bitmap getBitmap(); in getBitmap() method in VideoViewSnapshot
1356 public Bitmap getBitmap() { in getBitmap() method in TextureViewSnapshot
1423 public Bitmap getBitmap() { in getBitmap() method in SurfaceViewSnapshot
1543 public Bitmap getBitmap() { in getBitmap() method in GLSurfaceViewSnapshot
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DSingleLineViewInflaterTest.kt390 private fun getBitmap(context: Context, resId: Int): Bitmap { in <lambda>() method
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/component/
DPdfPageImageObject.java48 public Bitmap getBitmap() { in getBitmap() method in PdfPageImageObject
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/
H A DImageContainer.java45 Bitmap getBitmap(); in getBitmap() method
/aosp_15_r20/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DBitmapTexture.java51 public Bitmap getBitmap() { in getBitmap() method in BitmapTexture

12345678910>>...38