Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DMediaAnimationController.java33 class MediaAnimationController implements VideoPreference.AnimationController { class
38 MediaAnimationController(Context context, int videoId) { in MediaAnimationController() method in MediaAnimationController
H A DVideoPreference.java172 mAnimationController = new MediaAnimationController(mContext, mAnimationId); in initAnimationController()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
H A DVideoPreferenceTest.java74 new MediaAnimationController(mContext, R.raw.accessibility_screen_magnification)); in setUp()
157 assertThat(vp1.mAnimationController instanceof MediaAnimationController).isTrue(); in onViewVisible_createAnimationController()