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

  /frameworks/base/core/java/android/app/
IUiAutomationConnection.aidl 41 boolean clearWindowContentFrameStats(int windowId);
UiAutomationConnection.java 167 public boolean clearWindowContentFrameStats(int windowId) throws RemoteException {
180 return mWindowManager.clearWindowContentFrameStats(token);
UiAutomation.java 782 public boolean clearWindowContentFrameStats(int windowId) {
791 return mUiAutomationConnection.clearWindowContentFrameStats(windowId);
803 * #clearWindowContentFrameStats(int)} followed by an interaction with the UI and
811 * uiAutimation.clearWindowContentFrameStats(windowId);
823 * @see #clearWindowContentFrameStats(int)
    [all...]
  /cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
UiAutomationTest.java 84 assertTrue(uiAutomation.clearWindowContentFrameStats(windowId));
145 assertTrue(uiAutomation.clearWindowContentFrameStats(windowId));
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 353 boolean clearWindowContentFrameStats(IBinder token);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 528 public boolean clearWindowContentFrameStats(IBinder token) throws RemoteException {
  /frameworks/base/services/core/java/com/android/server/wm/
WindowSurfaceController.java 435 boolean clearWindowContentFrameStats() {
WindowManagerService.java     [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 

Completed in 88 milliseconds