Home
last modified time | relevance | path

Searched refs:dragIntent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryAdapter.kt161 val dragIntent = in canDragAndDrop() constant
163 if (dragIntent != null && dragIntent.isActivity && !canBubble) { in canDragAndDrop()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowDragController.java135 Intent dragIntent = new Intent(); in startDragAndDrop() local
136 dragIntent.putExtra(ClipDescription.EXTRA_PENDING_INTENT, contentIntent); in startDragAndDrop()
137 dragIntent.putExtra(Intent.EXTRA_USER, android.os.Process.myUserHandle()); in startDragAndDrop()
138 ClipData.Item item = new ClipData.Item(dragIntent); in startDragAndDrop()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java908 PendingIntent dragIntent = notif.contentIntent != null ? notif.contentIntent in isAvailableToDragAndDrop() local
910 if (dragIntent != null && dragIntent.isActivity() && !canBubble) { in isAvailableToDragAndDrop()