/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/domain/interactor/ |
D | FooterActionsInteractor.kt | 31 import com.android.systemui.animation.Expandable in <lambda>() 77 fun showDeviceMonitoringDialog(quickSettingsContext: Context, expandable: Expandable?) in <lambda>() 80 fun showForegroundServicesDialog(expandable: Expandable) in <lambda>() 85 expandable: Expandable, in <lambda>() 89 fun showSettings(expandable: Expandable) in <lambda>() 92 fun showUserSwitcher(expandable: Expandable) in <lambda>() 136 expandable: Expandable?, in showDeviceMonitoringDialog() 147 override fun showForegroundServicesDialog(expandable: Expandable) { in showForegroundServicesDialog() 153 expandable: Expandable, in showPowerMenuDialog() 163 override fun showSettings(expandable: Expandable) { in showSettings() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/viewmodel/ |
D | QSTileUserAction.kt | 19 import com.android.systemui.animation.Expandable 23 val expandable: Expandable? 25 class Click(override val expandable: Expandable?) : QSTileUserAction 26 class LongClick(override val expandable: Expandable?) : QSTileUserAction
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/tiles/base/actions/ |
D | FakeQSTileIntentUserInputHandler.kt | 21 import com.android.systemui.animation.Expandable 35 expandable: Expandable?, in handle() 43 expandable: Expandable?, in handle() 53 data class Intent(val expandable: Expandable?, val intent: android.content.Intent) : Input 55 val expandable: Expandable?,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/model/ |
D | ShowDialogRequestModel.kt | 21 import com.android.systemui.animation.Expandable 27 open val expandable: Expandable? = null, 51 override val expandable: Expandable?, 55 override val expandable: Expandable?,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/actions/ |
D | QSTileIntentUserInputHandler.kt | 25 import com.android.systemui.animation.Expandable in <lambda>() 37 expandable: Expandable?, in <lambda>() 44 expandable: Expandable?, in <lambda>() 60 expandable: Expandable?, in handle() 82 expandable: Expandable?, in handle()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/viewmodel/ |
D | FooterActionsViewModel.kt | 26 import com.android.systemui.animation.Expandable in <lambda>() 163 fun onSecurityButtonClicked(quickSettingsContext: Context, expandable: Expandable) { in FooterActionsViewModel() 171 fun onForegroundServiceButtonClicked(expandable: Expandable) { in FooterActionsViewModel() 186 fun onUserSwitcherClicked(expandable: Expandable) { in FooterActionsViewModel() 194 fun onSettingsButtonClicked(expandable: Expandable) { in FooterActionsViewModel() 202 fun onPowerButtonClicked(expandable: Expandable) { in FooterActionsViewModel() 284 onSecurityButtonClicked: (Context, Expandable) -> Unit, in securityButtonViewModel() 299 onForegroundServiceButtonClicked: (Expandable) -> Unit, in foregroundServicesButtonViewModel() 320 onUserSwitcherClicked: (Expandable) -> Unit, in userSwitcherButtonViewModel() 349 onSettingsButtonClicked: (Expandable) -> Unit, in settingsButtonViewModel() [all …]
|
D | FooterActionsForegroundServicesButtonViewModel.kt | 19 import com.android.systemui.animation.Expandable 27 val onClick: (Expandable) -> Unit,
|
D | FooterActionsSecurityButtonViewModel.kt | 20 import com.android.systemui.animation.Expandable 27 val onClick: ((quickSettingsContext: Context, Expandable) -> Unit)?,
|
D | FooterActionsButtonViewModel.kt | 21 import com.android.systemui.animation.Expandable 33 val onClick: (Expandable) -> Unit,
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/ |
D | FakeQSTile.kt | 20 import com.android.systemui.animation.Expandable 59 override fun click(expandable: Expandable?) {} in click() 61 override fun secondaryClick(expandable: Expandable?) {} in secondaryClick() 63 override fun longClick(expandable: Expandable?) {} in longClick()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/viewmodel/ |
D | TileViewModel.kt | 19 import com.android.systemui.animation.Expandable 43 fun onClick(expandable: Expandable?) { in onClick() 47 fun onLongClick(expandable: Expandable?) { in onLongClick() 51 fun onSecondaryClick(expandable: Expandable?) { in onSecondaryClick()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/tiles/base/interactor/ |
D | QSTileInputTestKtx.kt | 20 import com.android.systemui.animation.Expandable 28 expandable: Expandable? = null, 34 expandable: Expandable? = null,
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | Expandable.kt | 23 interface Expandable { interface 77 fun fromView(view: View): Expandable { in dialogTransitionController() 78 return object : Expandable { in dialogTransitionController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/ |
D | MediaOutputActionsInteractor.kt | 22 import com.android.systemui.animation.Expandable 34 fun onBarClick(model: MediaOutputComponentModel?, expandable: Expandable?) { in onBarClick() 46 private fun Expandable.dialogController(): DialogTransitionAnimator.Controller? { in dialogController() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BatteryController.java | 24 import com.android.systemui.animation.Expandable; 54 void setPowerSaveMode(boolean powerSave, @Nullable Expandable expandable); in setPowerSaveMode() 60 default WeakReference<Expandable> getLastPowerSaverStartExpandable() { in getLastPowerSaverStartExpandable()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/viewmodel/ |
D | MediaOutputSwitcherViewModel.kt | 19 import com.android.systemui.animation.Expandable 31 val onClicked: (Expandable) -> Unit,
|
D | MediaRecsCardViewModel.kt | 20 import com.android.systemui.animation.Expandable 27 val onClicked: (Expandable) -> Unit,
|
D | MediaRecViewModel.kt | 21 import com.android.systemui.animation.Expandable 35 val onClicked: ((Expandable, Int) -> Unit),
|
D | MediaPlayerViewModel.kt | 19 import com.android.systemui.animation.Expandable 41 val onClicked: (Expandable) -> Unit,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/interactor/ |
D | MediaControlInteractor.kt | 32 import com.android.systemui.animation.Expandable in <lambda>() 117 fun startClickIntent(expandable: Expandable, clickIntent: PendingIntent) { in <lambda>() 159 expandable: Expandable, in <lambda>() 171 fun startBroadcastDialog(expandable: Expandable, broadcastApp: String, packageName: String) { in <lambda>() 179 private fun Expandable.dialogController(): DialogTransitionAnimator.Controller? { in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/ |
D | CustomTileUserActionInteractor.kt | 34 import com.android.systemui.animation.Expandable 68 private val lastClickedExpandable: AtomicReference<Expandable> = AtomicReference<Expandable>() 82 expandable: Expandable?, in click() 146 expandable: Expandable?, in longClick()
|
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/ |
D | Expandable.kt | 77 import com.android.systemui.animation.Expandable in <lambda>() 116 fun Expandable( in <lambda>() method 122 onClick: ((Expandable) -> Unit)? = null, in <lambda>() 124 content: @Composable (Expandable) -> Unit, in <lambda>() 126 Expandable( in <lambda>() 161 fun Expandable( in Expandable() method 164 onClick: ((Expandable) -> Unit)? = null, in Expandable() 166 content: @Composable (Expandable) -> Unit, in Expandable() 175 movableContentOf { expandable: Expandable -> in Expandable() 307 content: @Composable (Expandable) -> Unit, in AnimatedContentInOverlay()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/ |
D | KeyguardQuickAffordanceConfig.kt | 25 import com.android.systemui.animation.Expandable 63 fun onTriggered(expandable: Expandable?): OnTriggeredResult in pickerName() 161 val expandable: Expandable?,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | KeyguardQuickAffordanceViewModel.kt | 19 import com.android.systemui.animation.Expandable 39 val expandable: Expandable?,
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/quickaffordance/ |
D | FakeKeyguardQuickAffordanceConfig.kt | 20 import com.android.systemui.animation.Expandable 45 expandable: Expandable?, in pickerName()
|