Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
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()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DVideoPlayerTest.java65 mVideoPlayer.mAnimationSurface = mSurface; in initVideoPlayer()