Searched refs:mChildrenInterestedInDrag (Results 1 – 2 of 2) 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()3840 mChildrenInterestedInDrag = null; in dispatchDetachedFromWindow()5515 mChildrenInterestedInDrag.remove(view); in removeViewInternal()
78615 Landroid/view/ViewGroup;->mChildrenInterestedInDrag:Ljava/util/HashSet;