HomeSort by relevance Sort by last modified time
    Searched refs:getWindowContentFrameStats (Results 1 - 12 of 12) sorted by null

  /frameworks/base/core/java/android/app/
IUiAutomationConnection.aidl 42 WindowContentFrameStats getWindowContentFrameStats(int windowId);
UiAutomationConnection.java 187 public WindowContentFrameStats getWindowContentFrameStats(int windowId) throws RemoteException {
200 return mWindowManager.getWindowContentFrameStats(token);
UiAutomation.java 778 * @see #getWindowContentFrameStats(int)
816 * WindowContentFrameStats stats = uiAutomation.getWindowContentFrameStats(windowId);
827 public WindowContentFrameStats getWindowContentFrameStats(int windowId) {
836 return mUiAutomationConnection.getWindowContentFrameStats(windowId);
    [all...]
  /cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
UiAutomationTest.java 94 WindowContentFrameStats stats = uiAutomation.getWindowContentFrameStats(windowId);
148 WindowContentFrameStats stats = uiAutomation.getWindowContentFrameStats(windowId);
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 377 WindowContentFrameStats getWindowContentFrameStats(IBinder token);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 552 public WindowContentFrameStats getWindowContentFrameStats(IBinder token)
  /frameworks/base/services/core/java/com/android/server/wm/
WindowSurfaceController.java 442 boolean getWindowContentFrameStats(WindowContentFrameStats outStats) {
WindowManagerService.java     [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 453 milliseconds