HomeSort by relevance Sort by last modified time
    Searched refs:configChanges (Results 1 - 25 of 38) 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
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
InterestingConfigChanges.java 31 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration());
33 if (densityChanged || (configChanges & (ActivityInfo.CONFIG_LOCALE
  /frameworks/base/core/java/android/content/pm/
ActivityInfo.java 445 * 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} attribute
    [all...]
PackageParser.java     [all...]
  /frameworks/base/core/java/android/content/res/
ConfigurationBoundResourceCache.java 108 * @param configChanges The configuration changes
110 public void onConfigurationChange(final int configChanges) {
116 onConfigurationChangeInt(themeCache, configChanges);
126 final int configChanges) {
132 configChanges, constantState.getChangingConfigurations())) {
Resources.java     [all...]
Configuration.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 53 int configChanges, boolean dontReport) throws RemoteException;
55 int configChanges) throws RemoteException;
68 List<ReferrerIntent> pendingNewIntents, int configChanges,
72 int configChanges) throws RemoteException;
ApplicationThreadNative.java 81 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);
    [all...]
ActivityThread.java 581 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);
    [all...]
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 83 int configChanges, boolean voiceInteraction, boolean launchTaskBehind);
106 void startAppFreezingScreen(IBinder token, int configChanges);
  /sdk/eclipse/scripts/
_mk_icons.sh 41 icon C green configChanges
  /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/services/core/java/com/android/server/am/
ActivityStack.java     [all...]
ActivityRecord.java     [all...]
ActivityStackSupervisor.java     [all...]
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 3575 milliseconds

1 2