Home
last modified time | relevance | path

Searched refs:configChanges (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DActivityInfo.java410 ? (configChanges | ActivityInfo.CONFIG_SCREEN_SIZE in getRealConfigChanged()
412 : configChanges; in getRealConfigChanged()
425 public int configChanges; field in ActivityInfo
470 configChanges = orig.configChanges; in ActivityInfo()
500 || configChanges != 0 || softInputMode != 0) { in dump()
502 + " configChanges=0x" + Integer.toHexString(configChanges) in dump()
530 dest.writeInt(configChanges); in writeToParcel()
555 configChanges = source.readInt(); in ActivityInfo()
DPackageParser.java2158 a.info.configChanges = sa.getInt( in parseActivity()
2166 a.info.configChanges = 0; in parseActivity()
2298 info.configChanges = target.info.configChanges; in parseActivityAlias()
/frameworks/base/core/java/android/app/
DApplicationThreadNative.java77 int configChanges = data.readInt(); in onTransact() local
78 schedulePauseActivity(b, finished, userLeaving, configChanges); in onTransact()
87 int configChanges = data.readInt(); in onTransact() local
88 scheduleStopActivity(b, show, configChanges); in onTransact()
157 int configChanges = data.readInt(); in onTransact() local
163 scheduleRelaunchActivity(b, ri, pi, configChanges, notResumed, config); in onTransact()
181 int configChanges = data.readInt(); in onTransact() local
182 scheduleDestroyActivity(b, finishing, configChanges); in onTransact()
610 boolean userLeaving, int configChanges) throws RemoteException { in schedulePauseActivity() argument
616 data.writeInt(configChanges); in schedulePauseActivity()
[all …]
DIApplicationThread.java48 int configChanges) throws RemoteException; in schedulePauseActivity() argument
50 int configChanges) throws RemoteException; in scheduleStopActivity() argument
62 List<Intent> pendingNewIntents, int configChanges, in scheduleRelaunchActivity() argument
66 int configChanges) throws RemoteException; in scheduleDestroyActivity() argument
DActivityThread.java519 boolean userLeaving, int configChanges) { in schedulePauseActivity() argument
524 configChanges); in schedulePauseActivity()
528 int configChanges) { in scheduleStopActivity() argument
531 token, 0, configChanges); in scheduleStopActivity()
588 int configChanges, boolean notResumed, Configuration config) { in scheduleRelaunchActivity() argument
590 configChanges, notResumed, config, true); in scheduleRelaunchActivity()
602 int configChanges) { in scheduleDestroyActivity() argument
604 configChanges); in scheduleDestroyActivity()
2763 boolean userLeaving, int configChanges) { in handlePauseActivity() argument
2771 r.activity.mConfigChangeFlags |= configChanges; in handlePauseActivity()
[all …]
/frameworks/base/core/java/android/content/res/
DResources.java1434 int configChanges = 0xfffffff; in updateConfiguration() local
1443 configChanges = mConfiguration.updateFrom(mTmpConfig); in updateConfiguration()
1444 configChanges = ActivityInfo.activityInfoConfigToNative(configChanges); in updateConfiguration()
1489 clearDrawableCache(mDrawableCache, configChanges); in updateConfiguration()
1490 clearDrawableCache(mColorDrawableCache, configChanges); in updateConfiguration()
1505 int configChanges) { in clearDrawableCache() argument
1509 + Integer.toHexString(configChanges)); in clearDrawableCache()
1517 configChanges, cs.getChangingConfigurations())) { in clearDrawableCache()
DConfiguration.java836 public static boolean needNewResources(int configChanges, int interestingChanges) { in needNewResources() argument
837 return (configChanges & (interestingChanges|ActivityInfo.CONFIG_FONT_SCALE)) != 0; in needNewResources()
/frameworks/base/docs/html/guide/topics/resources/
Druntime-changes.jd159 android:configChanges}</a> attribute with a value that represents the configuration you want to
162 android:configChanges}</a> attribute (the most commonly used values are {@code "orientation"} to
172 android:configChanges="orientation|keyboardHidden"
195 android:configChanges="orientation|screenSize"}. However, if your application targets API level
252 android:configChanges}</a> documentation and the {@link android.content.res.Configuration}
/frameworks/base/core/java/android/view/
DIWindowManager.aidl95 void startAppFreezingScreen(IBinder token, int configChanges); in startAppFreezingScreen() argument
/frameworks/base/services/java/com/android/server/am/
DActivityRecord.java722 public void startFreezingScreenLocked(ProcessRecord app, int configChanges) { in startFreezingScreenLocked() argument
724 service.mWindowManager.startAppFreezingScreen(appToken, configChanges); in startFreezingScreenLocked()
DActivityStack.java1220 ActivityRecord starting, String onlyThisProcess, int configChanges) { in ensureActivitiesVisibleLocked() argument
1223 + " configChanges=0x" + Integer.toHexString(configChanges)); in ensureActivitiesVisibleLocked()
1261 r.startFreezingScreenLocked(r.app, configChanges); in ensureActivitiesVisibleLocked()
1305 configChanges |= r.configChangeFlags; in ensureActivitiesVisibleLocked()
1364 int configChanges) { in ensureActivitiesVisibleLocked() argument
1367 ensureActivitiesVisibleLocked(r, starting, null, configChanges); in ensureActivitiesVisibleLocked()
/frameworks/base/docs/html/guide/topics/manifest/
Duses-configuration-element.jd175 …<li><code><a href="{@docRoot}guide/topics/manifest/activity-element.html#config">configChanges</a>…
Dactivity-element.jd11 android:<a href="#config">configChanges</a>=["mcc", "mnc", "locale",
162 <dt><a name="config"></a>{@code android:configChanges}</dt>
/frameworks/base/docs/html/about/versions/
Dandroid-3.2.jd354 in {@link android.R.attr#configChanges}. The bits indicate whether an Activity can
Dandroid-4.0.jd1801 android:configChanges}</a> for more information.</li>
/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java4459 int configChanges) { in startAppFreezingScreenLocked() argument
4489 public void startAppFreezingScreen(IBinder token, int configChanges) { in startAppFreezingScreen() argument
4496 if (configChanges == 0 && okToDisplay()) { in startAppFreezingScreen()
4507 startAppFreezingScreenLocked(wtoken, configChanges); in startAppFreezingScreen()
/frameworks/base/api/
D14.txt337 field public static final int configChanges = 16842783; // 0x101001f
5953 field public int configChanges;
D15.txt339 field public static final int configChanges = 16842783; // 0x101001f
5975 field public int configChanges;
Dcurrent.txt345 field public static final int configChanges = 16842783; // 0x101001f
6230 field public int configChanges;
D16.txt345 field public static final int configChanges = 16842783; // 0x101001f
6230 field public int configChanges;