/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/cts/endtoend/src/com/android/ondevicepersonalization/cts/e2e/ |
D | RequestSurfacePackageTests.java | 138 SurfaceView surfaceView = createSurfaceView(); in testRequestSurfacePackageSuccess() local 193 SurfaceView surfaceView = createSurfaceView(); in testRequestSurfacePackageThrowsIfSurfacePackageTokenMissing() local 212 SurfaceView surfaceView = createSurfaceView(); in testRequestSurfacePackageThrowsIfSurfaceViewHostTokenMissing() local 231 SurfaceView surfaceView = createSurfaceView(); in testRequestSurfacePackageThrowsIfInvalidDisplayId() local 250 SurfaceView surfaceView = createSurfaceView(); in testRequestSurfacePackageThrowsIfInvalidWidth() local 269 SurfaceView surfaceView = createSurfaceView(); in testRequestSurfacePackageThrowsIfInvalidHeight() local 288 SurfaceView surfaceView = createSurfaceView(); in testRequestSurfacePackageThrowsIfExecutorMissing() local 307 SurfaceView surfaceView = createSurfaceView(); in testRequestSurfacePackageThrowsIfOutcomeReceiverMissing() local
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
H A D | VirtualDisplayActivity.java | 67 final SurfaceView surfaceView; field in VirtualDisplayActivity.VirtualDisplayRequest 70 VirtualDisplayRequest(SurfaceView surfaceView, Bundle extras) { in VirtualDisplayRequest() 79 final SurfaceView surfaceView; field in VirtualDisplayActivity.VirtualDisplayEntry 83 VirtualDisplayEntry(VirtualDisplay display, SurfaceView surfaceView, int density, in VirtualDisplayEntry() 138 final SurfaceView surfaceView = new SurfaceView(this); in createVirtualDisplay() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/demos/surface/src/main/java/com/google/android/exoplayer2/surfacedemo/ |
H A D | MainActivity.java | 113 SurfaceView surfaceView = new SurfaceView(this); in onCreate() local 235 private void setCurrentOutputView(@Nullable SurfaceView surfaceView) { in setCurrentOutputView() 242 private void attachSurfaceListener(SurfaceView surfaceView) { in attachSurfaceListener() 263 private static void reparent(@Nullable SurfaceView surfaceView) { in reparent()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/demos/surface/src/main/java/com/google/android/exoplayer2/surfacedemo/ |
H A D | MainActivity.java | 112 SurfaceView surfaceView = new SurfaceView(this); in onCreate() local 234 private void setCurrentOutputView(@Nullable SurfaceView surfaceView) { in setCurrentOutputView() 241 private void attachSurfaceListener(SurfaceView surfaceView) { in attachSurfaceListener() 262 private static void reparent(@Nullable SurfaceView surfaceView) { in reparent()
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/WallpaperPicker2/WallpaperPicker2Lib/android_common/kapt/gen/stubs/com/android/wallpaper/util/wallpaperconnection/ |
D | WallpaperEngineConnection.java | 63 android.view.SurfaceView surfaceView, @org.jetbrains.annotations.NotNull() in getEngine() 114 …er.IWallpaperService wallpaperService, int destinationFlag, android.view.SurfaceView surfaceView) { in tryPreUAttach() 118 …er.IWallpaperService wallpaperService, int destinationFlag, android.view.SurfaceView surfaceView) { in tryPreBAttach() 122 ….IWallpaperService wallpaperService, int destinationFlag, android.view.SurfaceView surfaceView, an… in attachEngineConnection()
|
D | WallpaperConnectionUtils.java | 64 android.view.SurfaceView surfaceView, @org.jetbrains.annotations.NotNull() in connect() 115 …paper.util.WallpaperConnection.WhichPreview whichPreview, android.view.SurfaceView surfaceView, co… in initEngine()
|
/aosp_15_r20/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/homeactivities/ |
D | RemoteCarTaskViewControllerWrapperImpl.java | 95 SurfaceView surfaceView = mTaskViewsMap.get(key); in getRootTaskInfo() local 147 SurfaceView surfaceView = mTaskViewsMap.get(key); in showEmbeddedTasks() local 159 SurfaceView surfaceView = mTaskViewsMap.get(key); in onDestroy() local 172 SurfaceView surfaceView = mTaskViewsMap.get(key); in updateWindowBounds() local
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/WallpaperPicker2/WallpaperPicker2Lib/android_common/kapt/gen/stubs/com/android/wallpaper/picker/common/preview/ui/binder/ |
D | WorkspacePreviewBinder.java | 33 public final void bind(@org.jetbrains.annotations.NotNull() in bind() 49 …llpaper.util.SurfaceViewUtils.SurfaceCallback bindSurface(android.view.SurfaceView surfaceView, co… in bindSurface() 53 …private final java.lang.Object renderWorkspacePreview(android.view.SurfaceView surfaceView, com.an… in renderWorkspacePreview()
|
D | WallpaperPreviewBinder.java | 36 android.view.SurfaceView surfaceView, @org.jetbrains.annotations.NotNull() in bind() 52 …k bindSurface(android.content.Context applicationContext, android.view.SurfaceView surfaceView, co… in bindSurface()
|
/aosp_15_r20/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/ |
D | NavigatorTest.java | 1525 AccessibilityNodeInfo surfaceView = mNodeBuilder in testGetRoot_returnHostAppRoot() local 1620 AccessibilityNodeInfo surfaceView = mNodeBuilder in testFindFocusParkingViewInRoot() local 1670 AccessibilityNodeInfo surfaceView = mNodeBuilder in testFindSurfaceViewInRoot() local 1719 AccessibilityNodeInfo surfaceView = mNodeBuilder in testGetDescendantHostRoot() local 1768 AccessibilityNodeInfo surfaceView = mNodeBuilder in testFindNonEmptyFocusAreas_inHostApp() local 1821 AccessibilityNodeInfo surfaceView = mNodeBuilder in testMaybeAddImplicitFocusArea_inHostApp() local 1876 AccessibilityNodeInfo surfaceView = mNodeBuilder in testFindFocusedNodeInRoot_inHostApp() local
|
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/ |
H A D | FlagSlipperyTest.kt | 235 val surfaceView = SurfaceView(getInstrumentation().targetContext) in addEmbeddedHostWindow() constant 289 val surfaceView = addEmbeddedHostWindow() in testWindowlessWindowIsNotSlippery() constant
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/video/ |
H A D | VideoDecoderGLSurfaceView.java | 140 private final GLSurfaceView surfaceView; field in VideoDecoderGLSurfaceView.Renderer 158 public Renderer(GLSurfaceView surfaceView) { in Renderer()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/video/ |
H A D | VideoDecoderGLSurfaceView.java | 135 private final GLSurfaceView surfaceView; field in VideoDecoderGLSurfaceView.Renderer 153 public Renderer(GLSurfaceView surfaceView) { in Renderer()
|
/aosp_15_r20/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
H A D | CaptureActivity.java | 106 SurfaceView surfaceView = (SurfaceView) findViewById(R.id.preview_view); in onResume() local 149 SurfaceView surfaceView = (SurfaceView) findViewById(R.id.preview_view); in onPause() local
|
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
H A D | SurfaceViewTest.java | 385 SurfaceViewCtsActivity.TestSurfaceView surfaceView = in testSurfaceViewSetZOrderMultipleSurfaceViews() local 426 private void verifySurfaceViewZOrder(SurfaceView surfaceView, boolean isAboveActivity) in verifySurfaceViewZOrder()
|
H A D | ASurfaceControlInputReceiverTest.java | 411 SurfaceView surfaceView = new SurfaceView(mActivity.getApplicationContext()); in setup() local 477 SurfaceView surfaceView = new SurfaceView(mActivity.getApplicationContext()); in setup() local
|
H A D | SurfaceControlInputReceiverTests.java | 621 SurfaceView surfaceView = new SurfaceView(mActivity.getApplicationContext()); in setup() local 693 SurfaceView surfaceView = new SurfaceView(mActivity.getApplicationContext()); in setup() local
|
/aosp_15_r20/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
H A D | MainActivity.kt | 99 val surfaceView = SurfaceView(context) in createSurfaceView() constant
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
H A D | StubPlayer.java | 322 public void setVideoSurfaceView(@Nullable SurfaceView surfaceView) { in setVideoSurfaceView() 327 public void clearVideoSurfaceView(@Nullable SurfaceView surfaceView) { in clearVideoSurfaceView()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
H A D | StubPlayer.java | 336 public void setVideoSurfaceView(@Nullable SurfaceView surfaceView) { in setVideoSurfaceView() 341 public void clearVideoSurfaceView(@Nullable SurfaceView surfaceView) { in clearVideoSurfaceView()
|
/aosp_15_r20/packages/apps/TV/src/com/android/tv/ui/ |
D | TunableTvView.java | 707 SurfaceView surfaceView = getSurfaceView(); in tuneTo() local 772 SurfaceView surfaceView = (SurfaceView) mTvView.getChildAt(0); in setFixedSurfaceSize() local 775 SurfaceView surfaceView = (SurfaceView) mTvView.getChildAt(0); in setFixedSurfaceSize() local
|
/aosp_15_r20/external/zxing/android/src/com/google/zxing/client/android/ |
H A D | CaptureActivity.java | 255 SurfaceView surfaceView = (SurfaceView) findViewById(R.id.preview_view); in onResume() local 312 SurfaceView surfaceView = (SurfaceView) findViewById(R.id.preview_view); in onPause() local
|
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/manual-test-apps/SdkSandboxClient/src/com/android/sdksandboxclient/ |
D | MainActivity.java | 932 private Bundle getRequestSurfacePackageParams(String commType, SurfaceView surfaceView) { in getRequestSurfacePackageParams() 1010 private RequestSurfacePackageReceiver(SurfaceView surfaceView) { in RequestSurfacePackageReceiver()
|
/aosp_15_r20/packages/services/Car/car-builtin-lib/src/android/car/builtin/view/ |
D | ViewHelper.java | 41 public static void seResizeBackgroundColor(@NonNull SurfaceView surfaceView, int color) { in seResizeBackgroundColor()
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/enrichedcall/videoshare/ |
D | VideoShareSession.java | 36 void setSurfaceView(@NonNull SurfaceView surfaceView); in setSurfaceView()
|