Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DRowContentBindStageTest.java76 mRowContentBindStage.executeStage(mEntry, mRow, (en) -> { }); in testRequireContentViews()
97 mRowContentBindStage.executeStage(mEntry, mRow, (en) -> { }); in testFreeContentViews()
113 mRowContentBindStage.executeStage(mEntry, mRow, (en) -> { }); in testRebindAllContentViews()
134 mRowContentBindStage.executeStage(mEntry, mRow, (en) -> { }); in testSetUseLowPriority()
158 mRowContentBindStage.executeStage(mEntry, mRow, (en) -> { }); in testSetUseIncreasedHeight()
182 mRowContentBindStage.executeStage(mEntry, mRow, (en) -> { }); in testSetUseIncreasedHeadsUpHeight()
206 mRowContentBindStage.executeStage(mEntry, mRow, (en) -> { }); in testSetNeedsReinflation()
224 mRowContentBindStage.executeStage(mEntry, mRow, (en) -> { }); in testSupersedesPreviousContentViews()
228 mRowContentBindStage.executeStage(mEntry, mRow, (en) -> { }); in testSupersedesPreviousContentViews()
DNotifBindPipelineTest.java143 protected void executeStage(@NonNull NotificationEntry entry, in executeStage() method in NotifBindPipelineTest.TestBindStage
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DBindStage.java49 protected abstract void executeStage( in executeStage() method in BindStage
DRowContentBindStage.java54 protected void executeStage( in executeStage() method in RowContentBindStage
DNotifBindPipeline.java189 mStage.executeStage(entry, row, (en) -> onPipelineComplete(en)); in startPipeline()