Searched refs:onInflationFinished (Results 1 – 5 of 5) sorted by relevance
148 mListener.onInflationFinished((ExpandableNotificationRow) view); in onInflateFinished()160 void onInflationFinished(ExpandableNotificationRow row); in onInflationFinished() method
54 fun onInflationFinished(entry: NotificationEntry, controller: NotifViewController) in rebindViews() method
357 mNotifInflater.inflateViews(entry, params, this::onInflationFinished);367 mNotifInflater.rebindViews(entry, params, this::onInflationFinished);389 private void onInflationFinished(NotificationEntry entry, NotifViewController controller) {
117 callback.onInflationFinished(entry, entry.getRowController()); in wrapInflationCallback()
544 mNotifInflater.getInflateCallback(mEntry).onInflationFinished(mEntry, null); in testCallConversationManagerBindWhenInflated()595 getInflateCallback(entry).onInflationFinished(entry, entry.getRowController()); in invokeInflateCallbackForEntry()