Home
last modified time | relevance | path

Searched refs:WindowContentFrameStats (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DWindowContentFrameStats.java44 public final class WindowContentFrameStats extends FrameStats implements Parcelable { class
51 public WindowContentFrameStats() { in WindowContentFrameStats() method in WindowContentFrameStats
74 private WindowContentFrameStats(Parcel parcel) { in WindowContentFrameStats() method in WindowContentFrameStats
143 …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];
H A DWindowContentFrameStats.aidl19 parcelable WindowContentFrameStats;
H A DIWindowManager.aidl64 import android.view.WindowContentFrameStats;
457 WindowContentFrameStats getWindowContentFrameStats(IBinder token); in getWindowContentFrameStats()
H A DSurfaceControl.java179 …tic native boolean nativeGetContentFrameStats(long nativeObject, WindowContentFrameStats outStats); in nativeGetContentFrameStats()
1599 public boolean getContentFrameStats(WindowContentFrameStats outStats) { in getContentFrameStats()
/aosp14/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl24 import android.view.WindowContentFrameStats;
51 WindowContentFrameStats getWindowContentFrameStats(int windowId); in getWindowContentFrameStats()
H A DUiAutomationConnection.java48 import android.view.WindowContentFrameStats;
300 public WindowContentFrameStats getWindowContentFrameStats(int windowId) throws RemoteException { in getWindowContentFrameStats()
H A DUiAutomation.java67 import android.view.WindowContentFrameStats;
1334 public WindowContentFrameStats getWindowContentFrameStats(int windowId) { in getWindowContentFrameStats()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfaceController.java40 import android.view.WindowContentFrameStats;
274 boolean getWindowContentFrameStats(WindowContentFrameStats outStats) { in getWindowContentFrameStats()
H A DWindowManagerService.java288 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()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes8939 android.view.WindowContentFrameStats$1
8940 android.view.WindowContentFrameStats
H A Dboot-image-profile.txt31737 Landroid/view/WindowContentFrameStats$1;
31738 Landroid/view/WindowContentFrameStats;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes8970 android.view.WindowContentFrameStats$1
8971 android.view.WindowContentFrameStats
H A Dboot-image-profile.txt41871 Landroid/view/WindowContentFrameStats$1;
41872 Landroid/view/WindowContentFrameStats;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt6891 …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;)Z
62076 Landroid/view/SurfaceControl;->nativeGetContentFrameStats(JLandroid/view/WindowContentFrameStats;)Z
65086 Landroid/view/WindowContentFrameStats;-><init>()V
65087 Landroid/view/WindowContentFrameStats;-><init>(Landroid/os/Parcel;)V
65088 Landroid/view/WindowContentFrameStats;->mFramesPostedTimeNano:[J
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt7374 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;