Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DFloatingSheet.kt42 annotation class FloatingSheetContentType in <lambda>() class
53 MutableMap<@FloatingSheetContentType Int, FloatingSheetContent<*>?> = in <lambda>()
79 @FloatingSheetContentType type: Int, in <lambda>()
129 fun updateContentViewWithAnimation(@FloatingSheetContentType type: Int) { in <lambda>()
150 fun updateContentView(@FloatingSheetContentType type: Int) { in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DPreviewFragment.java421 @FloatingSheet.Companion.FloatingSheetContentType int floatingSheetType) { in getFloatingSheetControlButtonChangeListener()