Searched refs:mChildrenInterestedInDrag (Results 1 – 1 of 1) sorted by relevance
172 private HashSet<View> mChildrenInterestedInDrag; field in ViewGroup1469 if (!mChildrenInterestedInDrag.contains(child)) { in onChildVisibilityChanged()1592 if (mChildrenInterestedInDrag == null) { in dispatchDragEvent()1593 mChildrenInterestedInDrag = new HashSet<View>(); in dispatchDragEvent()1595 mChildrenInterestedInDrag.clear(); in dispatchDragEvent()1627 final HashSet<View> childrenInterestedInDrag = mChildrenInterestedInDrag; in dispatchDragEvent()1763 mChildrenInterestedInDrag.add(child); in notifyChildOfDragStart()3683 mChildrenInterestedInDrag = null; in dispatchDetachedFromWindow()5281 mChildrenInterestedInDrag.remove(view); in removeViewInternal()