Loading res/drawable/screen_resolution_1080p.xml→res/drawable/screen_resolution_full.xml +0 −0 File moved. View file res/drawable/screen_resolution_1440p.xml→res/drawable/screen_resolution_high.xml +0 −0 File moved. View file src/com/android/settings/display/ScreenResolutionFragment.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -251,10 +251,10 @@ public class ScreenResolutionFragment extends RadioButtonPickerFragment { if (TextUtils.equals( if (TextUtils.equals( mScreenResolutionOptions[ScreenResolutionController.HIGHRESOLUTION_IDX], key)) { mScreenResolutionOptions[ScreenResolutionController.HIGHRESOLUTION_IDX], key)) { preference.setLottieAnimationResId(R.drawable.screen_resolution_1080p); preference.setLottieAnimationResId(R.drawable.screen_resolution_high); } else if (TextUtils.equals( } else if (TextUtils.equals( mScreenResolutionOptions[ScreenResolutionController.FULLRESOLUTION_IDX], key)) { mScreenResolutionOptions[ScreenResolutionController.FULLRESOLUTION_IDX], key)) { preference.setLottieAnimationResId(R.drawable.screen_resolution_1440p); preference.setLottieAnimationResId(R.drawable.screen_resolution_full); } } } } Loading Loading
res/drawable/screen_resolution_1080p.xml→res/drawable/screen_resolution_full.xml +0 −0 File moved. View file
res/drawable/screen_resolution_1440p.xml→res/drawable/screen_resolution_high.xml +0 −0 File moved. View file
src/com/android/settings/display/ScreenResolutionFragment.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -251,10 +251,10 @@ public class ScreenResolutionFragment extends RadioButtonPickerFragment { if (TextUtils.equals( if (TextUtils.equals( mScreenResolutionOptions[ScreenResolutionController.HIGHRESOLUTION_IDX], key)) { mScreenResolutionOptions[ScreenResolutionController.HIGHRESOLUTION_IDX], key)) { preference.setLottieAnimationResId(R.drawable.screen_resolution_1080p); preference.setLottieAnimationResId(R.drawable.screen_resolution_high); } else if (TextUtils.equals( } else if (TextUtils.equals( mScreenResolutionOptions[ScreenResolutionController.FULLRESOLUTION_IDX], key)) { mScreenResolutionOptions[ScreenResolutionController.FULLRESOLUTION_IDX], key)) { preference.setLottieAnimationResId(R.drawable.screen_resolution_1440p); preference.setLottieAnimationResId(R.drawable.screen_resolution_full); } } } } Loading