Searched refs:clearWindowContentFrameStats (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl41 boolean clearWindowContentFrameStats(int windowId);
H A DUiAutomationConnection.java167 public boolean clearWindowContentFrameStats(int windowId) throws RemoteException { method in class:UiAutomationConnection
180 return mWindowManager.clearWindowContentFrameStats(token);
H A DUiAutomation.java791 public boolean clearWindowContentFrameStats(int windowId) { method in class:UiAutomation
800 return mUiAutomationConnection.clearWindowContentFrameStats(windowId);
812 * #clearWindowContentFrameStats(int)} followed by an interaction with the UI and
820 * uiAutimation.clearWindowContentFrameStats(windowId);
832 * @see #clearWindowContentFrameStats(int)
/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl303 boolean clearWindowContentFrameStats(IBinder token);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java453 public boolean clearWindowContentFrameStats(IBinder token) throws RemoteException { method in class:IWindowManagerImpl
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfaceController.java476 boolean clearWindowContentFrameStats() { method in class:WindowSurfaceController
H A DWindowManagerService.java6277 public boolean clearWindowContentFrameStats(IBinder token) { method in class:WindowManagerService
6279 "clearWindowContentFrameStats()")) {
6291 return surfaceController.clearWindowContentFrameStats();

Completed in 108 milliseconds