Home | History | Annotate | Download | only in pm

Lines Matching defs:ScreenOrientation

500     public @interface ScreenOrientation {}
513 * the {@link android.R.attr#screenOrientation} attribute.
518 * the {@link android.R.attr#screenOrientation} attribute.
523 * the {@link android.R.attr#screenOrientation} attribute.
528 * the {@link android.R.attr#screenOrientation} attribute.
533 * the {@link android.R.attr#screenOrientation} attribute.
538 * the {@link android.R.attr#screenOrientation} attribute.
544 * the {@link android.R.attr#screenOrientation} attribute.
550 * the {@link android.R.attr#screenOrientation} attribute.
556 * the {@link android.R.attr#screenOrientation} attribute.
562 * the {@link android.R.attr#screenOrientation} attribute.
568 * the {@link android.R.attr#screenOrientation} attribute.
574 * the {@link android.R.attr#screenOrientation} attribute.
580 * the {@link android.R.attr#screenOrientation} attribute.
586 * the {@link android.R.attr#screenOrientation} attribute.
592 * the {@link android.R.attr#screenOrientation} attribute.
598 * the {@link android.R.attr#screenOrientation} attribute.
604 * From the {@link android.R.attr#screenOrientation} attribute, one of
622 @ScreenOrientation
623 public int screenOrientation = SCREEN_ORIENTATION_UNSPECIFIED;
942 screenOrientation = orig.screenOrientation;
983 || screenOrientation == SCREEN_ORIENTATION_LOCKED;
999 return isFixedOrientationLandscape(screenOrientation);
1006 public static boolean isFixedOrientationLandscape(@ScreenOrientation int orientation) {
1018 return isFixedOrientationPortrait(screenOrientation);
1025 public static boolean isFixedOrientationPortrait(@ScreenOrientation int orientation) {
1099 if (screenOrientation != SCREEN_ORIENTATION_UNSPECIFIED
1101 pw.println(prefix + "screenOrientation=" + screenOrientation
1146 dest.writeInt(screenOrientation);
1211 screenOrientation = source.readInt();