Searched defs:screenOrientation (Results 1 – 6 of 6) sorted by relevance
2021 @ScreenOrientation int screenOrientation) { in buildActivityRecord()2033 static void prepareUnresizable(ActivityRecord activity, int screenOrientation) { in prepareUnresizable()2038 int screenOrientation) { in prepareUnresizable()2042 static void prepareLimitedBounds(ActivityRecord activity, int screenOrientation, in prepareLimitedBounds()2052 int screenOrientation, boolean isUnresizable) { in prepareLimitedBounds()
889 ActivityBuilder setScreenOrientation(int screenOrientation) { in setScreenOrientation()
171 …int screenOrientation = sa.getInt(R.styleable.AndroidManifestActivity_screenOrientation, SCREEN_OR… in parseActivityOrReceiver() local473 int screenOrientation) { in getActivityResizeMode()
66 int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in ParsedActivity
718 public int screenOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in ActivityInfo
2998 public int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in WindowManager.LayoutParams