Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIDialogFactory.kt52 ): ComponentSystemUIDialog {
55 return ComponentSystemUIDialog(
DComponentSystemUIDialog.kt51 class ComponentSystemUIDialog( class
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/statusbar/phone/
DSystemUIDialogFactoryExt.kt78 ): ComponentSystemUIDialog { in <lambda>()
100 ): ComponentSystemUIDialog { in SystemUIDialogFactory()
144 ): ComponentSystemUIDialog { in SystemUIDialogFactory()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DEnableWidgetDialog.kt46 import com.android.systemui.statusbar.phone.ComponentSystemUIDialog
60 var dialog: ComponentSystemUIDialog? by remember { mutableStateOf(null) } in EnableWidgetDialog()