Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DRowContentBindStageTest.java85 verify(mBinder).bindContent( in testRequireContentViews()
183 verify(mBinder).bindContent( in testRebindAllContentViews()
205 verify(mBinder).bindContent( in testSetUseLowPriority()
229 verify(mBinder).bindContent( in testSetUseIncreasedHeight()
253 verify(mBinder).bindContent( in testSetUseIncreasedHeadsUpHeight()
276 verify(mBinder).bindContent( in testSetNeedsReinflation()
298 verify(mBinder).bindContent( in testSupersedesPreviousContentViews()
305 verify(mBinder).bindContent( in testSupersedesPreviousContentViews()
H A DNotificationContentInflaterTest.java209 mNotificationInflater.bindContent( in testRemovedNotInflated()
406 inflater.bindContent( in inflateAndWait()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DDynamicChildBindController.java79 bindContent(entry); in updateContentViews()
91 bindContent(childEntry); in updateContentViews()
111 private void bindContent(NotificationEntry entry) { in bindContent() method in DynamicChildBindController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationRowContentBinder.java44 void bindContent( in bindContent() method
H A DRowContentBindStage.java92 mBinder.bindContent(entry, row, contentToBind, bindParams, forceInflate, inflationCallback); in executeStage()
H A DNotificationContentInflater.java106 public void bindContent( in bindContent() method in NotificationContentInflater