Home
last modified time | relevance | path

Searched refs:WindowContentFrameStats (Results 1 – 14 of 14) 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.aidl41 import android.view.WindowContentFrameStats;
265 WindowContentFrameStats getWindowContentFrameStats(IBinder token); in getWindowContentFrameStats()
DSurfaceControl.java62 …tic native boolean nativeGetContentFrameStats(long nativeObject, WindowContentFrameStats outStats); in nativeGetContentFrameStats()
401 public boolean getContentFrameStats(WindowContentFrameStats outStats) { in getContentFrameStats()
/frameworks/base/core/java/android/app/
DIUiAutomationConnection.aidl22 import android.view.WindowContentFrameStats;
43 WindowContentFrameStats getWindowContentFrameStats(int windowId); in getWindowContentFrameStats()
DUiAutomationConnection.java34 import android.view.WindowContentFrameStats;
179 public WindowContentFrameStats getWindowContentFrameStats(int windowId) throws RemoteException { in getWindowContentFrameStats()
DUiAutomation.java39 import android.view.WindowContentFrameStats;
765 public WindowContentFrameStats getWindowContentFrameStats(int windowId) { in getWindowContentFrameStats()
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DIWindowManagerImpl.java491 public WindowContentFrameStats getWindowContentFrameStats(IBinder token) in getWindowContentFrameStats()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java30 import android.view.WindowContentFrameStats;
698 private WindowContentFrameStats mTempWindowRenderStats;
10915 public WindowContentFrameStats getWindowContentFrameStats(IBinder token) { in getWindowContentFrameStats()
10930 mTempWindowRenderStats = new WindowContentFrameStats(); in getWindowContentFrameStats()
10932 WindowContentFrameStats stats = mTempWindowRenderStats; in getWindowContentFrameStats()
/frameworks/base/
DAndroid.mk504 frameworks/base/core/java/android/view/WindowContentFrameStats.aidl \
Dpreloaded-classes1532 android.view.WindowContentFrameStats$1
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt147 NO DOC BLOCK: android.view.WindowContentFrameStats Class
/frameworks/base/api/
Dsystem-current.txt5231 method public android.view.WindowContentFrameStats getWindowContentFrameStats(int);
36845 …public final class WindowContentFrameStats extends android.view.FrameStats implements android.os.P…
36850 …field public static final android.os.Parcelable.Creator<android.view.WindowContentFrameStats> CREA…
Dcurrent.txt5141 method public android.view.WindowContentFrameStats getWindowContentFrameStats(int);
34611 …public final class WindowContentFrameStats extends android.view.FrameStats implements android.os.P…
34616 …field public static final android.os.Parcelable.Creator<android.view.WindowContentFrameStats> CREA…