Searched refs:OnFpsCallbackListenerProxy (Results 1 – 1 of 1) sorted by relevance
104 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 WindowManagerImpl433 private OnFpsCallbackListenerProxy(Executor executor, TaskFpsCallback callback) { in OnFpsCallbackListenerProxy() method in WindowManagerImpl.OnFpsCallbackListenerProxy