Searched refs:mHighWidth (Results 1 – 4 of 4) sorted by relevance
41 private int mHighWidth; field in ScreenResolutionFragmentTest50 mHighWidth = mController.getHighWidth(); in setup()57 Display.Mode mode = new Display.Mode(0, mHighWidth, 0, 0); in getDefaultKey_highResolution()62 assertThat(mFragment.getDefaultKey()).isEqualTo(mFragment.getKeyForResolution(mHighWidth)); in getDefaultKey_highResolution()82 mFragment.setDefaultKey(mFragment.getKeyForResolution(mHighWidth)); in setDefaultKey_highResolution()84 verify(mFragment).setDisplayMode(mHighWidth); in setDefaultKey_highResolution()
40 private int mHighWidth; field in ScreenResolutionControllerTest48 mHighWidth = mController.getHighWidth(); in setUp()55 Display.Mode modeA = new Display.Mode(0, mHighWidth, 0, 0); in getAvailabilityStatus_hasFhdAndQhdModes_returnAvailable()74 int width = mHighWidth; in updateState_HighResolution_shouldSetSummaryToHighResolution()
44 private int mHighWidth = 0; field in ScreenResolutionController78 mHighWidth = resolutionList.get(HIGHRESOLUTION_IDX).x; in initSupportedResolutionData()98 if (width == mHighWidth) { in getSummary()116 return this.mHighWidth; in getHighWidth()
69 private int mHighWidth; field in ScreenResolutionFragment87 mHighWidth = controller.getHighWidth(); in onAttach()89 Log.i(TAG, "mHighWidth:" + mHighWidth + "mFullWidth:" + mFullWidth); in onAttach()92 mHighWidth + " x " + controller.getHighHeight(), in onAttach()195 return width == mHighWidth in getKeyForResolution()205 ? mHighWidth in getWidthForResoluitonKey()