Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/view/
DPreviewActionFloatingSheet.kt49 private val floatingSheetView: ViewGroup in <lambda>() constant
57 floatingSheetView = requireViewById(R.id.floating_sheet_content) in <lambda>()
58 SizeCalculator.adjustBackgroundCornerRadius(floatingSheetView) in <lambda>()
91 floatingSheetView.removeAllViews() in <lambda>()
92 floatingSheetView.addView(view) in <lambda>()
116 floatingSheetView.removeAllViews() in <lambda>()
117 floatingSheetView.addView(view) in <lambda>()
154 floatingSheetView.removeAllViews() in <lambda>()
155 floatingSheetView.addView(view) in <lambda>()
169 floatingSheetView.removeAllViews() in <lambda>()
[all …]
/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>()