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

  /frameworks/base/core/java/android/app/
IUiAutomationConnection.aidl 43 WindowContentFrameStats getWindowContentFrameStats(int windowId);
UiAutomationConnection.java 179 public WindowContentFrameStats getWindowContentFrameStats(int windowId) throws RemoteException {
191 return mWindowManager.getWindowContentFrameStats(token);
UiAutomation.java 716 * @see #getWindowContentFrameStats(int)
754 * WindowContentFrameStats stats = uiAutomation.getWindowContentFrameStats(windowId);
765 public WindowContentFrameStats getWindowContentFrameStats(int windowId) {
774 return mUiAutomationConnection.getWindowContentFrameStats(windowId);
    [all...]
  /cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
UiAutomationTest.java 76 WindowContentFrameStats stats = uiAutomation.getWindowContentFrameStats(windowId);
126 WindowContentFrameStats stats = uiAutomation.getWindowContentFrameStats(windowId);
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 265 WindowContentFrameStats getWindowContentFrameStats(IBinder token);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 491 public WindowContentFrameStats getWindowContentFrameStats(IBinder token)
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /prebuilts/sdk/21/
android.jar 

Completed in 266 milliseconds