HomeSort by relevance Sort by last modified time
    Searched full:configchanges (Results 26 - 50 of 64) sorted by null

12 3

  /cts/tests/tests/content/src/android/content/pm/cts/
ActivityInfoTest.java 92 assertEquals(mActivityInfo.configChanges, info.configChanges);
  /packages/apps/Settings/
AndroidManifest.xml 88 android:configChanges="orientation|keyboardHidden"
153 android:configChanges="orientation|keyboardHidden"
191 android:configChanges="orientation|keyboardHidden"
202 android:configChanges="orientation|keyboardHidden">
205 android:configChanges="orientation|keyboardHidden">
356 android:configChanges="orientation|keyboardHidden">
390 android:configChanges="orientation|keyboardHidden"
414 android:configChanges="orientation|keyboardHidden"
    [all...]
  /packages/apps/Gallery3D/
AndroidManifest.xml 29 android:configChanges="keyboardHidden|orientation"
86 android:configChanges="orientation|keyboardHidden" android:label="@string/crop_label">
98 android:configChanges="orientation|keyboardHidden"
  /development/samples/Wiktionary/
AndroidManifest.xml 29 android:configChanges="orientation|keyboardHidden">
  /frameworks/base/docs/html/guide/topics/resources/
runtime-changes.jd 161 android:configChanges}</a> attribute with a string value that represents the configuration that you
164 android:configChanges}</a> attribute (the most commonly used values are {@code orientation} to
174 android:configChanges="orientation|keyboardHidden"
246 android:configChanges}</a> documentation and the {@link android.content.res.Configuration}
  /packages/apps/Phone/
AndroidManifest.xml 124 android:configChanges="orientation|keyboardHidden">
205 android:configChanges="orientation|keyboardHidden"
234 android:configChanges="orientation|keyboardHidden">
271 android:configChanges="orientation|keyboardHidden">
279 android:configChanges="orientation|keyboardHidden">
353 android:configChanges="orientation|keyboardHidden">
  /packages/apps/Email/
AndroidManifest.xml 73 android:configChanges="keyboardHidden|orientation" >
103 android:configChanges="keyboardHidden|orientation"
122 android:configChanges="keyboardHidden|orientation"
  /packages/apps/IM/
AndroidManifest.xml 123 android:configChanges="orientation|keyboardHidden"
140 android:configChanges="orientation|keyboardHidden">
167 android:configChanges="orientation|keyboardHidden"
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]
Activity.java 368 * done with the {@link android.R.attr#configChanges android:configChanges}
    [all...]
  /development/samples/NotePad/
AndroidManifest.xml 55 android:configChanges="keyboardHidden|orientation"
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 79 void startAppFreezingScreen(IBinder token, int configChanges);
  /packages/apps/Bluetooth/
AndroidManifest.xml 116 android:configChanges="orientation|keyboardHidden">
  /development/apps/Development/
AndroidManifest.xml 72 android:configChanges="keyboard|keyboardHidden|navigation|orientation">
  /frameworks/base/docs/html/guide/topics/manifest/
uses-configuration-element.jd 173 <li><code><a href="{@docRoot}guide/topics/manifest/activity-element.html#config">configChanges</a></code>
activity-element.jd 9 android:<a href="#config">configChanges</a>=["mcc", "mnc", "locale",
155 <dt><a name="config"></a>{@code android:configChanges}</dt>
    [all...]
  /development/samples/ApiDemos/
AndroidManifest.xml     [all...]
  /frameworks/base/core/java/android/content/res/
Configuration.java 483 * @param configChanges The mask of changes configurations as returned by
490 public static boolean needNewResources(int configChanges, int interestingChanges) {
491 return (configChanges & (interestingChanges|ActivityInfo.CONFIG_FONT_SCALE)) != 0;
Resources.java     [all...]
  /packages/apps/Phone/src/com/android/phone/
OutgoingCallBroadcaster.java 319 // to make sure that the android:configChanges element in our manifest
  /frameworks/base/services/java/com/android/server/am/
HistoryRecord.java 355 public void startFreezingScreenLocked(ProcessRecord app, int configChanges) {
357 service.mWindowManager.startAppFreezingScreen(this, configChanges);
ActivityManagerService.java     [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /cts/tests/
AndroidManifest.xml 585 android:configChanges="orientation|keyboardHidden">
    [all...]
  /frameworks/base/core/res/res/values/
attrs_manifest.xml 502 <attr name="configChanges">
    [all...]

Completed in 451 milliseconds

12 3