Searched defs:mDragNotifiedChildren (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewGroup.java128 private HashSet<View> mDragNotifiedChildren; field in class:ViewGroup
1112 if (mDragNotifiedChildren == null) {
1113 mDragNotifiedChildren = new HashSet<View>();
1115 mDragNotifiedChildren.clear();
1141 if (mDragNotifiedChildren != null) {
1142 for (View child : mDragNotifiedChildren) {
1149 mDragNotifiedChildren.clear();
1280 if (! mDragNotifiedChildren.contains(child)) {
1281 mDragNotifiedChildren.add(child);
2521 mDragNotifiedChildren
[all...]

Completed in 26 milliseconds