Searched defs:screenOrientation (Results 1 – 3 of 3) sorted by relevance
668 public int screenOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in ActivityInfo
2348 public int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in WindowManager.LayoutParams
2739 final int screenOrientation = getOrientation(); in getRequestedConfigurationOrientation() local