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

  /frameworks/base/core/java/android/content/pm/
ActivityInfo.java 251 * Bit in {@link #configChanges} that indicates that the activity
253 * {@link android.R.attr#configChanges} attribute.
257 * Bit in {@link #configChanges} that indicates that the activity
259 * {@link android.R.attr#configChanges} attribute.
263 * Bit in {@link #configChanges} that indicates that the activity
265 * {@link android.R.attr#configChanges} attribute.
269 * Bit in {@link #configChanges} that indicates that the activity
271 * {@link android.R.attr#configChanges} attribute.
275 * Bit in {@link #configChanges} that indicates that the activity
277 * {@link android.R.attr#configChanges} attribute
    [all...]
PackageParser.java     [all...]
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 76 int configChanges = data.readInt();
77 schedulePauseActivity(b, finished, userLeaving, configChanges);
86 int configChanges = data.readInt();
87 scheduleStopActivity(b, show, configChanges);
141 int configChanges = data.readInt();
147 scheduleRelaunchActivity(b, ri, pi, configChanges, notResumed, config);
165 int configChanges = data.readInt();
166 scheduleDestroyActivity(b, finishing, configChanges);
429 boolean userLeaving, int configChanges) throws RemoteException {
435 data.writeInt(configChanges);
    [all...]
IApplicationThread.java 47 int configChanges) throws RemoteException;
49 int configChanges) throws RemoteException;
58 List<Intent> pendingNewIntents, int configChanges,
62 int configChanges) throws RemoteException;
ActivityThread.java 378 boolean userLeaving, int configChanges) {
383 configChanges);
387 int configChanges) {
390 token, 0, configChanges);
434 int configChanges, boolean notResumed, Configuration config) {
447 queueOrSendMessage(H.RELAUNCH_ACTIVITY, r, configChanges);
459 int configChanges) {
461 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/view/
IWindowManager.aidl 85 void startAppFreezingScreen(IBinder token, int configChanges);
  /frameworks/base/core/java/android/content/res/
Configuration.java 484 * @param configChanges The mask of changes configurations as returned by
491 public static boolean needNewResources(int configChanges, int interestingChanges) {
492 return (configChanges & (interestingChanges|ActivityInfo.CONFIG_FONT_SCALE)) != 0;
Resources.java     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 409 public void startFreezingScreenLocked(ProcessRecord app, int configChanges) {
411 service.mWindowManager.startAppFreezingScreen(this, configChanges);
ActivityStack.java     [all...]
  /frameworks/base/services/java/com/android/server/
WindowManagerService.java     [all...]
  /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 

Completed in 279 milliseconds