Home
last modified time | relevance | path

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

/aosp12/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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputController.java103 boolean aboveStatusbar, MediaSessionManager mediaSessionManager, LocalBluetoothManager in MediaOutputController()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationBackend.java144 static public CharSequence getDeviceList(ICompanionDeviceManager cdm, LocalBluetoothManager lbm, in getDeviceList()