Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
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()
DNotificationContentInflaterTest.java218 mNotificationInflater.bindContent( in testRemovedNotInflated()
418 inflater.bindContent( in inflateAndWait()
DNotificationRowContentBinderImplTest.kt211 mNotificationInflater.bindContent( in <lambda>()
560 inflater.bindContent( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DDynamicChildBindController.java79 bindContent(entry); in updateContentViews()
91 bindContent(childEntry); in updateContentViews()
111 private void bindContent(NotificationEntry entry) { in bindContent() method in DynamicChildBindController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinder.java46 void bindContent( in bindContent() method
DRowContentBindStage.java95 mBinder.bindContent(entry, row, contentToBind, bindParams, forceInflate, inflationCallback); in executeStage()
DNotificationContentInflater.java122 public void bindContent( in bindContent() method in NotificationContentInflater
DNotificationRowContentBinderImpl.kt102 override fun bindContent( in <lambda>() method in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderImpl