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.java3542 a.info.screenOrientation = sa.getInt( in parseActivity()
3816 info.screenOrientation = target.info.screenOrientation; in parseActivityAlias()
/frameworks/base/core/java/android/view/
DWindowManager.java1633 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/
DStatusBarWindowManager.java129 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/
DActivityManager.java1858 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/
DTaskViewThumbnail.java236 if (mThumbnailInfo.screenOrientation == Configuration.ORIENTATION_PORTRAIT) { in updateThumbnailScale()
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceDelegate.java372 lp.screenOrientation = ActivityInfo.SCREEN_ORIENTATION_NOSENSOR; in createScrim()
/frameworks/base/docs/html-intl/intl/ru/guide/topics/ui/
Dmulti-window.jd290 >android:screenOrientation</a></code>.
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/
Dmulti-window.jd290 >android:screenOrientation</a></code> 屬性的變更。
/frameworks/base/docs/html-intl/intl/ko/guide/topics/ui/
Dmulti-window.jd296 >android:screenOrientation</a></code> 속성의 변경을 무시합니다.
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ui/
Dmulti-window.jd296 >android:screenOrientation</a></code> 属性に加えられた変更を無視します。
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/
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.jd1141 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
Dactivity-element.jd39 android:<a href="#screen">screenOrientation</a>=["unspecified" | "behind" |
828 <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/guide/topics/ui/
Dmulti-window.jd296 >android:screenOrientation</a></code>.
/frameworks/base/docs/html/guide/topics/ui/
Dmulti-window.jd311 >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/guide/topics/ui/
Dmulti-window.jd296 >android:screenOrientation</a></code>.
/frameworks/base/docs/html-intl/intl/es/guide/topics/ui/
Dmulti-window.jd296 >android:screenOrientation</a></code>.
/frameworks/base/docs/html-intl/intl/vi/guide/topics/ui/
Dmulti-window.jd290 >android:screenOrientation</a></code>.
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd403 android:screenOrientation=&quot;landscape&quot;&gt;

12