Searched defs:screenOrientation (Results 1 - 4 of 4) sorted by last modified time

/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
/frameworks/base/core/java/android/view/
H A DWindowManager.java1779 * for {@link android.content.pm.ActivityInfo#screenOrientation}.
1784 public int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in class:WindowManager.LayoutParams
2073 out.writeInt(screenOrientation);
2127 screenOrientation = in.readInt();
2297 if (screenOrientation != o.screenOrientation) {
2298 screenOrientation = o.screenOrientation;
2432 if (screenOrientation != ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED) {
2434 sb.append(screenOrientation);
[all...]
/frameworks/base/core/java/android/app/
H A DActivityManager.java2152 public int screenOrientation = Configuration.ORIENTATION_UNDEFINED; field in class:ActivityManager.TaskThumbnailInfo
2169 screenOrientation = Configuration.ORIENTATION_UNDEFINED;
2178 screenOrientation = o.screenOrientation;
2185 out.attribute(null, ATTR_SCREEN_ORIENTATION, Integer.toString(screenOrientation));
2195 screenOrientation = Integer.parseInt(attrValue);
2206 dest.writeInt(screenOrientation);
2212 screenOrientation = source.readInt();
/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java513 * the {@link android.R.attr#screenOrientation} attribute.
518 * the {@link android.R.attr#screenOrientation} attribute.
523 * the {@link android.R.attr#screenOrientation} attribute.
528 * the {@link android.R.attr#screenOrientation} attribute.
533 * the {@link android.R.attr#screenOrientation} attribute.
538 * the {@link android.R.attr#screenOrientation} attribute.
544 * the {@link android.R.attr#screenOrientation} attribute.
550 * the {@link android.R.attr#screenOrientation} attribute.
556 * the {@link android.R.attr#screenOrientation} attribute.
562 * the {@link android.R.attr#screenOrientation} attribut
623 public int screenOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in class:ActivityInfo
[all...]

Completed in 116 milliseconds