Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java193 private HashSet<View> mChildrenInterestedInDrag; field in ViewGroup
1595 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt63543 Landroid/view/ViewGroup;->mChildrenInterestedInDrag:Ljava/util/HashSet;