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

/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java217 * the {@link android.R.attr#screenOrientation} attribute.
222 * the {@link android.R.attr#screenOrientation} attribute.
227 * the {@link android.R.attr#screenOrientation} attribute.
232 * the {@link android.R.attr#screenOrientation} attribute.
237 * the {@link android.R.attr#screenOrientation} attribute.
242 * the {@link android.R.attr#screenOrientation} attribute.
248 * the {@link android.R.attr#screenOrientation} attribute.
254 * the {@link android.R.attr#screenOrientation} attribute.
260 * the {@link android.R.attr#screenOrientation} attribute.
266 * the {@link android.R.attr#screenOrientation} attribut
326 public int screenOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in class:ActivityInfo
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManager.java1384 * for {@link android.content.pm.ActivityInfo#screenOrientation}.
1389 public int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in class:WindowManager.LayoutParams
1549 out.writeInt(screenOrientation);
1591 screenOrientation = in.readInt();
1735 if (screenOrientation != o.screenOrientation) {
1736 screenOrientation = o.screenOrientation;
1823 if (screenOrientation != ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED) {
1825 sb.append(screenOrientation);
[all...]

Completed in 79 milliseconds