Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DSurfaceControlRegistryTests.java62 SurfaceControlRegistry.destroyProcessInstance(); in tearDownOnce()
70 SurfaceControlRegistry.createProcessInstance(ctx); in testRequiresPermissionToCreateProcessInstance()
81 int hash0 = SurfaceControlRegistry.getProcessInstance().hashCode(); in testCreateReleaseSurfaceControl()
85 assertEquals(hash0, SurfaceControlRegistry.getProcessInstance().hashCode()); in testCreateReleaseSurfaceControl()
90 int hash0 = SurfaceControlRegistry.getProcessInstance().hashCode(); in testCreateReleaseMultipleSurfaceControls()
92 int hash1 = SurfaceControlRegistry.getProcessInstance().hashCode(); in testCreateReleaseMultipleSurfaceControls()
95 int hash1_2 = SurfaceControlRegistry.getProcessInstance().hashCode(); in testCreateReleaseMultipleSurfaceControls()
100 int hash2 = SurfaceControlRegistry.getProcessInstance().hashCode(); in testCreateReleaseMultipleSurfaceControls()
108 int hash0 = SurfaceControlRegistry.getProcessInstance().hashCode(); in testInvalidSurfaceControlNotAddedToRegistry()
120 SurfaceControlRegistry registry = SurfaceControlRegistry.getProcessInstance(); in testThresholds()
[all …]
/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceControlRegistry.java43 public class SurfaceControlRegistry { class
109 private static volatile SurfaceControlRegistry sProcessRegistry;
128 private SurfaceControlRegistry() { in SurfaceControlRegistry() method in SurfaceControlRegistry
171 sProcessRegistry = new SurfaceControlRegistry(); in createProcessInstance()
196 public static SurfaceControlRegistry getProcessInstance() { in getProcessInstance()
H A DSurfaceControl.java4346 final SurfaceControlRegistry registry = SurfaceControlRegistry.getProcessInstance(); in addToRegistry()
4356 final SurfaceControlRegistry registry = SurfaceControlRegistry.getProcessInstance(); in removeFromRegistry()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
H A DShellController.java35 import android.view.SurfaceControlRegistry;
263 SurfaceControlRegistry.createProcessInstance(mContext); in handleInit()
269 SurfaceControlRegistry.dump(100 /* limit */, false /* runGc */, pw); in handleDump()