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

/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java210 * the {@link android.R.attr#screenOrientation} attribute.
215 * the {@link android.R.attr#screenOrientation} attribute.
220 * the {@link android.R.attr#screenOrientation} attribute.
225 * the {@link android.R.attr#screenOrientation} attribute.
230 * the {@link android.R.attr#screenOrientation} attribute.
235 * the {@link android.R.attr#screenOrientation} attribute.
241 * the {@link android.R.attr#screenOrientation} attribute.
247 * the {@link android.R.attr#screenOrientation} attribute.
253 * the {@link android.R.attr#screenOrientation} attribute.
259 * the {@link android.R.attr#screenOrientation} attribut
291 public int screenOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in class:ActivityInfo
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManager.java1196 * for {@link android.content.pm.ActivityInfo#screenOrientation}.
1201 public int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in class:WindowManager.LayoutParams
1360 out.writeInt(screenOrientation);
1401 screenOrientation = in.readInt();
1534 if (screenOrientation != o.screenOrientation) {
1535 screenOrientation = o.screenOrientation;
1619 if (screenOrientation != ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED) {
1621 sb.append(screenOrientation);
[all...]

Completed in 556 milliseconds