Remove unused MagnificationPreferenceFragment and its related controllers
Bug: 277258376 Bug: 270481978 Test: manually on Pixel & AOSP Change-Id: I1e0bbecf78290b85e464a4a5de658184eb91ca2c
This commit is contained in:
@@ -71,7 +71,7 @@ public class VideoPreferenceTest {
|
||||
|
||||
mContext = RuntimeEnvironment.application;
|
||||
mAnimationController = spy(
|
||||
new MediaAnimationController(mContext, R.raw.accessibility_screen_magnification));
|
||||
new MediaAnimationController(mContext, R.raw.sample_video));
|
||||
mVideoPreference = new VideoPreference(mContext, null /* attrs */);
|
||||
mVideoPreference.mAnimationController = mAnimationController;
|
||||
when(mAnimationController.getVideoWidth()).thenReturn(VIDEO_WIDTH);
|
||||
|
Reference in New Issue
Block a user