Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java439 View mCurrentDragView; field in ViewRootImpl
6301 mCurrentDragView = null; // Start the current-recipient tracking
6335 final View prevDragView = mCurrentDragView;
6351 if (prevDragView != mCurrentDragView) {
6356 if (mCurrentDragView != null) {
6376 mCurrentDragView = null;
6444 if (mCurrentDragView != newDragTarget && !View.sCascadedDragDrop) {
6456 if (mCurrentDragView != null) {
6458 mCurrentDragView.callDragEventHandler(event);
6472 mCurrentDragView = newDragTarget;
/frameworks/base/config/
Dhiddenapi-private-dex.txt98765 Landroid/view/ViewRootImpl;->mCurrentDragView:Landroid/view/View;