Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/display/
DScreenResolutionController.java86 return getHighWidth() != 0 && getFullWidth() != 0; in checkSupportedResolutions()
120 public int getFullWidth() { in getFullWidth() method in ScreenResolutionController
DScreenResolutionFragment.java88 mFullWidth = controller.getFullWidth(); in onAttach()
/packages/apps/Settings/tests/unit/src/com/android/settings/display/
DScreenResolutionControllerTest.java49 mFullWidth = mController.getFullWidth(); in setUp()
DScreenResolutionFragmentTest.java51 mFullWidth = mController.getFullWidth(); in setup()