blob: 46e1c0eca33f7ca7d0b4b9064718731da8a97318 [file] [log] [blame]
// Signature format: 4.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?);
}
}