Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java181 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_CONTRACTED); in releaseViews()
182 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_EXPANDED); in releaseViews()
183 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_PUBLIC); in releaseViews()
185 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_SINGLE_LINE); in releaseViews()
262 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_PUBLIC); in inflateContentViews()
271 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_SINGLE_LINE); in inflateContentViews()
282 params.markContentViewsFreeable(FLAG_GROUP_SUMMARY_HEADER); in inflateContentViews()
283 params.markContentViewsFreeable(FLAG_LOW_PRIORITY_GROUP_SUMMARY_HEADER); in inflateContentViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DDynamicChildBindController.java106 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_CONTRACTED); in freeContent()
107 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_EXPANDED); in freeContent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DDynamicChildBindControllerTest.java92 verify(bindParams).markContentViewsFreeable(FLAG_CONTENT_VIEW_CONTRACTED); in testContentViewsOfChildrenBeyondCutoffAreFreed()
93 verify(bindParams).markContentViewsFreeable(FLAG_CONTENT_VIEW_EXPANDED); in testContentViewsOfChildrenBeyondCutoffAreFreed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DRowContentBindParams.java107 public void markContentViewsFreeable(@InflationFlag int contentViews) { in markContentViewsFreeable() method in RowContentBindParams
DExpandableNotificationRow.java558 params.markContentViewsFreeable(inflationFlag); in freeContentViewWhenSafe()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DHeadsUpViewBinder.java128 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_HEADS_UP); in unbindHeadsUpView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DRowContentBindStageTest.java102 params.markContentViewsFreeable(flags); in testFreeContentViews()