Home
last modified time | relevance | path

Searched refs:imageId (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DBitmapData.java40 public BitmapData(int imageId, int width, int height, byte[] bitmap) { in BitmapData() argument
41 this.mImageId = imageId; in BitmapData()
71 public void apply(WireBuffer buffer, int imageId, int width, int height, byte[] bitmap) { in apply() argument
73 buffer.writeInt(imageId); in apply()
81 int imageId = buffer.readInt(); in read() local
91 operations.add(new BitmapData(imageId, width, height, bitmap)); in read()
DDrawBitmapInt.java43 public DrawBitmapInt(int imageId, in DrawBitmapInt() argument
53 this.mImageId = imageId; in DrawBitmapInt()
92 public void apply(WireBuffer buffer, int imageId, in apply() argument
97 buffer.writeInt(imageId); in apply()
111 int imageId = buffer.readInt(); in read() local
121 DrawBitmapInt op = new DrawBitmapInt(imageId, sLeft, srcTop, srcRight, srcBottom, in read()
DDrawBitmap.java43 int imageId, in DrawBitmap() argument
53 mId = imageId; in DrawBitmap()
DPathData.java142 int imageId = buffer.readInt(); in read() local
148 operations.add(new PathData(imageId, data)); in read()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DAndroidRemoteContext.java87 public void loadBitmap(int imageId, int width, int height, byte[] bitmap) { in loadBitmap() argument
88 if (!mRemoteComposeState.containsId(imageId)) { in loadBitmap()
90 mRemoteComposeState.cache(imageId, image); in loadBitmap()
DAndroidPaintContext.java79 public void drawBitmap(int imageId, in drawBitmap() argument
90 if (androidContext.mRemoteComposeState.containsId(imageId)) { in drawBitmap()
92 .getFromId(imageId); in drawBitmap()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DRemoteComposeBuffer.java171 int imageId = mRemoteComposeState.dataGetId(image); in drawBitmap() local
172 if (imageId == -1) { in drawBitmap()
173 imageId = mRemoteComposeState.cache(image); in drawBitmap()
175 BitmapData.COMPANION.apply(mBuffer, imageId, imageWidth, imageHeight, data); in drawBitmap()
182 mBuffer, imageId, srcLeft, srcTop, srcRight, srcBottom, in drawBitmap()
301 int imageId = mRemoteComposeState.dataGetId(image); in addDrawBitmap() local
302 if (imageId == -1) { in addDrawBitmap()
303 imageId = mRemoteComposeState.cache(image); in addDrawBitmap()
308 BitmapData.COMPANION.apply(mBuffer, imageId, imageWidth, imageHeight, data); in addDrawBitmap()
315 mBuffer, imageId, left, top, right, bottom, contentDescriptionId in addDrawBitmap()
DPaintContext.java34 public abstract void drawBitmap(int imageId, in drawBitmap() argument
DRemoteContext.java184 public abstract void loadBitmap(int imageId, int width, int height, byte[] bitmap); in loadBitmap() argument
/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/
DRadioModuleTest.java98 int imageId = 1; in getImage_withValidIdFromRadioModule() local
100 Bitmap imageTest = mRadioModule.getImage(imageId); in getImage_withValidIdFromRadioModule()
DTunerSessionTest.java641 int imageId = IBroadcastRadio.INVALID_IMAGE; in getImage_withInvalidId_throwsIllegalArgumentException() local
644 mTunerSessions[0].getImage(imageId); in getImage_withInvalidId_throwsIllegalArgumentException()
654 int imageId = 1; in getImage_withValidId() local
656 Bitmap imageTest = mTunerSessions[0].getImage(imageId); in getImage_withValidId()
/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
DRadioModuleHidlTest.java99 int imageId = 1; in getImage_withValidIdFromRadioModule() local
101 Bitmap imageTest = mRadioModule.getImage(imageId); in getImage_withValidIdFromRadioModule()
DTunerSessionHidlTest.java620 int imageId = Constants.INVALID_IMAGE; in getImage_withInvalidId_throwsIllegalArgumentException() local
623 mTunerSessions[0].getImage(imageId); in getImage_withInvalidId_throwsIllegalArgumentException()
633 int imageId = 1; in getImage_withValidId() local
635 Bitmap imageTest = mTunerSessions[0].getImage(imageId); in getImage_withValidId()
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
DTunerAdapterTest.java508 int imageId = 1; in getMetadataImage_forTunerAdapter() local
510 Bitmap image = mRadioTuner.getMetadataImage(imageId); in getMetadataImage_forTunerAdapter()
512 assertWithMessage("Image obtained from id %s", imageId) in getMetadataImage_forTunerAdapter()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...