blob: a729b1263f93dc6e5fddaaae4077f632b53b2828 [file] [log] [blame]
// Signature format: 3.0
package androidx.asynclayoutinflater.view {
public final class AsyncLayoutInflater {
ctor public AsyncLayoutInflater(android.content.Context);
method @UiThread public void inflate(@LayoutRes int, android.view.ViewGroup?, androidx.asynclayoutinflater.view.AsyncLayoutInflater.OnInflateFinishedListener);
}
public static interface AsyncLayoutInflater.OnInflateFinishedListener {
method public void onInflateFinished(android.view.View, @LayoutRes int, android.view.ViewGroup?);
}
}