Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/cts/
DBoringLayout_MetricsTest.java33 BoringLayout.Metrics bm = new BoringLayout.Metrics(); in testMetrics() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java300 Bitmap bm = ImageDecoder.decodeBitmap(src); in testDecodeBitmap() local
381 Bitmap bm = null; in testSetAllocatorDecodeBitmap() local
580 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testPostProcessorOverridesNinepatch() local
612 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testPostProcessorAndMadeOpaque() local
644 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testPostProcessorAndAddedTransparency() local
1099 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testMutable() local
1223 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testTargetSize() local
1277 Bitmap bm = ImageDecoder.decodeBitmap(src, l); in testResizeWebp() local
1543 Bitmap bm = ImageDecoder.decodeBitmap(src, (decoder, info, s) -> { in testAlphaMaskNonGray() local
1625 Bitmap bm = ImageDecoder.decodeBitmap(src); in testAlphaMask() local
[all …]
/cts/tests/pdf/src/android/graphics/pdf/cts/
DPdfRendererTest.java225 private @NonNull int[] getColorProbes(@NonNull Bitmap bm) { in getColorProbes()
247 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/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
DChargingConstraintTestActivity.java115 BatteryManager bm = (BatteryManager) getSystemService(BATTERY_SERVICE); in startTestImpl() 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.java300 final BatteryManager bm = mContext.getSystemService(BatteryManager.class); in setBatteryCharging() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedImageDrawableTest.java283 Bitmap bm = Bitmap.createBitmap(drawable.getIntrinsicWidth(), drawable.getIntrinsicHeight(), in testLifeCycleSoftware() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java853 Bitmap bm[] = new Bitmap[MAX_ALLOCATED_BITMAPS]; in takePictureTestByCamera() local