Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java204 View child = mAttachedChildren.get(i); in onLayout()
324 mAttachedChildren.add(newIndex, row); in addNotification()
357 mAttachedChildren.remove(row);
385 return mAttachedChildren.size();
521 return mAttachedChildren;
546 int size = mAttachedChildren.size();
571 int childCount = mAttachedChildren.size();
621 int childCount = mAttachedChildren.size();
795 int childCount = mAttachedChildren.size();
839 int childCount = mAttachedChildren.size();
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DNearestTouchFrame.java46 private final List<View> mAttachedChildren = new ArrayList<>(); field in NearestTouchFrame
90 mAttachedChildren.clear();
111 .forEachOrdered(mAttachedChildren::add);
115 for (int i = 0; i < mAttachedChildren.size(); i++) {
116 View child = mAttachedChildren.get(i);
134 View previousChild = mAttachedChildren.get(i - 1);