Searched refs:onAppTargetEvent (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/model/ |
D | QuickstepModelDelegateTest.kt | 57 underTest.onAppTargetEvent(mockedAppTargetEvent, CONTAINER_PREDICTION) in onAppTargetEvent_notifyTarget() 66 underTest.onAppTargetEvent(mockedAppTargetEvent, CONTAINER_WIDGETS_PREDICTION) in onWidgetPrediction_notifyWidgetRecommendationPredictor() 75 underTest.onAppTargetEvent(mockedAppTargetEvent, CONTAINER_HOTSEAT_PREDICTION) in onHotseatPrediction_notifyHotseatPredictor() 84 underTest.onAppTargetEvent(mockedAppTargetEvent, CONTAINER_WALLPAPERS) in onOtherClient_notifyHotseatPredictor() 97 underTest.onAppTargetEvent(appTargetEvent, CONTAINER_HOTSEAT_PREDICTION) in hotseatActionPin_recreateHotSeat() 109 underTest.onAppTargetEvent(appTargetEvent, CONTAINER_HOTSEAT_PREDICTION) in hotseatActionUnpin_recreateHotSeat() 121 underTest.onAppTargetEvent(appTargetEvent, CONTAINER_PREDICTION) in container_actionPin_notRecreateHotSeat()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/ |
D | QuickstepModelDelegate.java | 121 mAppEventProducer = new AppEventProducer(context, this::onAppTargetEvent); in QuickstepModelDelegate() 430 void onAppTargetEvent(AppTargetEvent event, int client) { in onAppTargetEvent() method in QuickstepModelDelegate
|
/packages/apps/OnDeviceAppPrediction/src/com/android/apppredictionservice/ |
D | PredictionService.java | 157 public void onAppTargetEvent(AppPredictionSessionId sessionId, AppTargetEvent event) { in onAppTargetEvent() method in PredictionService
|