Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DNotificationTopLineView.java55 private Set<View> mViewsToDisappear = new HashSet<>(); field in NotificationTopLineView
140 mViewsToDisappear.clear(); in onMeasure()
221 if (mViewsToDisappear.contains(child)) { in onLayout()
441 mViewsToDisappear.add(targetView); in adjust()
444 mViewsToDisappear.add(targetDivider); in adjust()