Searched defs:screenOrientation (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java528 * the {@link android.R.attr#screenOrientation} attribute.
533 * the {@link android.R.attr#screenOrientation} attribute.
538 * the {@link android.R.attr#screenOrientation} attribute.
543 * the {@link android.R.attr#screenOrientation} attribute.
548 * the {@link android.R.attr#screenOrientation} attribute.
553 * the {@link android.R.attr#screenOrientation} attribute.
559 * the {@link android.R.attr#screenOrientation} attribute.
565 * the {@link android.R.attr#screenOrientation} attribute.
571 * the {@link android.R.attr#screenOrientation} attribute.
577 * the {@link android.R.attr#screenOrientation} attribut
638 public int screenOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in class:ActivityInfo
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManager.java2184 * for {@link android.content.pm.ActivityInfo#screenOrientation}.
2189 public int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in class:WindowManager.LayoutParams
2601 out.writeInt(screenOrientation);
2657 screenOrientation = in.readInt();
2834 if (screenOrientation != o.screenOrientation) {
2835 screenOrientation = o.screenOrientation;
2985 if (screenOrientation != ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED) {
2987 sb.append(ActivityInfo.screenOrientationToString(screenOrientation));
[all...]

Completed in 235 milliseconds