Home
last modified time | relevance | path

Searched defs:bm (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/text/src/android/text/cts/
DBoringLayout_MetricsTest.java34 BoringLayout.Metrics bm = new BoringLayout.Metrics(); in testMetrics() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DCanvasTest.java36 Bitmap bm = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888); in setup() local
DImageDecoderTest.java311 Bitmap bm = ImageDecoder.decodeBitmap(src); in testDecodeBitmap() local
392 Bitmap bm = null; in testSetAllocatorDecodeBitmap() local
591 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testPostProcessorOverridesNinepatch() local
623 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testPostProcessorAndMadeOpaque() local
655 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testPostProcessorAndAddedTransparency() local
1111 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testMutable() local
1235 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testTargetSize() local
1289 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testResizeWebp() local
1609 Bitmap bm = ImageDecoder.decodeBitmap(src, (decoder, info, s) -> { in testAlphaMaskNonGray() local
1626 Bitmap bm = ImageDecoder.decodeBitmap(src, (decoder, info, s) -> { in testAlphaPlusSetTargetColorSpace() local
[all …]
DBitmapFactoryTest.java777 Bitmap bm = BitmapFactory.decodeResource(mRes, R.raw.b78329453, options); in testJpegInfiniteLoop() local
811 Bitmap bm = BitmapFactory.decodeResource(mRes, dng.resId, mOpt1); in testDng() local
/cts/tests/pdf/src/android/graphics/pdf/cts/
DPdfRendererTest.java224 private @NonNull int[] getColorProbes(@NonNull Bitmap bm) { in getColorProbes()
246 Bitmap bm = renderWithTransform(A4_WIDTH_PTS, A4_HEIGHT_PTS, A4_PORTRAIT, null, null, in renderNoTransformationAndComparePoints() local
DUtils.java123 Bitmap bm = Bitmap.createBitmap(bmWidth, bmHeight, Bitmap.Config.ARGB_8888); in renderWithTransform() local
/cts/hostsidetests/incident/src/com/android/server/cts/
DBatteryStatsIncidentTest.java346 UidProto.BluetoothMisc bm = u.getBluetoothMisc(); in testUidProto() local
/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DAppStandbyTests.java485 final BatteryManager bm = mContext.getSystemService(BatteryManager.class); in setBatteryCharging() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedImageDrawableTest.java286 Bitmap bm = Bitmap.createBitmap(drawable.getIntrinsicWidth(), drawable.getIntrinsicHeight(), in testLifeCycleSoftware() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java953 Bitmap bm[] = new Bitmap[MAX_ALLOCATED_BITMAPS]; in takePictureTestByCamera() local