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

/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java167 * the {@link android.R.attr#screenOrientation} attribute.
172 * the {@link android.R.attr#screenOrientation} attribute.
177 * the {@link android.R.attr#screenOrientation} attribute.
182 * the {@link android.R.attr#screenOrientation} attribute.
187 * the {@link android.R.attr#screenOrientation} attribute.
192 * the {@link android.R.attr#screenOrientation} attribute.
198 * the {@link android.R.attr#screenOrientation} attribute.
204 * the {@link android.R.attr#screenOrientation} attribute.
210 * the {@link android.R.attr#screenOrientation} attribute.
216 * the {@link android.R.attr#screenOrientation} attribut
248 public int screenOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in class:ActivityInfo
[all...]
H A DPackageParser.java1897 a.info.screenOrientation = sa.getInt(
2049 info.screenOrientation = target.info.screenOrientation;
/frameworks/base/core/java/android/view/
H A DWindowManager.java853 * for {@link android.content.pm.ActivityInfo#screenOrientation}.
858 public int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in class:WindowManager.LayoutParams
940 out.writeInt(screenOrientation);
976 screenOrientation = in.readInt();
1100 if (screenOrientation != o.screenOrientation) {
1101 screenOrientation = o.screenOrientation;
1149 if (screenOrientation != ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED) {
1151 sb.append(screenOrientation);
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardViewManager.java116 lp.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_NOSENSOR;
/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java1373 r.info.screenOrientation, r.fullscreen);
1434 addPos, r, r.task.taskId, r.info.screenOrientation, r.fullscreen);
1469 r.info.screenOrientation, r.fullscreen);
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java3011 int req = wtoken.mAttrs.screenOrientation;

Completed in 410 milliseconds