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