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

/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java190 * the {@link android.R.attr#screenOrientation} attribute.
195 * the {@link android.R.attr#screenOrientation} attribute.
200 * the {@link android.R.attr#screenOrientation} attribute.
205 * the {@link android.R.attr#screenOrientation} attribute.
210 * the {@link android.R.attr#screenOrientation} attribute.
215 * the {@link android.R.attr#screenOrientation} attribute.
221 * the {@link android.R.attr#screenOrientation} attribute.
227 * the {@link android.R.attr#screenOrientation} attribute.
233 * the {@link android.R.attr#screenOrientation} attribute.
239 * the {@link android.R.attr#screenOrientation} attribut
271 public int screenOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in class:ActivityInfo
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManager.java1084 * for {@link android.content.pm.ActivityInfo#screenOrientation}.
1089 public int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in class:WindowManager.LayoutParams
1220 out.writeInt(screenOrientation);
1260 screenOrientation = in.readInt();
1390 if (screenOrientation != o.screenOrientation) {
1391 screenOrientation = o.screenOrientation;
1470 if (screenOrientation != ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED) {
1472 sb.append(screenOrientation);
[all...]

Completed in 444 milliseconds