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