Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appcompat/
DUserAspectRatioDetailsTest.java132 .getSelectedUserMinAspectRatio(anyString());
146 .getSelectedUserMinAspectRatio(anyString());
161 .getSelectedUserMinAspectRatio(anyString());
208 mFragment.getSelectedUserMinAspectRatio(mFragment.mSelectedKey));
216 mFragment.getSelectedUserMinAspectRatio(mFragment.mSelectedKey));
227 mFragment.getSelectedUserMinAspectRatio(mFragment.mSelectedKey));
/packages/apps/Settings/src/com/android/settings/applications/appcompat/
DUserAspectRatioDetails.java120 final int userAspectRatio = getSelectedUserMinAspectRatio(selectedKey); in onRadioButtonClicked()
169 int getSelectedUserMinAspectRatio(@NonNull String selectedKey) { in getSelectedUserMinAspectRatio() method in UserAspectRatioDetails