Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowContentFrameStats.java42 public final class WindowContentFrameStats extends FrameStats implements Parcelable { class
49 public WindowContentFrameStats() { in WindowContentFrameStats() method in WindowContentFrameStats
71 private WindowContentFrameStats(Parcel parcel) { in WindowContentFrameStats() method in 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];
DWindowContentFrameStats.aidl19 parcelable WindowContentFrameStats;
DIWindowManager.aidl47 import android.view.WindowContentFrameStats;
361 WindowContentFrameStats getWindowContentFrameStats(IBinder token); in getWindowContentFrameStats()
DSurfaceControl.java65 …tic native boolean nativeGetContentFrameStats(long nativeObject, WindowContentFrameStats outStats); in nativeGetContentFrameStats()
446 public boolean getContentFrameStats(WindowContentFrameStats outStats) { in getContentFrameStats()
/frameworks/base/core/java/android/app/
DIUiAutomationConnection.aidl22 import android.view.WindowContentFrameStats;
42 WindowContentFrameStats getWindowContentFrameStats(int windowId); in getWindowContentFrameStats()
DUiAutomationConnection.java36 import android.view.WindowContentFrameStats;
187 public WindowContentFrameStats getWindowContentFrameStats(int windowId) throws RemoteException { in getWindowContentFrameStats()
DUiAutomation.java43 import android.view.WindowContentFrameStats;
827 public WindowContentFrameStats getWindowContentFrameStats(int windowId) { in getWindowContentFrameStats()
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DIWindowManagerImpl.java534 public WindowContentFrameStats getWindowContentFrameStats(IBinder token) in getWindowContentFrameStats()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java39 import android.view.WindowContentFrameStats;
442 boolean getWindowContentFrameStats(WindowContentFrameStats outStats) { in getWindowContentFrameStats()
DWindowManagerService.java114 import android.view.WindowContentFrameStats;
748 private WindowContentFrameStats mTempWindowRenderStats;
10103 public WindowContentFrameStats getWindowContentFrameStats(IBinder token) { in getWindowContentFrameStats()
10118 mTempWindowRenderStats = new WindowContentFrameStats(); in getWindowContentFrameStats()
10120 WindowContentFrameStats stats = mTempWindowRenderStats; in getWindowContentFrameStats()
/frameworks/base/
DAndroid.mk611 frameworks/base/core/java/android/view/WindowContentFrameStats.aidl \
Dpreloaded-classes2260 android.view.WindowContentFrameStats
2261 android.view.WindowContentFrameStats$1
Dcompiled-classes-phone4506 android.view.WindowContentFrameStats
4507 android.view.WindowContentFrameStats$1
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt147 NO DOC BLOCK: android.view.WindowContentFrameStats Class
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5141 method public android.view.WindowContentFrameStats getWindowContentFrameStats(int);
34609 …public final class WindowContentFrameStats extends android.view.FrameStats implements android.os.P…
34614 …field public static final android.os.Parcelable.Creator<android.view.WindowContentFrameStats> CREA…
/frameworks/base/api/
Dcurrent.txt5637 method public android.view.WindowContentFrameStats getWindowContentFrameStats(int);
43590 …public final class WindowContentFrameStats extends android.view.FrameStats implements android.os.P…
43595 …field public static final android.os.Parcelable.Creator<android.view.WindowContentFrameStats> CREA…
Dtest-current.txt5639 method public android.view.WindowContentFrameStats getWindowContentFrameStats(int);
43669 …public final class WindowContentFrameStats extends android.view.FrameStats implements android.os.P…
43674 …field public static final android.os.Parcelable.Creator<android.view.WindowContentFrameStats> CREA…
Dsystem-current.txt5785 method public android.view.WindowContentFrameStats getWindowContentFrameStats(int);
46591 …public final class WindowContentFrameStats extends android.view.FrameStats implements android.os.P…
46596 …field public static final android.os.Parcelable.Creator<android.view.WindowContentFrameStats> CREA…