Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragSession.java56 PendingIntent launchableIntent; field in DragSession
99 launchableIntent = DragUtils.getLaunchIntent(mInitialDragData, mInitialDragFlags); in update()
DDragAndDropPolicy.java312 mStarter.startIntent(session.launchableIntent, in launchIntent()
313 session.launchableIntent.getCreatorUserHandle().getIdentifier(), in launchIntent()
DDragLayout.java157 if (mSession != null && mSession.launchableIntent != null) { in onComputeInternalInsets()
175 if (mSession != null && mSession.launchableIntent != null) { in updateTouchableRegion()