Home | History | Annotate | Download | only in pm

Lines Matching refs:screenOrientation

216      * the {@link android.R.attr#screenOrientation} attribute.
221 * the {@link android.R.attr#screenOrientation} attribute.
226 * the {@link android.R.attr#screenOrientation} attribute.
231 * the {@link android.R.attr#screenOrientation} attribute.
236 * 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} attribute.
265 * the {@link android.R.attr#screenOrientation} attribute.
271 * the {@link android.R.attr#screenOrientation} attribute.
277 * the {@link android.R.attr#screenOrientation} attribute.
283 * the {@link android.R.attr#screenOrientation} attribute.
289 * the {@link android.R.attr#screenOrientation} attribute.
295 * the {@link android.R.attr#screenOrientation} attribute.
301 * the {@link android.R.attr#screenOrientation} attribute.
307 * From the {@link android.R.attr#screenOrientation} attribute, one of
325 public int screenOrientation = SCREEN_ORIENTATION_UNSPECIFIED;
538 screenOrientation = orig.screenOrientation;
568 if (screenOrientation != SCREEN_ORIENTATION_UNSPECIFIED
570 pw.println(prefix + "screenOrientation=" + screenOrientation
598 dest.writeInt(screenOrientation);
623 screenOrientation = source.readInt();