Searched refs:onMaxLayersExceeded (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A D | SurfaceControlRegistry.java | 54 void onMaxLayersExceeded(WeakHashMap<SurfaceControl, Long> surfaceControls, int limit, in onMaxLayersExceeded() method 63 public void onMaxLayersExceeded(WeakHashMap<SurfaceControl, Long> surfaceControls, in onMaxLayersExceeded() method in SurfaceControlRegistry.DefaultReporter 213 mReporter.onMaxLayersExceeded(mSurfaceControls, DUMP_LIMIT, pw); in add() 269 sDefaultReporter.onMaxLayersExceeded(sProcessRegistry.mSurfaceControls, limit, pw); in dump()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | SurfaceControlRegistryTests.java | 164 public void onMaxLayersExceeded(WeakHashMap<SurfaceControl, Long> surfaceControls, in onMaxLayersExceeded() method in SurfaceControlRegistryTests.TestReporter
|