/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/dialog/ |
D | DialogShowerImpl.kt | 21 import com.android.systemui.animation.DialogCuj 30 override fun showDialog(dialog: Dialog, cuj: DialogCuj) { in showDialog()
|
D | UserSwitcherDialogCoordinator.kt | 26 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/ |
D | Expandable.kt | 67 fun dialogTransitionController(cuj: DialogCuj? = null): DialogTransitionAnimator.Controller? in dialogTransitionController() 95 cuj: DialogCuj? in dialogTransitionController()
|
D | DialogTransitionAnimator.kt | 100 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
|
D | ViewDialogTransitionAnimatorController.kt | 32 override val cuj: DialogCuj?,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/ |
D | MediaOutputActionsInteractor.kt | 20 import com.android.systemui.animation.DialogCuj 49 DialogCuj( in dialogController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/user/ |
D | UserSwitchDialogController.kt | 29 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/ |
D | InternetDialogManager.kt | 20 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/ |
D | MediaOutputDialogManager.kt | 25 import com.android.systemui.animation.DialogCuj 63 DialogCuj( in createAndShow()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/ |
D | HearingDevicesDialogManager.java | 24 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/ |
D | FontScalingTileUserActionInteractor.kt | 23 import com.android.systemui.animation.DialogCuj 64 DialogCuj( in handleInput()
|
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/ |
D | ExpandableController.kt | 45 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/ |
D | DataSaverTileUserActionInteractor.kt | 23 import com.android.systemui.animation.DialogCuj in <lambda>() 90 DialogCuj( in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | FontScalingTile.kt | 25 import com.android.systemui.animation.DialogCuj 87 DialogCuj( in handleClick()
|
D | DataSaverTile.java | 30 import com.android.systemui.animation.DialogCuj; 118 expandable.dialogTransitionController(new DialogCuj( in handleClick()
|
D | RecordIssueTile.kt | 32 import com.android.systemui.animation.DialogCuj 166 .dialogTransitionController(DialogCuj(CUJ_SHADE_DIALOG_OPEN, TILE_SPEC)) in showPrompt()
|
D | ScreenRecordTile.java | 32 import com.android.systemui.animation.DialogCuj; 198 expandable.dialogTransitionController(new DialogCuj( in showPrompt()
|
D | DndTile.java | 47 import com.android.systemui.animation.DialogCuj; 188 expandable.dialogTransitionController(new DialogCuj( in enableZenMode()
|
D | CastTile.java | 41 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/ |
D | ScreenRecordTileUserActionInteractor.kt | 22 import com.android.systemui.animation.DialogCuj 115 DialogCuj( in showPrompt()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/interactor/ |
D | MediaControlInteractor.kt | 30 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/ |
D | BluetoothTileDialogViewModel.kt | 33 import com.android.systemui.animation.DialogCuj 100 DialogCuj( in showDialog()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
D | DialogTransitionAnimatorTest.kt | 205 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/ |
D | FgsManagerController.kt | 58 import com.android.systemui.animation.DialogCuj in <lambda>() 409 DialogCuj( in showDialog()
|
D | QSSecurityFooterUtils.java | 76 import com.android.systemui.animation.DialogCuj; 460 expandable != null ? expandable.dialogTransitionController(new DialogCuj( in createDialog()
|