Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DFloatingSheet.kt49 private val floatingSheetView: ViewGroup in <lambda>() constant
63 floatingSheetView = requireViewById(R.id.floating_sheet_content) in <lambda>()
64 SizeCalculator.adjustBackgroundCornerRadius(floatingSheetView) in <lambda>()
84 floatingSheetView.addView(floatingSheetContent.contentView) in <lambda>()
90 floatingSheetView.background = in <lambda>()
92 if (floatingSheetView.childCount > 0) { in <lambda>()
94 floatingSheetView.removeAllViews() in <lambda>()
99 floatingSheetView.addView(it.contentView) in <lambda>()