Searched refs:ACTION_UNPIN (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/ |
D | AppEventProducer.java | 22 import static android.app.prediction.AppTargetEvent.ACTION_UNPIN; 149 sendEvent(mLastDragItem, ACTION_UNPIN, CONTAINER_HOTSEAT_PREDICTION); in consume() 162 sendEvent(atomInfo, ACTION_UNPIN, CONTAINER_HOTSEAT_PREDICTION); in consume() 166 sendEvent(createTempFolderTarget(), atomInfo, ACTION_UNPIN, in consume() local 172 sendEvent(mLastDragItem, ACTION_UNPIN, CONTAINER_HOTSEAT_PREDICTION); in consume() 175 sendEvent(mLastDragItem, ACTION_UNPIN, CONTAINER_WIDGETS_PREDICTION); in consume()
|
D | QuickstepModelDelegate.java | 450 || event.getAction() == AppTargetEvent.ACTION_UNPIN)) { in onAppTargetEvent()
|
/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/model/ |
D | QuickstepModelDelegateTest.kt | 107 val appTargetEvent = AppTargetEvent.Builder(target, AppTargetEvent.ACTION_UNPIN).build() in hotseatActionUnpin_recreateHotSeat() 118 val appTargetEvent = AppTargetEvent.Builder(target, AppTargetEvent.ACTION_UNPIN).build() in container_actionPin_notRecreateHotSeat()
|