Home
last modified time | relevance | path

Searched defs:lbm (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBitmapRegionDecoder.java316 private static native Bitmap nativeDecodeRegion(long lbm, in nativeDecodeRegion()
320 private static native int nativeGetWidth(long lbm); in nativeGetWidth()
321 private static native int nativeGetHeight(long lbm); in nativeGetHeight()
322 private static native void nativeClean(long lbm); in nativeClean()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputController.java175 MediaSessionManager mediaSessionManager, LocalBluetoothManager in MediaOutputController()