Home
last modified time | relevance | path

Searched refs:DialogCuj (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/dialog/
DDialogShowerImpl.kt21 import com.android.systemui.animation.DialogCuj
30 override fun showDialog(dialog: Dialog, cuj: DialogCuj) { in showDialog()
DUserSwitcherDialogCoordinator.kt26 import com.android.systemui.animation.DialogCuj in <lambda>()
87 DialogCuj( in <lambda>()
112 DialogCuj( in <lambda>()
127 DialogCuj( in <lambda>()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DExpandable.kt67 fun dialogTransitionController(cuj: DialogCuj? = null): DialogTransitionAnimator.Controller? in dialogTransitionController()
95 cuj: DialogCuj? in dialogTransitionController()
DDialogTransitionAnimator.kt100 val cuj: DialogCuj? in <lambda>()
171 fun fromView(source: View, cuj: DialogCuj? = null): Controller? { in <lambda>()
221 cuj: DialogCuj? = null, in <lambda>()
307 cuj: DialogCuj? = null, in <lambda>()
501 data class DialogCuj(@CujType val cujType: Int, val tag: String? = null) class
DViewDialogTransitionAnimatorController.kt32 override val cuj: DialogCuj?,
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/
DMediaOutputActionsInteractor.kt20 import com.android.systemui.animation.DialogCuj
49 DialogCuj( in dialogController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/user/
DUserSwitchDialogController.kt29 import com.android.systemui.animation.DialogCuj in <lambda>()
101 DialogCuj(InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, INTERACTION_JANK_TAG) in <lambda>()
118 fun showDialog(dialog: Dialog, cuj: DialogCuj) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogManager.kt20 import com.android.systemui.animation.DialogCuj
72 DialogCuj(InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, INTERACTION_JANK_TAG) in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputDialogManager.kt25 import com.android.systemui.animation.DialogCuj
63 DialogCuj( in createAndShow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/
DHearingDevicesDialogManager.java24 import com.android.systemui.animation.DialogCuj;
99 new DialogCuj(InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, in showDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/fontscaling/domain/interactor/
DFontScalingTileUserActionInteractor.kt23 import com.android.systemui.animation.DialogCuj
64 DialogCuj( in handleInput()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandableController.kt45 import com.android.systemui.animation.DialogCuj
151 cuj: DialogCuj? in dialogTransitionController()
305 private fun dialogController(cuj: DialogCuj?): DialogTransitionAnimator.Controller { in dialogController()
309 override val cuj: DialogCuj? = cuj in dialogController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/saver/domain/interactor/
DDataSaverTileUserActionInteractor.kt23 import com.android.systemui.animation.DialogCuj in <lambda>()
90 DialogCuj( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DFontScalingTile.kt25 import com.android.systemui.animation.DialogCuj
87 DialogCuj( in handleClick()
DDataSaverTile.java30 import com.android.systemui.animation.DialogCuj;
118 expandable.dialogTransitionController(new DialogCuj( in handleClick()
DRecordIssueTile.kt32 import com.android.systemui.animation.DialogCuj
166 .dialogTransitionController(DialogCuj(CUJ_SHADE_DIALOG_OPEN, TILE_SPEC)) in showPrompt()
DScreenRecordTile.java32 import com.android.systemui.animation.DialogCuj;
198 expandable.dialogTransitionController(new DialogCuj( in showPrompt()
DDndTile.java47 import com.android.systemui.animation.DialogCuj;
188 expandable.dialogTransitionController(new DialogCuj( in enableZenMode()
DCastTile.java41 import com.android.systemui.animation.DialogCuj;
247 new DialogCuj(InteractionJankMonitor.CUJ_SHADE_DIALOG_OPEN, in showDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/screenrecord/domain/interactor/
DScreenRecordTileUserActionInteractor.kt22 import com.android.systemui.animation.DialogCuj
115 DialogCuj( in showPrompt()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/interactor/
DMediaControlInteractor.kt30 import com.android.systemui.animation.DialogCuj in <lambda>()
182 DialogCuj(Cuj.CUJ_SHADE_DIALOG_OPEN, MediaOutputDialogManager.INTERACTION_JANK_TAG) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogViewModel.kt33 import com.android.systemui.animation.DialogCuj
100 DialogCuj( in showDialog()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DDialogTransitionAnimatorTest.kt205 cuj = DialogCuj(Cuj.CUJ_SHADE_DIALOG_OPEN) in testCujSpecificationLogsInteraction()
221 cuj = DialogCuj(Cuj.CUJ_USER_DIALOG_OPEN) in testShowFromDialogCujSpecificationLogsInteraction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DFgsManagerController.kt58 import com.android.systemui.animation.DialogCuj in <lambda>()
409 DialogCuj( in showDialog()
DQSSecurityFooterUtils.java76 import com.android.systemui.animation.DialogCuj;
460 expandable != null ? expandable.dialogTransitionController(new DialogCuj( in createDialog()

12