FileDocCategorySizeDatePackage
WindowContentFrameStats.javaAPI DocAndroid 5.1 API758Sat Mar 14 14:09:36 GMT 2015android.view

WindowContentFrameStats.java

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; }
}