Home
last modified time | relevance | path

Searched defs:sc (Results 1 – 25 of 85) sorted by relevance

1234

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/util/
H A DStubTransaction.java68 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 DStubTransaction.java68 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 DSurfaceControlTests.java60 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 DZOrderingTests.java95 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 DMockSurfaceControlBuilder.java31 public SurfaceControl.Builder setParent(SurfaceControl sc) { in setParent()
H A DSurfaceControlViewHostTests.java94 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 DScreenshotUtils.java38 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 DSurfaceControl.java2510 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 DSurfaceControlRegistry.java80 final SurfaceControl sc = entry.getKey(); in onMaxLayersExceeded() local
205 void add(SurfaceControl sc) { in add()
222 void remove(SurfaceControl sc) { in remove()
H A DInsetsAnimationControlCallbacks.java67 void releaseSurfaceControlFromRt(SurfaceControl sc); in releaseSurfaceControlFromRt()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSeamlessRotator.java85 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 DBLASTBufferQueue.java56 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 DLocalReceiver.java49 ServiceConnection sc = new ServiceConnection() { in onReceive() local
/aosp14/frameworks/base/apct-tests/perftests/surfaceflinger/src/android/surfaceflinger/
H A DSurfaceFlingerPerfTest.java79 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 DEnterDesktopTaskTransitionHandler.java258 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 Dpartition_cow_creator.cpp134 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 DGestureMonitorSpyWindow.java48 SurfaceControl sc, InputChannel inputChannel) { in GestureMonitorSpyWindow()
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DRenderScriptGL.java77 public SurfaceConfig(SurfaceConfig sc) { in SurfaceConfig() method in RenderScriptGL.SurfaceConfig
177 public RenderScriptGL(Context ctx, SurfaceConfig sc) { in RenderScriptGL()
H A DRSSurfaceView.java140 public RenderScriptGL createRenderScriptGL(RenderScriptGL.SurfaceConfig sc) { in createRenderScriptGL()
H A DRSTextureView.java152 public RenderScriptGL createRenderScriptGL(RenderScriptGL.SurfaceConfig sc) { in createRenderScriptGL()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DHandwritingEventReceiverSurface.java42 HandwritingEventReceiverSurface(String name, int displayId, @NonNull SurfaceControl sc, in HandwritingEventReceiverSurface()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DRootTaskDisplayAreaOrganizer.java96 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 DMetrics.java98 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 DTransitionInfoBuilder.java82 SurfaceControl sc = mock(SurfaceControl.class); in createMockSurface() local
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
H A DSplitTestUtils.java66 SurfaceControl sc = mock(SurfaceControl.class); in createMockSurface() local

1234