Searched refs:mChildrenInterestedInDrag (Results 1 – 1 of 1) sorted by relevance
181 private HashSet<View> mChildrenInterestedInDrag; field in ViewGroup1557 if (!mChildrenInterestedInDrag.contains(child)) { in onChildVisibilityChanged()1680 if (mChildrenInterestedInDrag == null) { in dispatchDragEvent()1681 mChildrenInterestedInDrag = new HashSet<View>(); in dispatchDragEvent()1683 mChildrenInterestedInDrag.clear(); in dispatchDragEvent()1715 final HashSet<View> childrenInterestedInDrag = mChildrenInterestedInDrag; in dispatchDragEvent()1851 mChildrenInterestedInDrag.add(child); in notifyChildOfDragStart()3796 mChildrenInterestedInDrag = null; in dispatchDetachedFromWindow()5471 mChildrenInterestedInDrag.remove(view); in removeViewInternal()