Home | History | Annotate | Download | only in pm

Lines Matching defs:screenOrientation

515     public @interface ScreenOrientation {}
528 * 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} attribute.
583 * the {@link android.R.attr#screenOrientation} attribute.
589 * the {@link android.R.attr#screenOrientation} attribute.
595 * the {@link android.R.attr#screenOrientation} attribute.
601 * the {@link android.R.attr#screenOrientation} attribute.
607 * the {@link android.R.attr#screenOrientation} attribute.
613 * the {@link android.R.attr#screenOrientation} attribute.
619 * From the {@link android.R.attr#screenOrientation} attribute, one of
637 @ScreenOrientation
638 public int screenOrientation = SCREEN_ORIENTATION_UNSPECIFIED;
963 screenOrientation = orig.screenOrientation;
1004 || screenOrientation == SCREEN_ORIENTATION_LOCKED;
1012 return isFixedOrientationLandscape(screenOrientation);
1019 public static boolean isFixedOrientationLandscape(@ScreenOrientation int orientation) {
1031 return isFixedOrientationPortrait(screenOrientation);
1038 public static boolean isFixedOrientationPortrait(@ScreenOrientation int orientation) {
1112 if (screenOrientation != SCREEN_ORIENTATION_UNSPECIFIED
1114 pw.println(prefix + "screenOrientation=" + screenOrientation
1160 dest.writeInt(screenOrientation);
1288 screenOrientation = source.readInt();