Searched defs:screenOrientation (Results 1 – 7 of 7) sorted by relevance
50 void syncWithScreenOrientation(@ActivityInfo.ScreenOrientation int screenOrientation, in syncWithScreenOrientation()
149 …int screenOrientation = sa.getInt(R.styleable.AndroidManifestActivity_screenOrientation, SCREEN_OR… in parseActivityOrReceiver() local426 int screenOrientation) { in getActivityResizeMode()
67 int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in ParsedActivity
610 private void prepareUnresizable(float maxAspect, int screenOrientation) { in prepareUnresizable()
197 ActivityBuilder setScreenOrientation(int screenOrientation) { in setScreenOrientation()
682 public int screenOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in ActivityInfo
2519 public int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in WindowManager.LayoutParams