Searched defs:getWindowContentFrameStats (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java179 public WindowContentFrameStats getWindowContentFrameStats(int windowId) throws RemoteException { method in class:UiAutomationConnection
191 return mWindowManager.getWindowContentFrameStats(token);
H A DUiAutomation.java716 * @see #getWindowContentFrameStats(int)
754 * WindowContentFrameStats stats = uiAutomation.getWindowContentFrameStats(windowId);
765 public WindowContentFrameStats getWindowContentFrameStats(int windowId) { method in class:UiAutomation
774 return mUiAutomationConnection.getWindowContentFrameStats(windowId);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java491 public WindowContentFrameStats getWindowContentFrameStats(IBinder token) method in class:IWindowManagerImpl
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java10915 public WindowContentFrameStats getWindowContentFrameStats(IBinder token) { method in class:WindowManagerService
10917 "getWindowContentFrameStats()")) {

Completed in 140 milliseconds