Searched defs:WindowContentFrameStats (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DWindowContentFrameStats.java42 public final class WindowContentFrameStats extends FrameStats implements Parcelable { class in inherits:FrameStats,Parcelable
49 public WindowContentFrameStats() { method in class:WindowContentFrameStats
71 private WindowContentFrameStats(Parcel parcel) { method in class:WindowContentFrameStats
132 builder.append("WindowContentFrameStats[");
140 public static final Parcelable.Creator<WindowContentFrameStats> CREATOR =
141 new Creator<WindowContentFrameStats>() {
143 public WindowContentFrameStats createFromParcel(Parcel parcel) {
144 return new WindowContentFrameStats(parcel);
148 public WindowContentFrameStats[] newArray(int size) {
149 return new WindowContentFrameStats[siz
[all...]

Completed in 175 milliseconds