Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java912 View mCurrentDragView; field in ViewRootImpl
8944 mCurrentDragView = null; // Start the current-recipient tracking in handleDragEvent()
8983 final View prevDragView = mCurrentDragView; in handleDragEvent()
9000 if (prevDragView != mCurrentDragView) { in handleDragEvent()
9005 if (mCurrentDragView != null) { in handleDragEvent()
9035 mCurrentDragView = null; in handleDragEvent()
9109 if (mCurrentDragView != newDragTarget && !View.sCascadedDragDrop) { in setDragFocus()
9121 if (mCurrentDragView != null) { in setDragFocus()
9123 mCurrentDragView.callDragEventHandler(event); in setDragFocus()
9137 mCurrentDragView = newDragTarget; in setDragFocus()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt64079 Landroid/view/ViewRootImpl;->mCurrentDragView:Landroid/view/View;