Searched refs:InterestingConfigChanges (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DInterestingConfigChanges.java23 public class InterestingConfigChanges { class
28 public InterestingConfigChanges() { method in class:InterestingConfigChanges
34 public InterestingConfigChanges(int flags) { method in class:InterestingConfigChanges
H A DApplicationsState.java115 final InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges();
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DCategoryManager.java27 import com.android.settingslib.applications.InterestingConfigChanges;
44 private final InterestingConfigChanges mInterestingConfigChanges;
69 mInterestingConfigChanges = new InterestingConfigChanges();
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogComponent.java29 import com.android.settingslib.applications.InterestingConfigChanges;
62 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistManager.java37 import com.android.settingslib.applications.InterestingConfigChanges;
59 private final InterestingConfigChanges mInterestingConfigChanges;
96 mInterestingConfigChanges = new InterestingConfigChanges(ActivityInfo.CONFIG_ORIENTATION
/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
H A DFragmentHostManager.java36 import com.android.settingslib.applications.InterestingConfigChanges;
52 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java161 public static class InterestingConfigChanges { class in class:LoaderCustomSupport
208 final InterestingConfigChanges mLastConfig = new InterestingConfigChanges();
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java161 public static class InterestingConfigChanges { class in class:LoaderCustomSupport
208 final InterestingConfigChanges mLastConfig = new InterestingConfigChanges();

Completed in 180 milliseconds