Home
last modified time | relevance | path

Searched refs:onLoad (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/clocks/
H A DClockRegistryTest.kt91 var onLoad: (() -> Unit)? = null
110 onLoad?.invoke()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java120 Runnable onLoad = new Runnable() { in init() local
132 setCropViewTileSource(bitmapSource, true, false, onLoad); in init()