Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java53 ClipDescription mDataDescription; field in DragState
186 mDataDescription = (mData != null) ? mData.getDescription() : null; in broadcastDragStartedLw()
198 sendDragStartedLw(windows.get(i), touchX, touchY, mDataDescription); in broadcastDragStartedLw() local
258 sendDragStartedLw(newWin, mCurrentX, mCurrentY, mDataDescription); in sendDragStartedIfNeededLw()