Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DWindowManagerImpl.java104 private final ArrayList<OnFpsCallbackListenerProxy> mOnFpsCallbackListenerProxies =
395 final OnFpsCallbackListenerProxy onFpsCallbackListenerProxy = in registerTaskFpsCallback()
396 new OnFpsCallbackListenerProxy(executor, callback); in registerTaskFpsCallback()
411 final Iterator<OnFpsCallbackListenerProxy> iterator = in unregisterTaskFpsCallback()
414 final OnFpsCallbackListenerProxy proxy = iterator.next(); in unregisterTaskFpsCallback()
428 private static class OnFpsCallbackListenerProxy class in WindowManagerImpl
433 private OnFpsCallbackListenerProxy(Executor executor, TaskFpsCallback callback) { in OnFpsCallbackListenerProxy() method in WindowManagerImpl.OnFpsCallbackListenerProxy