Home
last modified time | relevance | path

Searched refs:clearWindowContentFrameStats (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/app/
DIUiAutomationConnection.aidl43 boolean clearWindowContentFrameStats(int windowId); in clearWindowContentFrameStats() method
DUiAutomationConnection.java200 public boolean clearWindowContentFrameStats(int windowId) throws RemoteException { in clearWindowContentFrameStats() method in UiAutomationConnection
213 return mWindowManager.clearWindowContentFrameStats(token); in clearWindowContentFrameStats()
DUiAutomation.java902 public boolean clearWindowContentFrameStats(int windowId) { in clearWindowContentFrameStats() method in UiAutomation
911 return mUiAutomationConnection.clearWindowContentFrameStats(windowId); in clearWindowContentFrameStats()
/frameworks/base/core/java/android/view/
DIWindowManager.aidl452 boolean clearWindowContentFrameStats(IBinder token); in clearWindowContentFrameStats() method
/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java478 boolean clearWindowContentFrameStats() { in clearWindowContentFrameStats() method in WindowSurfaceController
DWindowManagerService.java5956 public boolean clearWindowContentFrameStats(IBinder token) { in clearWindowContentFrameStats() method in WindowManagerService
5970 return surfaceController.clearWindowContentFrameStats(); in clearWindowContentFrameStats()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5134 method public boolean clearWindowContentFrameStats(int);
/frameworks/base/api/
Dcurrent.txt6500 method public boolean clearWindowContentFrameStats(int);