blob: b21e2a63ef80e24063ad2bd0336372c653de5296 [file] [log] [blame]
package androidx.asynclayoutinflater.view {
public final class AsyncLayoutInflater {
ctor public AsyncLayoutInflater(android.content.Context);
method public void inflate(int, android.view.ViewGroup, androidx.asynclayoutinflater.view.AsyncLayoutInflater.OnInflateFinishedListener);
}
public static abstract interface AsyncLayoutInflater.OnInflateFinishedListener {
method public abstract void onInflateFinished(android.view.View, int, android.view.ViewGroup);
}
}