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

  /packages/apps/Settings/src/com/android/settings/applications/
InterestingConfigChanges.java 28 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration());
30 if (densityChanged || (configChanges&(ActivityInfo.CONFIG_LOCALE
  /frameworks/base/core/java/android/content/pm/
ActivityInfo.java 274 * Bit in {@link #configChanges} that indicates that the activity
276 * {@link android.R.attr#configChanges} attribute.
280 * Bit in {@link #configChanges} that indicates that the activity
282 * {@link android.R.attr#configChanges} attribute.
286 * Bit in {@link #configChanges} that indicates that the activity
288 * {@link android.R.attr#configChanges} attribute.
292 * Bit in {@link #configChanges} that indicates that the activity
294 * {@link android.R.attr#configChanges} attribute.
298 * Bit in {@link #configChanges} that indicates that the activity
300 * {@link android.R.attr#configChanges} attribute
    [all...]
PackageParser.java     [all...]
  /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);
565 boolean userLeaving, int configChanges) throws RemoteException {
571 data.writeInt(configChanges);
    [all...]
ActivityThread.java 504 boolean userLeaving, int configChanges) {
509 configChanges);
513 int configChanges) {
516 token, 0, configChanges);
573 int configChanges, boolean notResumed, Configuration config) {
575 configChanges, notResumed, config, true);
587 int configChanges) {
589 configChanges);
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
ActivityInfoTest.java 92 assertEquals(mActivityInfo.configChanges, info.configChanges);
  /sdk/eclipse/scripts/
_mk_icons.sh 41 icon C green configChanges
  /frameworks/base/core/java/android/content/res/
Resources.java     [all...]
Configuration.java 696 * @param configChanges The mask of changes configurations as returned by
703 public static boolean needNewResources(int configChanges, int interestingChanges) {
704 return (configChanges & (interestingChanges|ActivityInfo.CONFIG_FONT_SCALE)) != 0;
    [all...]
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 98 void startAppFreezingScreen(IBinder token, int configChanges);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 166 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration());
168 if (densityChanged || (configChanges&(ActivityInfo.CONFIG_LOCALE
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 169 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration());
171 if (densityChanged || (configChanges&(ActivityInfo.CONFIG_LOCALE
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 613 public void startFreezingScreenLocked(ProcessRecord app, int configChanges) {
615 service.mWindowManager.startAppFreezingScreen(appToken, configChanges);
    [all...]
ActivityStack.java     [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/13/
android.jar 

Completed in 2808 milliseconds