Home
last modified time | relevance | path

Searched refs:appTargetEvent (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/model/
DQuickstepModelDelegateTest.kt94 val appTargetEvent = AppTargetEvent.Builder(target, AppTargetEvent.ACTION_PIN).build() in hotseatActionPin_recreateHotSeat() constant
97 underTest.onAppTargetEvent(appTargetEvent, CONTAINER_HOTSEAT_PREDICTION) in hotseatActionPin_recreateHotSeat()
107 val appTargetEvent = AppTargetEvent.Builder(target, AppTargetEvent.ACTION_UNPIN).build() in hotseatActionUnpin_recreateHotSeat() constant
109 underTest.onAppTargetEvent(appTargetEvent, CONTAINER_HOTSEAT_PREDICTION) in hotseatActionUnpin_recreateHotSeat()
118 val appTargetEvent = AppTargetEvent.Builder(target, AppTargetEvent.ACTION_UNPIN).build() in container_actionPin_notRecreateHotSeat() constant
121 underTest.onAppTargetEvent(appTargetEvent, CONTAINER_PREDICTION) in container_actionPin_notRecreateHotSeat()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DWidgetPredictionsRequester.java125 AppTargetEvent appTargetEvent = buildAppTargetEvent(uiSurface, info, componentName); in buildBundleForPredictionSession() local
126 addedAppTargetEvents.add(appTargetEvent); in buildBundleForPredictionSession()