Searched refs:configChanges (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java445 * Bit in {@link #configChanges} that indicates that the activity
447 * {@link android.R.attr#configChanges} attribute.
451 * Bit in {@link #configChanges} that indicates that the activity
453 * {@link android.R.attr#configChanges} attribute.
457 * Bit in {@link #configChanges} that indicates that the activity
459 * {@link android.R.attr#configChanges} attribute.
463 * Bit in {@link #configChanges} that indicates that the activity
465 * {@link android.R.attr#configChanges} attribute.
469 * Bit in {@link #configChanges} that indicates that the activity
471 * {@link android.R.attr#configChanges} attribut
611 public int configChanges; field in class:ActivityInfo
[all...]
H A DPackageParser.java3104 a.info.configChanges = sa.getInt(
3140 a.info.configChanges = 0;
3309 info.configChanges = target.info.configChanges;
/frameworks/base/core/java/android/content/res/
H A DConfigurationBoundResourceCache.java108 * @param configChanges The configuration changes
110 public void onConfigurationChange(final int configChanges) { argument
116 onConfigurationChangeInt(themeCache, configChanges);
126 final int configChanges) {
132 configChanges, constantState.getChangingConfigurations())) {
124 onConfigurationChangeInt( final LongSparseArray<WeakReference<ConstantState<T>>> themeCache, final int configChanges) argument
H A DResources.java1798 int configChanges = calcConfigChanges(config);
1844 clearDrawableCachesLocked(mDrawableCache, configChanges);
1845 clearDrawableCachesLocked(mColorDrawableCache, configChanges);
1846 mAnimatorCache.onConfigurationChange(configChanges);
1847 mStateListAnimatorCache.onConfigurationChange(configChanges);
1864 int configChanges = 0xfffffff;
1878 configChanges = mConfiguration.updateFrom(mTmpConfig);
1879 configChanges = ActivityInfo.activityInfoConfigToNative(configChanges);
1881 return configChanges;
1884 clearDrawableCachesLocked( ArrayMap<String, LongSparseArray<WeakReference<ConstantState>>> caches, int configChanges) argument
1893 clearDrawableCacheLocked( LongSparseArray<WeakReference<ConstantState>> cache, int configChanges) argument
[all...]
H A DConfiguration.java1069 * @param configChanges The mask of changes configurations as returned by
1076 public static boolean needNewResources(int configChanges, int interestingChanges) { argument
1077 return (configChanges & (interestingChanges|ActivityInfo.CONFIG_FONT_SCALE)) != 0;
/frameworks/base/core/java/android/app/
H A DIApplicationThread.java53 int configChanges, boolean dontReport) throws RemoteException;
55 int configChanges) throws RemoteException;
68 List<ReferrerIntent> pendingNewIntents, int configChanges,
72 int configChanges) throws RemoteException;
52 schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving, int configChanges, boolean dontReport) argument
54 scheduleStopActivity(IBinder token, boolean showWindow, int configChanges) argument
67 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
71 scheduleDestroyActivity(IBinder token, boolean finished, int configChanges) argument
H A DApplicationThreadNative.java81 int configChanges = data.readInt();
83 schedulePauseActivity(b, finished, userLeaving, configChanges, dontReport);
92 int configChanges = data.readInt();
93 scheduleStopActivity(b, show, configChanges);
168 int configChanges = data.readInt();
174 scheduleRelaunchActivity(b, ri, pi, configChanges, notResumed, config);
192 int configChanges = data.readInt();
193 scheduleDestroyActivity(b, finishing, configChanges);
696 boolean userLeaving, int configChanges, boolean dontReport) throws RemoteException {
702 data.writeInt(configChanges);
695 schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving, int configChanges, boolean dontReport) argument
709 scheduleStopActivity(IBinder token, boolean showWindow, int configChanges) argument
802 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
835 scheduleDestroyActivity(IBinder token, boolean finishing, int configChanges) argument
[all...]
H A DActivityThread.java581 boolean userLeaving, int configChanges, boolean dontReport) {
586 configChanges);
590 int configChanges) {
593 token, 0, configChanges);
657 int configChanges, boolean notResumed, Configuration config) {
659 configChanges, notResumed, config, true);
671 int configChanges) {
673 configChanges);
3185 boolean userLeaving, int configChanges, boolean dontReport) {
3193 r.activity.mConfigChangeFlags |= configChanges;
580 schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving, int configChanges, boolean dontReport) argument
589 scheduleStopActivity(IBinder token, boolean showWindow, int configChanges) argument
655 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
670 scheduleDestroyActivity(IBinder token, boolean finishing, int configChanges) argument
3184 handlePauseActivity(IBinder token, boolean finished, boolean userLeaving, int configChanges, boolean dontReport) argument
3420 handleStopActivity(IBinder token, boolean show, int configChanges) argument
3629 performDestroyActivity(IBinder token, boolean finishing, int configChanges, boolean getNonConfigInstance) argument
3722 handleDestroyActivity(IBinder token, boolean finishing, int configChanges, boolean getNonConfigInstance) argument
3782 requestRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, boolean fromServer) argument
[all...]
/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl83 int configChanges, boolean voiceInteraction, boolean launchTaskBehind);
106 void startAppFreezingScreen(IBinder token, int configChanges);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java1186 final void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges) { argument
1193 + " configChanges=0x" + Integer.toHexString(configChanges));
1241 r.startFreezingScreenLocked(r.app, configChanges);
1293 configChanges |= r.configChangeFlags;
1965 r.userId, r.info.configChanges, task.voiceSession != null,
2029 r.info.configChanges, task.voiceSession != null, r.mLaunchTaskBehind);
2081 r.info.configChanges, task.voiceSession != null, r.mLaunchTaskBehind);
H A DActivityRecord.java847 public void startFreezingScreenLocked(ProcessRecord app, int configChanges) { argument
849 service.mWindowManager.startAppFreezingScreen(appToken, configChanges);
H A DActivityStackSupervisor.java2668 r.userId, r.info.configChanges, task.voiceSession != null,
2945 void ensureActivitiesVisibleLocked(ActivityRecord starting, int configChanges) { argument
2952 stack.ensureActivitiesVisibleLocked(starting, configChanges);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java3629 int configChanges, boolean voiceInteraction, boolean launchTaskBehind) {
3661 atoken.layoutConfigChanges = (configChanges &
4726 public void startAppFreezingScreen(IBinder token, int configChanges) { argument
4733 if (configChanges == 0 && okToDisplay()) {
3627 addAppToken(int addPos, IApplicationToken token, int taskId, int stackId, int requestedOrientation, boolean fullscreen, boolean showWhenLocked, int userId, int configChanges, boolean voiceInteraction, boolean launchTaskBehind) argument

Completed in 1524 milliseconds