Searched refs:inflationCallback (Results 1 – 2 of 2) sorted by relevance
81 InflationCallback inflationCallback = new InflationCallback() { in executeStage() local95 mBinder.bindContent(entry, row, contentToBind, bindParams, forceInflate, inflationCallback); in executeStage()
243 @Nullable NotificationRowContentBinder.InflationCallback inflationCallback) { in inflateContentViews() argument292 if (inflationCallback != null) { in inflateContentViews()293 inflationCallback.onAsyncInflationFinished(en); in inflateContentViews()