Home
last modified time | relevance | path

Searched refs:mHorizontalSurfaceView (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DScrollingStretchSurfaceViewActivity.java35 SurfaceView mHorizontalSurfaceView; field in ScrollingStretchSurfaceViewActivity
45 mHorizontalSurfaceView = new SurfaceView(this); in onCreate()
46 mHorizontalSurfaceView.getHolder().addCallback(this); in onCreate()
54 horizontalContainer.addView(mHorizontalSurfaceView, in onCreate()