Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowDragController.java99 Intent dragIntent = new Intent(); in startDragAndDrop() local
100 dragIntent.putExtra("android.intent.extra.PENDING_INTENT", contentIntent); in startDragAndDrop()
101 dragIntent.putExtra(Intent.EXTRA_USER, android.os.Process.myUserHandle()); in startDragAndDrop()
102 ClipData.Item item = new ClipData.Item(dragIntent); in startDragAndDrop()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java789 PendingIntent dragIntent = notif.contentIntent != null ? notif.contentIntent in isAvailableToDragAndDrop() local
791 if (dragIntent != null && dragIntent.isActivity() && !canBubble) { in isAvailableToDragAndDrop()