Searched defs:screenOrientation (Results 1 – 5 of 5) sorted by relevance
177 …int screenOrientation = sa.getInt(R.styleable.AndroidManifestActivity_screenOrientation, SCREEN_OR… in parseActivityOrReceiver() local511 int screenOrientation) { in getActivityResizeMode()
83 private int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in ParsedActivityImpl401 int screenOrientation, in ParsedActivityImpl()
774 public int screenOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in ActivityInfo
3515 public int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in WindowManager.LayoutParams
1094 ActivityBuilder setScreenOrientation(int screenOrientation) { in setScreenOrientation()