HomeSort by relevance Sort by last modified time
    Searched defs:WindowContentFrameStats (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
WindowContentFrameStats.java 42 public final class WindowContentFrameStats extends FrameStats implements Parcelable {
49 public WindowContentFrameStats() {
71 private WindowContentFrameStats(Parcel parcel) {
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[size]
    [all...]
  /prebuilts/sdk/current/
android.jar 

Completed in 465 milliseconds