Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java914 View mCurrentDragView; field in ViewRootImpl
8185 mCurrentDragView = null; // Start the current-recipient tracking in handleDragEvent()
8224 final View prevDragView = mCurrentDragView; in handleDragEvent()
8241 if (prevDragView != mCurrentDragView) { in handleDragEvent()
8246 if (mCurrentDragView != null) { in handleDragEvent()
8276 mCurrentDragView = null; in handleDragEvent()
8332 if (mCurrentDragView != newDragTarget && !View.sCascadedDragDrop) { in setDragFocus()
8344 if (mCurrentDragView != null) { in setDragFocus()
8346 mCurrentDragView.callDragEventHandler(event); in setDragFocus()
8360 mCurrentDragView = newDragTarget; in setDragFocus()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt64722 Landroid/view/ViewRootImpl;->mCurrentDragView:Landroid/view/View;