Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl51 WindowContentFrameStats getWindowContentFrameStats(int windowId); in getWindowContentFrameStats() method
H A DUiAutomationConnection.java300 public WindowContentFrameStats getWindowContentFrameStats(int windowId) throws RemoteException { in getWindowContentFrameStats() method in UiAutomationConnection
313 return mWindowManager.getWindowContentFrameStats(token); in getWindowContentFrameStats()
H A DUiAutomation.java1334 public WindowContentFrameStats getWindowContentFrameStats(int windowId) { in getWindowContentFrameStats() method in UiAutomation
1343 return mUiAutomationConnection.getWindowContentFrameStats(windowId); in getWindowContentFrameStats()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfaceController.java274 boolean getWindowContentFrameStats(WindowContentFrameStats outStats) { in getWindowContentFrameStats() method in WindowSurfaceController
H A DWindowManagerService.java6521 public WindowContentFrameStats getWindowContentFrameStats(IBinder token) { in getWindowContentFrameStats() method in WindowManagerService
6539 if (!surfaceController.getWindowContentFrameStats(stats)) { in getWindowContentFrameStats()
/aosp14/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl457 WindowContentFrameStats getWindowContentFrameStats(IBinder token); in getWindowContentFrameStats() method
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt6891 Landroid/app/IUiAutomationConnection$Stub$Proxy;->getWindowContentFrameStats(I)Landroid/view/Window…
6921 Landroid/app/IUiAutomationConnection;->getWindowContentFrameStats(I)Landroid/view/WindowContentFram…
9147 Landroid/app/UiAutomationConnection;->getWindowContentFrameStats(I)Landroid/view/WindowContentFrame…
60872 Landroid/view/IWindowManager$Stub$Proxy;->getWindowContentFrameStats(Landroid/os/IBinder;)Landroid/…
61045 Landroid/view/IWindowManager;->getWindowContentFrameStats(Landroid/os/IBinder;)Landroid/view/Window…
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt7374 method public android.view.WindowContentFrameStats getWindowContentFrameStats(int);