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

/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java332 * the {@link android.R.attr#screenOrientation} attribute.
337 * the {@link android.R.attr#screenOrientation} attribute.
342 * the {@link android.R.attr#screenOrientation} attribute.
347 * the {@link android.R.attr#screenOrientation} attribute.
352 * the {@link android.R.attr#screenOrientation} attribute.
357 * the {@link android.R.attr#screenOrientation} attribute.
363 * the {@link android.R.attr#screenOrientation} attribute.
369 * the {@link android.R.attr#screenOrientation} attribute.
375 * the {@link android.R.attr#screenOrientation} attribute.
381 * the {@link android.R.attr#screenOrientation} attribut
442 public int screenOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in class:ActivityInfo
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManager.java1445 * for {@link android.content.pm.ActivityInfo#screenOrientation}.
1450 public int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in class:WindowManager.LayoutParams
1620 out.writeInt(screenOrientation);
1668 screenOrientation = in.readInt();
1824 if (screenOrientation != o.screenOrientation) {
1825 screenOrientation = o.screenOrientation;
1927 if (screenOrientation != ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED) {
1929 sb.append(screenOrientation);
[all...]

Completed in 875 milliseconds