Home
last modified time | relevance | path

Searched refs:getHighWidth (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/display/
DScreenResolutionControllerTest.java48 mHighWidth = mController.getHighWidth(); in setUp()
66 doReturn(0).when(mController).getHighWidth(); in getAvailabilityStatus_hasOneMode_returnUnsupported()
DScreenResolutionFragmentTest.java50 mHighWidth = mController.getHighWidth(); in setup()
/packages/apps/Settings/src/com/android/settings/display/
DScreenResolutionController.java86 return getHighWidth() != 0 && getFullWidth() != 0; in checkSupportedResolutions()
115 public int getHighWidth() { in getHighWidth() method in ScreenResolutionController
DScreenResolutionFragment.java87 mHighWidth = controller.getHighWidth(); in onAttach()