Home
last modified time | relevance | path

Searched defs:SurfaceView (Results 1 – 3 of 3) sorted by relevance

/frameworks/layoutlib/bridge/src/android/view/
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
/frameworks/base/core/java/android/view/
DSurfaceView.java111 public class SurfaceView extends View implements ViewRootImpl.SurfaceChangedCallback { class
239 public SurfaceView(Context context) { in SurfaceView() method in SurfaceView
243 public SurfaceView(Context context, AttributeSet attrs) { in SurfaceView() method in SurfaceView
247 public SurfaceView(Context context, AttributeSet attrs, int defStyleAttr) { in SurfaceView() method in SurfaceView
251 public SurfaceView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in SurfaceView() method in SurfaceView
256 public SurfaceView(@NonNull Context context, @Nullable AttributeSet attrs, int defStyleAttr, in SurfaceView() method in SurfaceView
/frameworks/base/packages/SystemUI/screenshot/src/com/android/systemui/testing/screenshot/
DViewCapture.kt176 private fun SurfaceView.generateBitmapFromSurfaceViewPixelCopy( in generateBitmapFromSurfaceViewPixelCopy() method