Home
last modified time | relevance | path

Searched defs:expandable (Results 1 – 25 of 79) sorted by relevance

1234

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/shared/model/
DQSTileUserAction.kt23 val expandable: Expandable? constant
25 class Click(override val expandable: Expandable?) : QSTileUserAction constant in com.android.systemui.qs.tiles.base.shared.model.QSTileUserAction.Click
27 class ToggleClick(override val expandable: Expandable?) : QSTileUserAction constant in com.android.systemui.qs.tiles.base.shared.model.QSTileUserAction.ToggleClick
29 class LongClick(override val expandable: Expandable?) : QSTileUserAction constant in com.android.systemui.qs.tiles.base.shared.model.QSTileUserAction.LongClick
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/media/controls/domain/interactor/
DMediaControlInteractorTest.kt125 val expandable = mock<Expandable>() in startClickIntent_showOverLockscreen() constant
146 val expandable = mock<Expandable>() in startClickIntent_hideOverLockscreen() constant
197 val expandable = mock<Expandable>() in startMediaOutputDialog() constant
216 val expandable = mock<Expandable>() in startBroadcastDialog() constant
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DComposableControllerFactory.kt43 protected val expandable = MutableStateFlow<Expandable?>(null) constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/model/
DShowDialogRequestModel.kt27 open val expandable: Expandable? = null, constant in com.android.systemui.user.domain.model.ShowDialogRequestModel
51 override val expandable: Expandable?, constant in com.android.systemui.user.domain.model.ShowDialogRequestModel.ShowUserSwitcherDialog
55 override val expandable: Expandable?, constant in com.android.systemui.user.domain.model.ShowDialogRequestModel.ShowUserSwitcherFullscreenDialog
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/footer/domain/interactor/
DFooterActionsInteractorTest.kt73 val expandable = mock<Expandable>() in showDeviceMonitoringDialog() constant
84 val expandable = mock<Expandable>() in showPowerMenuDialog() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/modes/domain/interactor/
DModesTileUserActionInteractorTest.kt72 val expandable = mock<Expandable>() in <lambda>() constant
82 val expandable = mock<Expandable>() in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java129 protected void handleClick(@Nullable Expandable expandable) { in handleClick()
158 private void handleClickEvent(@Nullable Expandable expandable) { in handleClickEvent()
173 protected void handleSecondaryClick(@Nullable Expandable expandable) { in handleSecondaryClick()
DDndTile.java155 protected void handleClick(@Nullable Expandable expandable) { in handleClick()
170 private void enableZenMode(@Nullable Expandable expandable) { in enableZenMode()
215 protected void handleSecondaryClick(@Nullable Expandable expandable) { in handleSecondaryClick()
DFlashlightTile.java102 protected void handleClick(@Nullable Expandable expandable) { in handleClick()
117 protected void handleLongClick(@Nullable Expandable expandable) { in handleLongClick()
DReduceBrightColorsTile.java115 protected void handleLongClick(@Nullable Expandable expandable) { in handleLongClick()
124 protected void handleClick(@Nullable Expandable expandable) { in handleClick()
DCastTile.java174 protected void handleLongClick(@Nullable Expandable expandable) { in handleLongClick()
179 protected void handleClick(@Nullable Expandable expandable) { in handleClick()
251 private void showDialog(@Nullable Expandable expandable) { in showDialog()
DScreenRecordTile.java129 protected void handleClick(@Nullable Expandable expandable) { in handleClick()
133 private void showDialog(@Nullable Expandable expandable) { in showDialog()
DWorkModeTile.java91 public void handleClick(@Nullable Expandable expandable) { in handleClick()
DHearingDevicesTile.java100 protected void handleClick(@Nullable Expandable expandable) { in handleClick()
DColorInversionTile.java116 protected void handleClick(@Nullable Expandable expandable) { in handleClick()
DSensorPrivacyToggleTile.java103 protected void handleClick(@Nullable Expandable expandable) { in handleClick()
DOneHandedModeTile.java117 protected void handleClick(@Nullable Expandable expandable) { in handleClick()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/tiles/base/domain/actions/
DFakeQSTileIntentUserInputHandler.kt53 data class Intent(val expandable: Expandable?, val intent: android.content.Intent) : Input constant in com.android.systemui.qs.tiles.base.domain.actions.FakeQSTileIntentUserInputHandler.Input.Intent
56 val expandable: Expandable?, constant in com.android.systemui.qs.tiles.base.domain.actions.FakeQSTileIntentUserInputHandler.Input.PendingIntent
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileImpl.java151 protected abstract void handleClick(@Nullable Expandable expandable); in handleClick()
296 public void click(@Nullable Expandable expandable) { in click()
311 public void secondaryClick(@Nullable Expandable expandable) { in secondaryClick()
324 public void longClick(@Nullable Expandable expandable) { in longClick()
424 protected void handleSecondaryClick(@Nullable Expandable expandable) { in handleSecondaryClick()
435 protected void handleLongClick(@Nullable Expandable expandable) { in handleLongClick()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTile.java64 void click(@Nullable Expandable expandable); in click()
71 void secondaryClick(@Nullable Expandable expandable); in secondaryClick()
78 void longClick(@Nullable Expandable expandable); in longClick()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/customize/
DTileQueryHelperTest.java400 public void click(@Nullable Expandable expandable) {} in click()
403 public void secondaryClick(@Nullable Expandable expandable) {} in secondaryClick()
406 public void longClick(@Nullable Expandable expandable) {} in longClick()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/call/ui/viewmodel/
DCallChipViewModelTest.kt525 val expandable = mock<Expandable>() in chipWithReturnAnimation_updatesCorrectly_withStateAndTransitionState() constant
676 val expandable = mock<Expandable>() in chipWithReturnAnimation_chipDataChangesMidTransition() constant
756 val expandable = mock<Expandable>() in chipWithReturnAnimation_chipDisappearsMidTransition() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/
DHearingDevicesDialogManager.java75 public void showDialog(Expandable expandable, in showDialog()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/
DHearingDevicesTileTest.java137 Expandable expandable = Expandable.fromView(new View(mContext)); in handleClick_dialogShown() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/screenrecord/domain/interactor/
DScreenRecordTileUserActionInteractorTest.kt126 val expandable = in <lambda>() constant

1234