package android.view;
public final class WindowContentFrameStats
extends android.view.FrameStats
implements android.os.Parcelable
{
WindowContentFrameStats() { throw new RuntimeException("Stub!"); }
public long getFramePostedTimeNano(int index) { throw new RuntimeException("Stub!"); }
public long getFrameReadyTimeNano(int index) { throw new RuntimeException("Stub!"); }
public int describeContents() { throw new RuntimeException("Stub!"); }
public void writeToParcel(android.os.Parcel parcel, int flags) { throw new RuntimeException("Stub!"); }
public java.lang.String toString() { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.view.WindowContentFrameStats> CREATOR;
static { CREATOR = null; }
}
|