Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DVideoPlayer.java54 Surface mAnimationSurface; field in VideoPlayer
100 if (mAnimationSurface != null) { in release()
101 mAnimationSurface.release(); in release()
102 mAnimationSurface = null; in release()
108 mAnimationSurface = new Surface(surface); in onSurfaceTextureAvailable()
112 mMediaPlayer.setSurface(mAnimationSurface); in onSurfaceTextureAvailable()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
H A DVideoPlayerTest.java65 mVideoPlayer.mAnimationSurface = mSurface; in initVideoPlayer()