Searched refs:mChildrenInterestedInDrag (Results 1 – 2 of 2) sorted by relevance
193 private HashSet<View> mChildrenInterestedInDrag; field in ViewGroup1595 if (!mChildrenInterestedInDrag.contains(child)) { in onChildVisibilityChanged()1718 if (mChildrenInterestedInDrag == null) { in dispatchDragEvent()1719 mChildrenInterestedInDrag = new HashSet<View>(); in dispatchDragEvent()1721 mChildrenInterestedInDrag.clear(); in dispatchDragEvent()1753 final HashSet<View> childrenInterestedInDrag = mChildrenInterestedInDrag; in dispatchDragEvent()1889 mChildrenInterestedInDrag.add(child); in notifyChildOfDragStart()3947 mChildrenInterestedInDrag = null; in dispatchDetachedFromWindow()5621 mChildrenInterestedInDrag.remove(view); in removeViewInternal()
63543 Landroid/view/ViewGroup;->mChildrenInterestedInDrag:Ljava/util/HashSet;