Home
last modified time | relevance | path

Searched refs:screenOrientation (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/core/java/android/content/pm/
DActivityInfo.java504 public int screenOrientation = SCREEN_ORIENTATION_UNSPECIFIED; field in ActivityInfo
795 screenOrientation = orig.screenOrientation; in ActivityInfo()
832 return screenOrientation == SCREEN_ORIENTATION_LANDSCAPE in isFixedOrientation()
833 || screenOrientation == SCREEN_ORIENTATION_PORTRAIT in isFixedOrientation()
834 || screenOrientation == SCREEN_ORIENTATION_SENSOR_LANDSCAPE in isFixedOrientation()
835 || screenOrientation == SCREEN_ORIENTATION_SENSOR_PORTRAIT in isFixedOrientation()
836 || screenOrientation == SCREEN_ORIENTATION_REVERSE_LANDSCAPE in isFixedOrientation()
837 || screenOrientation == SCREEN_ORIENTATION_REVERSE_PORTRAIT in isFixedOrientation()
838 || screenOrientation == SCREEN_ORIENTATION_USER_LANDSCAPE in isFixedOrientation()
839 || screenOrientation == SCREEN_ORIENTATION_USER_PORTRAIT in isFixedOrientation()
[all …]
DPackageParser.java3533 a.info.screenOrientation = sa.getInt( in parseActivity()
3806 info.screenOrientation = target.info.screenOrientation; in parseActivityAlias()
/frameworks/base/core/java/android/view/
DWindowManager.java1615 public int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in WindowManager.LayoutParams
1863 out.writeInt(screenOrientation); in writeToParcel()
1917 screenOrientation = in.readInt(); in LayoutParams()
2086 if (screenOrientation != o.screenOrientation) { in copyFrom()
2087 screenOrientation = o.screenOrientation; in copyFrom()
2219 if (screenOrientation != ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED) { in toString()
2221 sb.append(screenOrientation); in toString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowManager.java118 mLpChanged.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_USER; in adjustScreenOrientation()
120 mLpChanged.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_NOSENSOR; in adjustScreenOrientation()
123 mLpChanged.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; in adjustScreenOrientation()
/frameworks/base/core/java/android/app/
DActivityManager.java1852 public int screenOrientation = Configuration.ORIENTATION_UNDEFINED; field in ActivityManager.TaskThumbnailInfo
1869 screenOrientation = Configuration.ORIENTATION_UNDEFINED; in reset()
1878 screenOrientation = o.screenOrientation; in copyFrom()
1885 out.attribute(null, ATTR_SCREEN_ORIENTATION, Integer.toString(screenOrientation)); in saveToXml()
1895 screenOrientation = Integer.parseInt(attrValue); in restoreFromXml()
1906 dest.writeInt(screenOrientation); in writeToParcel()
1912 screenOrientation = source.readInt(); in readFromParcel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewThumbnail.java235 if (mThumbnailInfo.screenOrientation == Configuration.ORIENTATION_PORTRAIT) { in updateThumbnailScale()
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceDelegate.java352 lp.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_NOSENSOR; in createScrim()
/frameworks/base/docs/html-intl/intl/zh-tw/preview/features/
Dmulti-window.jd290 >android:screenOrientation</a></code> 屬性的變更。
/frameworks/base/docs/html-intl/intl/ru/preview/features/
Dmulti-window.jd290 >android:screenOrientation</a></code>.
/frameworks/base/docs/html-intl/intl/ko/preview/features/
Dmulti-window.jd296 >android:screenOrientation</a></code> 속성의 변경을 무시합니다.
/frameworks/base/docs/html-intl/intl/ja/preview/features/
Dmulti-window.jd296 >android:screenOrientation</a></code> 属性に加えられた変更を無視します。
/frameworks/base/docs/html-intl/intl/zh-cn/preview/features/
Dmulti-window.jd296 >android:screenOrientation</a></code> 属性所作的更改。
/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java598 int screenOrientation) { in setLastThumbnailLocked() argument
603 mLastThumbnailInfo.screenOrientation = screenOrientation; in setLastThumbnailLocked()
/frameworks/base/docs/html/guide/topics/manifest/
Duses-feature-element.jd1143 android:screenOrientation}</a> attribute, then this declaration implies
1147 android:screenOrientation}</a> with either {@code "landscape"}, {@code
1157 android:screenOrientation}</a>, but don't actually require it, you can
Dactivity-element.jd38 android:<a href="#screen">screenOrientation</a>=["unspecified" | "behind" |
798 <dt><a name="screen"></a>{@code android:screenOrientation}</dt>
/frameworks/base/docs/html/guide/practices/
Doptimizing-for-3.0.jd649 android:screenOrientation}</a> attribute in the <a
656 android:screenOrientation}</a> attribute, but because it's sometimes necessary to lock the
/frameworks/base/docs/html-intl/intl/in/preview/features/
Dmulti-window.jd296 >android:screenOrientation</a></code>.
/frameworks/base/docs/html/preview/features/
Dmulti-window.jd305 >android:screenOrientation</a></code> attribute.
/frameworks/base/docs/html/about/versions/
Dandroid-3.2.jd506 android:screenOrientation}</a> attribute, then this also declares that the application
Dandroid-2.3.jd597 <li>New values for <code>android:screenOrientation</code> attribute of
Dandroid-4.3.jd823 href="{@docRoot}guide/topics/manifest/activity-element.html#screen">{@code screenOrientation}</a>
/frameworks/base/docs/html-intl/intl/pt-br/preview/features/
Dmulti-window.jd296 >android:screenOrientation</a></code>.
/frameworks/base/docs/html-intl/intl/es/preview/features/
Dmulti-window.jd296 >android:screenOrientation</a></code>.
/frameworks/base/docs/html-intl/intl/vi/preview/features/
Dmulti-window.jd290 >android:screenOrientation</a></code>.
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd583 android:screenOrientation=&quot;landscape&quot;&gt;

12