Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinderImpl.java169 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_CONTRACTED); in releaseViews()
170 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_EXPANDED); in releaseViews()
171 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_PUBLIC); in releaseViews()
228 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_PUBLIC); in inflateContentViews()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DDynamicChildBindController.java106 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_CONTRACTED); in freeContent()
107 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_EXPANDED); in freeContent()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DDynamicChildBindControllerTest.java88 verify(bindParams).markContentViewsFreeable(FLAG_CONTENT_VIEW_CONTRACTED); in testContentViewsOfChildrenBeyondCutoffAreFreed()
89 verify(bindParams).markContentViewsFreeable(FLAG_CONTENT_VIEW_EXPANDED); in testContentViewsOfChildrenBeyondCutoffAreFreed()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DRowContentBindParams.java104 public void markContentViewsFreeable(@InflationFlag int contentViews) { in markContentViewsFreeable() method in RowContentBindParams
H A DExpandableNotificationRow.java544 params.markContentViewsFreeable(inflationFlag); in freeContentViewWhenSafe()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DHeadsUpViewBinder.java128 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_HEADS_UP); in unbindHeadsUpView()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DRowContentBindStageTest.java102 params.markContentViewsFreeable(flags); in testFreeContentViews()