/frameworks/base/core/java/android/content/pm/ |
D | ActivityInfo.java | 504 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 …]
|
D | PackageParser.java | 3542 a.info.screenOrientation = sa.getInt( in parseActivity() 3816 info.screenOrientation = target.info.screenOrientation; in parseActivityAlias()
|
/frameworks/base/core/java/android/view/ |
D | WindowManager.java | 1633 public int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in WindowManager.LayoutParams 1881 out.writeInt(screenOrientation); in writeToParcel() 1935 screenOrientation = in.readInt(); in LayoutParams() 2104 if (screenOrientation != o.screenOrientation) { in copyFrom() 2105 screenOrientation = o.screenOrientation; in copyFrom() 2237 if (screenOrientation != ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED) { in toString() 2239 sb.append(screenOrientation); in toString()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarWindowManager.java | 129 mLpChanged.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_USER; in adjustScreenOrientation() 131 mLpChanged.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_NOSENSOR; in adjustScreenOrientation() 134 mLpChanged.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; in adjustScreenOrientation()
|
/frameworks/base/core/java/android/app/ |
D | ActivityManager.java | 1858 public int screenOrientation = Configuration.ORIENTATION_UNDEFINED; field in ActivityManager.TaskThumbnailInfo 1875 screenOrientation = Configuration.ORIENTATION_UNDEFINED; in reset() 1884 screenOrientation = o.screenOrientation; in copyFrom() 1891 out.attribute(null, ATTR_SCREEN_ORIENTATION, Integer.toString(screenOrientation)); in saveToXml() 1901 screenOrientation = Integer.parseInt(attrValue); in restoreFromXml() 1912 dest.writeInt(screenOrientation); in writeToParcel() 1918 screenOrientation = source.readInt(); in readFromParcel()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskViewThumbnail.java | 236 if (mThumbnailInfo.screenOrientation == Configuration.ORIENTATION_PORTRAIT) { in updateThumbnailScale()
|
/frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
D | KeyguardServiceDelegate.java | 372 lp.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_NOSENSOR; in createScrim()
|
/frameworks/base/docs/html-intl/intl/ru/guide/topics/ui/ |
D | multi-window.jd | 290 >android:screenOrientation</a></code>.
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/ |
D | multi-window.jd | 290 >android:screenOrientation</a></code> 屬性的變更。
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/ui/ |
D | multi-window.jd | 296 >android:screenOrientation</a></code> 속성의 변경을 무시합니다.
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ui/ |
D | multi-window.jd | 296 >android:screenOrientation</a></code> 属性に加えられた変更を無視します。
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/ |
D | multi-window.jd | 296 >android:screenOrientation</a></code> 属性所作的更改。
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | TaskRecord.java | 598 int screenOrientation) { in setLastThumbnailLocked() argument 603 mLastThumbnailInfo.screenOrientation = screenOrientation; in setLastThumbnailLocked()
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-feature-element.jd | 1141 android:screenOrientation}</a> attribute, then this declaration implies 1145 android:screenOrientation}</a> with either {@code "landscape"}, {@code 1155 android:screenOrientation}</a>, but don't actually require it, you can
|
D | activity-element.jd | 39 android:<a href="#screen">screenOrientation</a>=["unspecified" | "behind" | 828 <dt><a name="screen"></a>{@code android:screenOrientation}</dt>
|
/frameworks/base/docs/html/guide/practices/ |
D | optimizing-for-3.0.jd | 649 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/guide/topics/ui/ |
D | multi-window.jd | 296 >android:screenOrientation</a></code>.
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | multi-window.jd | 311 >android:screenOrientation</a></code> attribute.
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.2.jd | 506 android:screenOrientation}</a> attribute, then this also declares that the application
|
D | android-2.3.jd | 597 <li>New values for <code>android:screenOrientation</code> attribute of
|
D | android-4.3.jd | 823 href="{@docRoot}guide/topics/manifest/activity-element.html#screen">{@code screenOrientation}</a>
|
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/ui/ |
D | multi-window.jd | 296 >android:screenOrientation</a></code>.
|
/frameworks/base/docs/html-intl/intl/es/guide/topics/ui/ |
D | multi-window.jd | 296 >android:screenOrientation</a></code>.
|
/frameworks/base/docs/html-intl/intl/vi/guide/topics/ui/ |
D | multi-window.jd | 290 >android:screenOrientation</a></code>.
|
/frameworks/base/docs/html/guide/topics/media/ |
D | camera.jd | 403 android:screenOrientation="landscape">
|