Searched refs:WindowContentFrameStats (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/view/
H A DWindowContentFrameStats.aidl19 parcelable WindowContentFrameStats;
H A DWindowContentFrameStats.java42 public final class WindowContentFrameStats extends FrameStats implements Parcelable { class in inherits:FrameStats,Parcelable
49 public WindowContentFrameStats() { method in class:WindowContentFrameStats
71 private WindowContentFrameStats(Parcel parcel) { method in class:WindowContentFrameStats
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[siz
[all...]
H A DIWindowManager.aidl47 import android.view.WindowContentFrameStats;
361 WindowContentFrameStats getWindowContentFrameStats(IBinder token);
H A DSurfaceControl.java65 private static native boolean nativeGetContentFrameStats(long nativeObject, WindowContentFrameStats outStats);
446 public boolean getContentFrameStats(WindowContentFrameStats outStats) {
/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl22 import android.view.WindowContentFrameStats;
42 WindowContentFrameStats getWindowContentFrameStats(int windowId);
H A DUiAutomationConnection.java36 import android.view.WindowContentFrameStats;
187 public WindowContentFrameStats getWindowContentFrameStats(int windowId) throws RemoteException {
H A DUiAutomation.java43 import android.view.WindowContentFrameStats;
777 * @see android.view.WindowContentFrameStats
816 * WindowContentFrameStats stats = uiAutomation.getWindowContentFrameStats(windowId);
822 * @see android.view.WindowContentFrameStats
827 public WindowContentFrameStats getWindowContentFrameStats(int windowId) {
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java534 public WindowContentFrameStats getWindowContentFrameStats(IBinder token)
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfaceController.java39 import android.view.WindowContentFrameStats;
442 boolean getWindowContentFrameStats(WindowContentFrameStats outStats) {
H A DWindowManagerService.java114 import android.view.WindowContentFrameStats;
748 private WindowContentFrameStats mTempWindowRenderStats;
10103 public WindowContentFrameStats getWindowContentFrameStats(IBinder token) {
10118 mTempWindowRenderStats = new WindowContentFrameStats();
10120 WindowContentFrameStats stats = mTempWindowRenderStats;
/frameworks/base/
H A DAndroid.mk611 frameworks/base/core/java/android/view/WindowContentFrameStats.aidl \
H A Dcompiled-classes-phone4506 android.view.WindowContentFrameStats
4507 android.view.WindowContentFrameStats$1

Completed in 301 milliseconds