Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DDynamicChildBindControllerTest.java85 RowContentBindParams bindParams = mock(RowContentBindParams.class); in testContentViewsOfChildrenBeyondCutoffAreFreed() local
86 when(mBindStage.getStageParams(lastChild)).thenReturn(bindParams); in testContentViewsOfChildrenBeyondCutoffAreFreed()
92 verify(bindParams).markContentViewsFreeable(FLAG_CONTENT_VIEW_CONTRACTED); in testContentViewsOfChildrenBeyondCutoffAreFreed()
93 verify(bindParams).markContentViewsFreeable(FLAG_CONTENT_VIEW_EXPANDED); in testContentViewsOfChildrenBeyondCutoffAreFreed()
106 RowContentBindParams bindParams = mock(RowContentBindParams.class); in testContentViewsBeforeCutoffAreBound() local
107 when(mBindStage.getStageParams(lastChild)).thenReturn(bindParams); in testContentViewsBeforeCutoffAreBound()
113 verify(bindParams).requireContentViews(FLAG_CONTENT_VIEW_CONTRACTED); in testContentViewsBeforeCutoffAreBound()
114 verify(bindParams).requireContentViews(FLAG_CONTENT_VIEW_EXPANDED); in testContentViewsBeforeCutoffAreBound()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DRowContentBindStage.java75 BindParams bindParams = new BindParams(); in executeStage() local
76 bindParams.isMinimized = params.useMinimized(); in executeStage()
77 bindParams.usesIncreasedHeight = params.useIncreasedHeight(); in executeStage()
78 bindParams.usesIncreasedHeadsUpHeight = params.useIncreasedHeadsUpHeight(); in executeStage()
95 mBinder.bindContent(entry, row, contentToBind, bindParams, forceInflate, inflationCallback); in executeStage()
DNotificationRowContentBinder.java50 BindParams bindParams, in bindContent() argument
DNotificationContentInflater.java126 BindParams bindParams, in bindContent() argument
159 bindParams.isMinimized, in bindContent()
160 bindParams.usesIncreasedHeight, in bindContent()
161 bindParams.usesIncreasedHeadsUpHeight, in bindContent()
180 BindParams bindParams, in inflateNotificationViews() argument
188 bindParams.isMinimized, in inflateNotificationViews()
189 bindParams.usesIncreasedHeight, in inflateNotificationViews()
190 bindParams.usesIncreasedHeadsUpHeight, in inflateNotificationViews()
226 bindParams.isMinimized, in inflateNotificationViews()
DNotificationRowContentBinderImpl.kt106 bindParams: BindParams, in <lambda>()
137 bindParams.isMinimized, in <lambda>()
138 bindParams.usesIncreasedHeight, in <lambda>()
139 bindParams.usesIncreasedHeadsUpHeight, in <lambda>()
158 bindParams: BindParams, in <lambda>()
171 isMinimized = bindParams.isMinimized, in <lambda>()
172 usesIncreasedHeight = bindParams.usesIncreasedHeight, in <lambda>()
173 usesIncreasedHeadsUpHeight = bindParams.usesIncreasedHeadsUpHeight, in <lambda>()
207 bindParams.isMinimized, in <lambda>()