Home
last modified time | relevance | path

Searched refs:SurfaceView (Results 1 – 25 of 113) sorted by relevance

12345

/aosp12/frameworks/layoutlib/bridge/src/android/view/
H A DSurfaceView.java35 public class SurfaceView extends MockView { class
37 public SurfaceView(Context context) { in SurfaceView() method in SurfaceView
41 public SurfaceView(Context context, AttributeSet attrs) { in SurfaceView() method in SurfaceView
45 public SurfaceView(Context context, AttributeSet attrs, int defStyle) { in SurfaceView() method in SurfaceView
49 public SurfaceView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in SurfaceView() method in SurfaceView
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
H A DWallpaperConnection.java42 import android.view.SurfaceView;
68 private final SurfaceView mContainerView;
69 private final SurfaceView mSecondContainerView;
84 @Nullable WallpaperConnectionListener listener, SurfaceView containerView) { in WallpaperConnection()
97 @Nullable WallpaperConnectionListener listener, SurfaceView containerView, in WallpaperConnection()
98 @Nullable SurfaceView secondaryContainerView) { in WallpaperConnection()
283 private void reparentWallpaperSurface(SurfaceView parentSurface) { in reparentWallpaperSurface()
312 private void mirrorAndReparent(SurfaceView parentSurface) { in mirrorAndReparent()
335 private float[] getScale(SurfaceView parentSurface) { in getScale()
H A DWallpaperSurfaceCallback.java26 import android.view.SurfaceView;
62 private final SurfaceView mWallpaperSurface;
73 SurfaceView wallpaperSurface, @Nullable Future<Integer> placeholderColor, in WallpaperSurfaceCallback()
95 SurfaceView wallpaperSurface, @Nullable SurfaceListener listener) { in WallpaperSurfaceCallback()
100 SurfaceView wallpaperSurface) { in WallpaperSurfaceCallback()
H A DSurfaceViewUtils.java21 import android.view.SurfaceView;
34 public static Bundle createSurfaceViewRequest(SurfaceView surfaceView) { in createSurfaceViewRequest()
/aosp12/packages/apps/ThemePicker/src/com/android/customization/picker/grid/
H A DGridOptionPreviewer.java20 import android.view.SurfaceView;
35 private SurfaceView mGridOptionSurface;
69 mGridOptionSurface = new SurfaceView(mPreviewContainer.getContext()); in updateWorkspacePreview()
81 private GridOptionSurfaceHolderCallback(SurfaceView workspaceSurface, Context context) { in GridOptionSurfaceHolderCallback()
93 protected void requestPreview(SurfaceView workspaceSurface, in requestPreview()
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DScrollingStretchSurfaceViewActivity.java28 import android.view.SurfaceView;
34 SurfaceView mVerticalSurfaceView;
35 SurfaceView mHorizontalSurfaceView;
42 mVerticalSurfaceView = new SurfaceView(this); in onCreate()
45 mHorizontalSurfaceView = new SurfaceView(this); in onCreate()
H A DMovingSurfaceViewActivity.java28 import android.view.SurfaceView;
33 SurfaceView mSurfaceView;
36 class MySurfaceView extends SurfaceView {
H A DGetBitmapSurfaceViewActivity.java28 import android.view.SurfaceView;
39 private SurfaceView mSurfaceView;
47 mSurfaceView = new SurfaceView(this); in onCreate()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DAdminSecondaryLockScreenControllerTest.java43 import android.view.SurfaceView;
145 SurfaceView v = verifySurfaceReady(); in testHide()
156 verify(mKeyguardSecurityContainer, never()).removeView(any(SurfaceView.class)); in testHide_notShown()
181 private SurfaceView verifySurfaceReady() throws Exception { in verifySurfaceReady()
183 ArgumentCaptor<SurfaceView> captor = ArgumentCaptor.forClass(SurfaceView.class); in verifySurfaceReady()
191 private void verifyViewDismissed(SurfaceView v) throws Exception { in verifyViewDismissed()
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DMffContext.java30 import android.view.SurfaceView;
75 public SurfaceView dummySurface = null;
108 private SurfaceView mDummySurfaceView = null;
331 SurfaceView getDummySurfaceView() { in getDummySurfaceView()
441 private SurfaceView createDummySurfaceView(Context context) { in createDummySurfaceView()
443 SurfaceView dummySurfaceView = new SurfaceView(context); in createDummySurfaceView()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DWorkspaceSurfaceHolderCallback.java26 import android.view.SurfaceView;
51 private final SurfaceView mWorkspaceSurface;
64 public WorkspaceSurfaceHolderCallback(SurfaceView workspaceSurface, Context context) { in WorkspaceSurfaceHolderCallback()
76 public WorkspaceSurfaceHolderCallback(SurfaceView workspaceSurface, Context context, in WorkspaceSurfaceHolderCallback()
165 protected void requestPreview(SurfaceView workspaceSurface, in requestPreview()
/aosp12/packages/apps/Dialer/java/com/android/incallui/video/protocol/
H A DVideoCallScreenDelegate.java20 import android.view.SurfaceView;
48 void setSurfaceViews(SurfaceView preview, SurfaceView remote); in setSurfaceViews()
/aosp12/frameworks/base/core/java/android/widget/inline/
H A DInlineContentView.java31 import android.view.SurfaceView;
144 if (parentSurfaceOwnerView instanceof SurfaceView) {
146 (SurfaceView) parentSurfaceOwnerView);
165 private final SurfaceView mSurfaceView;
168 private WeakReference<SurfaceView> mParentSurfaceOwnerView;
232 mSurfaceView = new SurfaceView(context, attrs, defStyleAttr, defStyleRes) { in InlineContentView()
353 final SurfaceView parentSurfaceOwnerView = (mParentSurfaceOwnerView != null) in computeParentPositionAndScale()
/aosp12/packages/apps/TV/src/com/android/tv/ui/
H A DAppLayerTvView.java21 import android.view.SurfaceView;
63 if (child instanceof SurfaceView) { in onViewAdded()
65 ((SurfaceView) child).setSecure(mUseSecureSurface); in onViewAdded()
/aosp12/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreateWindowSurface.java26 if (win instanceof SurfaceView) { in eglCreateWindowSurface()
27 SurfaceView surfaceView = (SurfaceView)win; in eglCreateWindowSurface()
/aosp12/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
H A DMainActivity.kt29 import android.view.SurfaceView
42 var mSurfaceView: SurfaceView? = null
98 ): SurfaceView {
99 val surfaceView = SurfaceView(context)
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DCamera2SurfaceViewActivity.java25 import android.view.SurfaceView;
36 private SurfaceView mSurfaceView;
53 public SurfaceView getSurfaceView() { in getSurfaceView()
/aosp12/packages/screensavers/Basic/src/com/android/dreams/basic/
H A DColors.java22 import android.view.SurfaceView;
41 private SurfaceView mSurfaceView;
56 mSurfaceView = new SurfaceView(this); in onCreate()
/aosp12/frameworks/base/tests/SurfaceControlViewHostTest/src/com/android/test/viewembed/
H A DSurfaceControlViewHostTest.java27 import android.view.SurfaceView;
35 SurfaceView mView;
41 mView = new SurfaceView(this); in onCreate()
/aosp12/packages/apps/Dialer/java/com/android/dialer/enrichedcall/videoshare/
H A DVideoShareSession.java20 import android.view.SurfaceView;
36 void setSurfaceView(@NonNull SurfaceView surfaceView); in setSurfaceView()
/aosp12/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DDisplaySinkService.java31 import android.view.SurfaceView;
41 private SurfaceView mSurfaceView;
61 public void setSurfaceView(final SurfaceView surfaceView) { in setSurfaceView()
63 final SurfaceView oldSurfaceView = mSurfaceView; in setSurfaceView()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DUniversalSmartspaceUtils.java21 import android.view.SurfaceView;
32 public static Intent createRequestSmartspaceIntent(SurfaceView surfaceView) { in createRequestSmartspaceIntent()
H A DSurfaceViewRequestUtils.java23 import android.view.SurfaceView;
32 public static Bundle createSurfaceBundle(SurfaceView surfaceView) { in createSurfaceBundle()
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java23 import android.view.SurfaceView;
89 if (native_window instanceof SurfaceView) { in eglCreateWindowSurface()
90 SurfaceView surfaceView = (SurfaceView)native_window; in eglCreateWindowSurface()
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java26 import android.view.SurfaceView;
254 if (win instanceof SurfaceView) { in eglCreateWindowSurface()
255 SurfaceView surfaceView = (SurfaceView)win; in eglCreateWindowSurface()

12345