Searched refs:screenOrientation (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java526 * the {@link android.R.attr#screenOrientation} attribute.
531 * the {@link android.R.attr#screenOrientation} attribute.
536 * the {@link android.R.attr#screenOrientation} attribute.
541 * the {@link android.R.attr#screenOrientation} attribute.
546 * the {@link android.R.attr#screenOrientation} attribute.
551 * the {@link android.R.attr#screenOrientation} attribute.
557 * the {@link android.R.attr#screenOrientation} attribute.
563 * the {@link android.R.attr#screenOrientation} attribute.
569 * the {@link android.R.attr#screenOrientation} attribute.
575 * the {@link android.R.attr#screenOrientation} attribut
636 public int screenOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in class:ActivityInfo
[all...]
H A DPackageParser.java4374 a.info.screenOrientation = sa.getInt(
4806 info.screenOrientation = target.info.screenOrientation;
/frameworks/base/core/java/android/view/
H A DWindowManager.java1829 * for {@link android.content.pm.ActivityInfo#screenOrientation}.
1834 public int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in class:WindowManager.LayoutParams
2123 out.writeInt(screenOrientation);
2178 screenOrientation = in.readInt();
2351 if (screenOrientation != o.screenOrientation) {
2352 screenOrientation = o.screenOrientation;
2491 if (screenOrientation != ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED) {
2493 sb.append(screenOrientation);
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowManager.java147 mLpChanged.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_USER;
149 mLpChanged.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_NOSENSOR;
152 mLpChanged.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DDisplayContentTests.java398 keyguard.mAttrs.screenOrientation = SCREEN_ORIENTATION_UNSPECIFIED;
403 keyguard.mAttrs.screenOrientation = SCREEN_ORIENTATION_PORTRAIT;
/frameworks/base/core/java/android/app/
H A DActivityManager.java2167 public int screenOrientation = Configuration.ORIENTATION_UNDEFINED; field in class:ActivityManager.TaskThumbnailInfo
2184 screenOrientation = Configuration.ORIENTATION_UNDEFINED;
2193 screenOrientation = o.screenOrientation;
2200 out.attribute(null, ATTR_SCREEN_ORIENTATION, Integer.toString(screenOrientation));
2210 screenOrientation = Integer.parseInt(attrValue);
2221 dest.writeInt(screenOrientation);
2227 screenOrientation = source.readInt();
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java1058 int screenOrientation) {
1063 mLastThumbnailInfo.screenOrientation = screenOrientation;
1057 setLastThumbnailLocked(Bitmap thumbnail, int taskWidth, int taskHeight, int screenOrientation) argument
H A DActivityRecord.java942 this, Integer.MAX_VALUE /* add on top */, info.screenOrientation, fullscreen,
2269 ? mWindowContainerController.getOrientation() : info.screenOrientation;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java779 thumbnailData.orientation = taskThumbnail.thumbnailInfo.screenOrientation;
/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java3533 final int req = w.mAttrs.screenOrientation;
3557 final int req = win.mAttrs.screenOrientation;
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java7453 lp.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_NOSENSOR;

Completed in 381 milliseconds