Home
last modified time | relevance | path

Searched refs:loadAsync (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
H A DClipboardImageLoader.kt57 fun loadAsync(uri: Uri, callback: Consumer<Bitmap?>) { regex
H A DClipboardOverlayController.java365 mClipboardImageLoader.loadAsync(model.getUri(), (bitmap) -> mView.post(() -> { in setExpandedView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarInflaterView.java414 ((KeyButtonView) v).loadAsync(Icon.createWithContentUri(uri)); in createView()
419 ((KeyButtonView) v).loadAsync(Icon.createWithResource(pkg, id)); in createView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DKeyButtonView.java198 public void loadAsync(Icon icon) { in loadAsync() method in KeyButtonView