Home
last modified time | relevance | path

Searched refs:inflationCallback (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DRowContentBindStage.java81 InflationCallback inflationCallback = new InflationCallback() { in executeStage() local
95 mBinder.bindContent(entry, row, contentToBind, bindParams, forceInflate, inflationCallback); in executeStage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java243 @Nullable NotificationRowContentBinder.InflationCallback inflationCallback) { in inflateContentViews() argument
292 if (inflationCallback != null) { in inflateContentViews()
293 inflationCallback.onAsyncInflationFinished(en); in inflateContentViews()