/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/util/ |
H A D | StubTransaction.java | 68 public SurfaceControl.Transaction show(SurfaceControl sc) { in show() 73 public SurfaceControl.Transaction hide(SurfaceControl sc) { in hide() 83 public SurfaceControl.Transaction setBufferSize(SurfaceControl sc, in setBufferSize() 89 public SurfaceControl.Transaction setLayer(SurfaceControl sc, int z) { in setLayer() 106 public SurfaceControl.Transaction setAlpha(SurfaceControl sc, float alpha) { in setAlpha() 111 public SurfaceControl.Transaction setInputWindowInfo(SurfaceControl sc, in setInputWindowInfo() 123 public SurfaceControl.Transaction setMatrix(SurfaceControl sc, in setMatrix() 237 public SurfaceControl.Transaction remove(SurfaceControl sc) { in remove() 265 public SurfaceControl.Transaction unsetColor(SurfaceControl sc) { in unsetColor() 292 public SurfaceControl.Transaction setBuffer(@NonNull SurfaceControl sc, in setBuffer() [all …]
|
/aosp14/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/ |
H A D | StubTransaction.java | 68 public SurfaceControl.Transaction show(SurfaceControl sc) { in show() 73 public SurfaceControl.Transaction hide(SurfaceControl sc) { in hide() 83 public SurfaceControl.Transaction setBufferSize(SurfaceControl sc, in setBufferSize() 89 public SurfaceControl.Transaction setLayer(SurfaceControl sc, int z) { in setLayer() 106 public SurfaceControl.Transaction setAlpha(SurfaceControl sc, float alpha) { in setAlpha() 111 public SurfaceControl.Transaction setInputWindowInfo(SurfaceControl sc, in setInputWindowInfo() 123 public SurfaceControl.Transaction setMatrix(SurfaceControl sc, in setMatrix() 237 public SurfaceControl.Transaction remove(SurfaceControl sc) { in remove() 265 public SurfaceControl.Transaction unsetColor(SurfaceControl sc) { in unsetColor() 292 public SurfaceControl.Transaction setBuffer(@NonNull SurfaceControl sc, in setBuffer() [all …]
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SurfaceControlTests.java | 60 SurfaceControl sc = buildTestSurface(); in testUseValidSurface() local 69 SurfaceControl sc = buildTestSurface(); in testUseInvalidSurface() local 83 SurfaceControl sc = buildTestSurface(); in testUseInvalidSurface_debugEnabled() local 104 SurfaceControl sc = buildTestSurface(); in testWriteInvalidSurface_debugEnabled() local
|
H A D | ZOrderingTests.java | 95 public SurfaceControl.Transaction setLayer(SurfaceControl sc, int layer) { in setLayer() 102 public SurfaceControl.Transaction setRelativeLayer(SurfaceControl sc, in setRelativeLayer() 110 private int getLayer(SurfaceControl sc) { in getLayer() 114 private SurfaceControl getRelativeLayer(SurfaceControl sc) { in getRelativeLayer() 142 public SurfaceControl.Builder setParent(SurfaceControl sc) { in setParent() 149 final SurfaceControl sc = super.build(); in build() local 189 SurfaceControl sc) { in getAncestors()
|
H A D | MockSurfaceControlBuilder.java | 31 public SurfaceControl.Builder setParent(SurfaceControl sc) { in setParent()
|
H A D | SurfaceControlViewHostTests.java | 94 SurfaceControl sc = new SurfaceControl.Builder() in requestFocusWithMultipleWindows() local 187 public void attachToSurfaceView(SurfaceControl sc) throws InterruptedException { in attachToSurfaceView()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | ScreenshotUtils.java | 38 public static void captureLayer(SurfaceControl sc, Rect crop, in captureLayer() 56 BufferConsumer(SurfaceControl.Transaction t, SurfaceControl sc, SurfaceControl parentSc, in BufferConsumer() 96 public static SurfaceControl takeScreenshot(SurfaceControl.Transaction t, SurfaceControl sc, in takeScreenshot() 112 public static SurfaceControl takeScreenshot(SurfaceControl.Transaction t, SurfaceControl sc, in takeScreenshot()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | SurfaceControl.java | 2510 SurfaceControl sc = new SurfaceControl(); in mirrorSurface() local 2709 protected void checkPreconditions(SurfaceControl sc) { in checkPreconditions() 2863 public Transaction show(SurfaceControl sc) { in show() 2877 public Transaction hide(SurfaceControl sc) { in hide() 2977 public Transaction setLayer(@NonNull SurfaceControl sc, in setLayer() 3011 public Transaction setAlpha(@NonNull SurfaceControl sc, in setAlpha() 3066 public Transaction setMatrix(SurfaceControl sc, in setMatrix() 3290 public Transaction unsetColor(SurfaceControl sc) { in unsetColor() 3713 public Transaction unsetBuffer(SurfaceControl sc) { in unsetBuffer() 3957 public @NonNull Transaction setCachingHint( in setCachingHint() [all …]
|
H A D | SurfaceControlRegistry.java | 80 final SurfaceControl sc = entry.getKey(); in onMaxLayersExceeded() local 205 void add(SurfaceControl sc) { in add() 222 void remove(SurfaceControl sc) { in remove()
|
H A D | InsetsAnimationControlCallbacks.java | 67 void releaseSurfaceControlFromRt(SurfaceControl sc); in releaseSurfaceControlFromRt()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SeamlessRotator.java | 85 void applyTransform(Transaction t, SurfaceControl sc) { in applyTransform() 119 void setIdentityMatrix(Transaction t, SurfaceControl sc) { in setIdentityMatrix()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | BLASTBufferQueue.java | 56 public BLASTBufferQueue(String name, SurfaceControl sc, int width, int height, in BLASTBufferQueue() 137 public void update(SurfaceControl sc, int width, int height, @PixelFormat.Format int format) { in update() 187 public boolean isSameSurfaceControl(SurfaceControl sc) { in isSameSurfaceControl()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/ |
H A D | LocalReceiver.java | 49 ServiceConnection sc = new ServiceConnection() { in onReceive() local
|
/aosp14/frameworks/base/apct-tests/perftests/surfaceflinger/src/android/surfaceflinger/ |
H A D | SurfaceFlingerPerfTest.java | 79 SurfaceControl sc = createSurfaceControl(); in setup() local 108 SurfaceControl sc = mActivity.createChildSurfaceControl(); in createSurfaceControl() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/ |
H A D | EnterDesktopTaskTransitionHandler.java | 258 final SurfaceControl sc = change.getLeash(); in animateStartDragToDesktopMode() local 288 final SurfaceControl sc = change.getLeash(); in animateFinalizeDragToDesktopMode() local 342 final SurfaceControl sc = change.getLeash(); in animateCancelDragToDesktopMode() local
|
/aosp14/system/core/fs_mgr/libsnapshot/ |
H A D | partition_cow_creator.cpp | 134 bool WriteExtent(DmSnapCowSizeCalculator* sc, const chromeos_update_engine::Extent& de, in WriteExtent() 178 DmSnapCowSizeCalculator sc(kSectorSize, kSnapshotChunkSize); in GetCowSize() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | GestureMonitorSpyWindow.java | 48 SurfaceControl sc, InputChannel inputChannel) { in GestureMonitorSpyWindow()
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScriptGL.java | 77 public SurfaceConfig(SurfaceConfig sc) { in SurfaceConfig() method in RenderScriptGL.SurfaceConfig 177 public RenderScriptGL(Context ctx, SurfaceConfig sc) { in RenderScriptGL()
|
H A D | RSSurfaceView.java | 140 public RenderScriptGL createRenderScriptGL(RenderScriptGL.SurfaceConfig sc) { in createRenderScriptGL()
|
H A D | RSTextureView.java | 152 public RenderScriptGL createRenderScriptGL(RenderScriptGL.SurfaceConfig sc) { in createRenderScriptGL()
|
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | HandwritingEventReceiverSurface.java | 42 HandwritingEventReceiverSurface(String name, int displayId, @NonNull SurfaceControl sc, in HandwritingEventReceiverSurface()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/ |
H A D | RootTaskDisplayAreaOrganizer.java | 96 final SurfaceControl sc = mLeashes.get(displayId); in attachToDisplayArea() local 101 final SurfaceControl sc = mLeashes.get(displayId); in setPosition() local
|
/aosp14/frameworks/base/tests/SystemMemoryTest/host/src/com/android/tests/sysmem/host/ |
H A D | Metrics.java | 98 Scanner sc = new Scanner(showmap.substring(pos)); in sample() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/ |
H A D | TransitionInfoBuilder.java | 82 SurfaceControl sc = mock(SurfaceControl.class); in createMockSurface() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/ |
H A D | SplitTestUtils.java | 66 SurfaceControl sc = mock(SurfaceControl.class); in createMockSurface() local
|