Searched refs:WindowContentFrameStats (Results 1 – 16 of 16) sorted by relevance
44 public final class WindowContentFrameStats extends FrameStats implements Parcelable { class51 public WindowContentFrameStats() { in WindowContentFrameStats() method in WindowContentFrameStats74 private WindowContentFrameStats(Parcel parcel) { in WindowContentFrameStats() method in WindowContentFrameStats143 …public static final @android.annotation.NonNull Parcelable.Creator<WindowContentFrameStats> CREATO…144 new Creator<WindowContentFrameStats>() {146 public WindowContentFrameStats createFromParcel(Parcel parcel) {147 return new WindowContentFrameStats(parcel);151 public WindowContentFrameStats[] newArray(int size) {152 return new WindowContentFrameStats[size];
19 parcelable WindowContentFrameStats;
64 import android.view.WindowContentFrameStats;457 WindowContentFrameStats getWindowContentFrameStats(IBinder token); in getWindowContentFrameStats()
179 …tic native boolean nativeGetContentFrameStats(long nativeObject, WindowContentFrameStats outStats); in nativeGetContentFrameStats()1599 public boolean getContentFrameStats(WindowContentFrameStats outStats) { in getContentFrameStats()
24 import android.view.WindowContentFrameStats;51 WindowContentFrameStats getWindowContentFrameStats(int windowId); in getWindowContentFrameStats()
48 import android.view.WindowContentFrameStats;300 public WindowContentFrameStats getWindowContentFrameStats(int windowId) throws RemoteException { in getWindowContentFrameStats()
67 import android.view.WindowContentFrameStats;1334 public WindowContentFrameStats getWindowContentFrameStats(int windowId) { in getWindowContentFrameStats()
40 import android.view.WindowContentFrameStats;274 boolean getWindowContentFrameStats(WindowContentFrameStats outStats) { in getWindowContentFrameStats()
288 import android.view.WindowContentFrameStats;996 private WindowContentFrameStats mTempWindowRenderStats;6521 public WindowContentFrameStats getWindowContentFrameStats(IBinder token) { in getWindowContentFrameStats()6536 mTempWindowRenderStats = new WindowContentFrameStats(); in getWindowContentFrameStats()6538 WindowContentFrameStats stats = mTempWindowRenderStats; in getWindowContentFrameStats()
8939 android.view.WindowContentFrameStats$18940 android.view.WindowContentFrameStats
31737 Landroid/view/WindowContentFrameStats$1;31738 Landroid/view/WindowContentFrameStats;
8970 android.view.WindowContentFrameStats$18971 android.view.WindowContentFrameStats
41871 Landroid/view/WindowContentFrameStats$1;41872 Landroid/view/WindowContentFrameStats;
6891 …tomationConnection$Stub$Proxy;->getWindowContentFrameStats(I)Landroid/view/WindowContentFrameStats;6921 …d/app/IUiAutomationConnection;->getWindowContentFrameStats(I)Landroid/view/WindowContentFrameStats;9147 …id/app/UiAutomationConnection;->getWindowContentFrameStats(I)Landroid/view/WindowContentFrameStats;60872 …Stub$Proxy;->getWindowContentFrameStats(Landroid/os/IBinder;)Landroid/view/WindowContentFrameStats;61045 …dowManager;->getWindowContentFrameStats(Landroid/os/IBinder;)Landroid/view/WindowContentFrameStats;62046 Landroid/view/SurfaceControl;->getContentFrameStats(Landroid/view/WindowContentFrameStats;)Z62076 Landroid/view/SurfaceControl;->nativeGetContentFrameStats(JLandroid/view/WindowContentFrameStats;)Z65086 Landroid/view/WindowContentFrameStats;-><init>()V65087 Landroid/view/WindowContentFrameStats;-><init>(Landroid/os/Parcel;)V65088 Landroid/view/WindowContentFrameStats;->mFramesPostedTimeNano:[J[all …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7374 method public android.view.WindowContentFrameStats getWindowContentFrameStats(int);53747 …public final class WindowContentFrameStats extends android.view.FrameStats implements android.os.P…53752 …ll public static final android.os.Parcelable.Creator<android.view.WindowContentFrameStats> CREATOR;