Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java542 View mCurrentDragView; field in ViewRootImpl
6853 mCurrentDragView = null; // Start the current-recipient tracking
6887 final View prevDragView = mCurrentDragView;
6903 if (prevDragView != mCurrentDragView) {
6908 if (mCurrentDragView != null) {
6928 mCurrentDragView = null;
6997 if (mCurrentDragView != newDragTarget && !View.sCascadedDragDrop) {
7009 if (mCurrentDragView != null) {
7011 mCurrentDragView.callDragEventHandler(event);
7025 mCurrentDragView = newDragTarget;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt79151 Landroid/view/ViewRootImpl;->mCurrentDragView:Landroid/view/View;