HomeSort by relevance Sort by last modified time
    Searched refs:configChanges (Results 1 - 25 of 26) sorted by null

1 2

  /packages/apps/Settings/src/com/android/settings/applications/
InterestingConfigChanges.java 28 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration());
30 if (densityChanged || (configChanges&(ActivityInfo.CONFIG_LOCALE
AppOpsCategory.java 75 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration());
77 if (densityChanged || (configChanges&(ActivityInfo.CONFIG_LOCALE
  /frameworks/base/core/java/android/content/pm/
ActivityInfo.java 328 * Bit in {@link #configChanges} that indicates that the activity
330 * {@link android.R.attr#configChanges} attribute.
334 * Bit in {@link #configChanges} that indicates that the activity
336 * {@link android.R.attr#configChanges} attribute.
340 * Bit in {@link #configChanges} that indicates that the activity
342 * {@link android.R.attr#configChanges} attribute.
346 * Bit in {@link #configChanges} that indicates that the activity
348 * {@link android.R.attr#configChanges} attribute.
352 * Bit in {@link #configChanges} that indicates that the activity
354 * {@link android.R.attr#configChanges} attribute
    [all...]
PackageParser.java     [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
ActivityInfoTest.java 66 assertEquals(mActivityInfo.configChanges, info.configChanges);
  /frameworks/base/core/java/android/app/
IApplicationThread.java 48 int configChanges) throws RemoteException;
50 int configChanges) throws RemoteException;
62 List<Intent> pendingNewIntents, int configChanges,
66 int configChanges) throws RemoteException;
ApplicationThreadNative.java 77 int configChanges = data.readInt();
78 schedulePauseActivity(b, finished, userLeaving, configChanges);
87 int configChanges = data.readInt();
88 scheduleStopActivity(b, show, configChanges);
157 int configChanges = data.readInt();
163 scheduleRelaunchActivity(b, ri, pi, configChanges, notResumed, config);
181 int configChanges = data.readInt();
182 scheduleDestroyActivity(b, finishing, configChanges);
628 boolean userLeaving, int configChanges) throws RemoteException {
634 data.writeInt(configChanges);
    [all...]
ActivityThread.java 565 boolean userLeaving, int configChanges) {
570 configChanges);
574 int configChanges) {
577 token, 0, configChanges);
634 int configChanges, boolean notResumed, Configuration config) {
636 configChanges, notResumed, config, true);
648 int configChanges) {
650 configChanges);
    [all...]
  /sdk/eclipse/scripts/
_mk_icons.sh 41 icon C green configChanges
  /frameworks/base/core/java/android/content/res/
Resources.java     [all...]
Configuration.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 168 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration());
170 if (densityChanged || (configChanges&(ActivityInfo.CONFIG_LOCALE
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 170 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration());
172 if (densityChanged || (configChanges&(ActivityInfo.CONFIG_LOCALE
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 103 void startAppFreezingScreen(IBinder token, int configChanges);
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java     [all...]
ActivityStack.java     [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 390 milliseconds

1 2