Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java1715 final HashSet<View> childrenInterestedInDrag = mChildrenInterestedInDrag; in dispatchDragEvent() local
1716 if (childrenInterestedInDrag != null) { in dispatchDragEvent()
1717 for (View child : childrenInterestedInDrag) { in dispatchDragEvent()
1723 childrenInterestedInDrag.clear(); in dispatchDragEvent()