Home
last modified time | relevance | path

Searched defs:dragData (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowDragController.java141 ClipData dragData = new ClipData(clipDescription, item); in startDragAndDrop() local
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleTransitionsTest.java233 BubbleTransitions.DragData dragData = new BubbleTransitions.DragData( in testConvertToBubble_drag() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleTransitions.java105 DragData dragData, boolean inflateSync) { in startConvertToBubble()
267 @Nullable DragData dragData, boolean inflateSync) { in ConvertToBubble()
DBubbleController.java1601 @Nullable BubbleTransitions.DragData dragData) { in expandStackAndSelectBubble()