Home
last modified time | relevance | path

Searched refs:DragUtils (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/draganddrop/
DDragAndDropPolicyTest.java136 .mockStatic(DragUtils.class) in setUp()
138 when(DragUtils.canHandleDrag(any())).thenReturn(true); in setUp()
264 when(DragUtils.getLaunchIntent((ClipData) any(), anyInt())).thenReturn( in testDragIntentOverFullscreenHome_expectOnlyFullscreenTarget()
271 when(DragUtils.getLaunchIntent((ClipData) any(), anyInt())).thenReturn( in testDragIntentOverFullscreenApp_expectSplitScreenTargets()
278 when(DragUtils.getLaunchIntent((ClipData) any(), anyInt())).thenReturn( in testDragIntentOverFullscreenAppPhone_expectVerticalSplitScreenTargets()
358 assertTrue(DragUtils.getLaunchIntent(mLaunchableIntentClipData, 0) == null); in testDisallowLaunchIntentWithoutDelegationFlag()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragUtils.java33 public class DragUtils { class
DDragSession.java99 launchableIntent = DragUtils.getLaunchIntent(mInitialDragData, mInitialDragFlags); in update()
DDragAndDropController.java299 pd.isHandlingDrag = DragUtils.canHandleDrag(event); in onDrag()
303 DragUtils.getMimeTypesConcatenated(description)); in onDrag()
384 final PendingIntent launchIntent = DragUtils.getLaunchIntent(dragEvent); in onUnhandledDrop()