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

1 2

  /frameworks/base/core/java/android/content/res/
ThemedResourceCache.java 116 * @param configChanges a bitmask of configuration changes
118 public void onConfigurationChange(int configChanges) {
119 prune(configChanges);
127 * @param configChanges a non-zero bitmask of configuration changes
130 protected abstract boolean shouldInvalidateEntry(@NonNull T entry, int configChanges);
191 * @param configChanges a bitmask of configuration changes, or {@code 0} to
195 private boolean prune(int configChanges) {
199 if (pruneEntriesLocked(mThemedEntries.valueAt(i), configChanges)) {
205 pruneEntriesLocked(mNullThemedEntries, configChanges);
206 pruneEntriesLocked(mUnthemedEntries, configChanges);
    [all...]
ConfigurationBoundResourceCache.java 55 public boolean shouldInvalidateEntry(ConstantState<T> entry, int configChanges) {
56 return Configuration.needNewResources(configChanges, entry.getChangingConfigurations());
DrawableCache.java 54 public boolean shouldInvalidateEntry(Drawable.ConstantState entry, int configChanges) {
55 return Configuration.needNewResources(configChanges, entry.getChangingConfigurations());
Resources.java     [all...]
Configuration.java     [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/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 446 * Bit in {@link #configChanges} that indicates that the activity
448 * {@link android.R.attr#configChanges} attribute.
452 * Bit in {@link #configChanges} that indicates that the activity
454 * {@link android.R.attr#configChanges} attribute.
458 * Bit in {@link #configChanges} that indicates that the activity
460 * {@link android.R.attr#configChanges} attribute.
464 * Bit in {@link #configChanges} that indicates that the activity
466 * {@link android.R.attr#configChanges} attribute.
470 * Bit in {@link #configChanges} that indicates that the activity
472 * {@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 52 int configChanges, boolean dontReport) throws RemoteException;
54 int configChanges) throws RemoteException;
67 List<ReferrerIntent> pendingNewIntents, int configChanges, boolean notResumed,
71 int configChanges) throws RemoteException;
ApplicationThreadNative.java 84 int configChanges = data.readInt();
86 schedulePauseActivity(b, finished, userLeaving, configChanges, dontReport);
95 int configChanges = data.readInt();
96 scheduleStopActivity(b, show, configChanges);
175 int configChanges = data.readInt();
182 scheduleRelaunchActivity(b, ri, pi, configChanges, notResumed, config, overrideConfig);
200 int configChanges = data.readInt();
201 scheduleDestroyActivity(b, finishing, configChanges);
719 boolean userLeaving, int configChanges, boolean dontReport) throws RemoteException {
725 data.writeInt(configChanges);
    [all...]
ActivityThread.java 589 boolean userLeaving, int configChanges, boolean dontReport) {
594 configChanges);
598 int configChanges) {
601 token, 0, configChanges);
668 int configChanges, boolean notResumed, Configuration config,
671 configChanges, notResumed, config, overrideConfig, true);
683 int configChanges) {
685 configChanges);
    [all...]
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 85 int configChanges, boolean voiceInteraction, boolean launchTaskBehind);
110 void startAppFreezingScreen(IBinder token, int configChanges);
  /sdk/eclipse/scripts/
_mk_icons.sh 41 icon C green configChanges
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsCategory.java 75 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration());
77 if (densityChanged || (configChanges&(ActivityInfo.CONFIG_LOCALE
  /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/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 1612 milliseconds

1 2