Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DRowContentBindStageTest.java79 verify(mBinder).bindContent( in testRequireContentViews()
116 verify(mBinder).bindContent( in testRebindAllContentViews()
138 verify(mBinder).bindContent( in testSetUseLowPriority()
162 verify(mBinder).bindContent( in testSetUseIncreasedHeight()
186 verify(mBinder).bindContent( in testSetUseIncreasedHeadsUpHeight()
209 verify(mBinder).bindContent( in testSetNeedsReinflation()
231 verify(mBinder).bindContent( in testSupersedesPreviousContentViews()
238 verify(mBinder).bindContent( in testSupersedesPreviousContentViews()
H A DNotificationContentInflaterTest.java204 mNotificationInflater.bindContent( in testRemovedNotInflated()
368 inflater.bindContent( in inflateAndWait()
/aosp12/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
/aosp12/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.java96 public void bindContent( in bindContent() method in NotificationContentInflater