Searched refs:getConfiguration (Results 1 - 25 of 64) sorted by relevance

123

/frameworks/base/core/java/android/text/method/
H A DAllCapsTransformationMethod.java37 mLocale = context.getResources().getConfiguration().locale;
/frameworks/support/v4/ics/android/support/v4/view/
H A DPagerTitleStripIcs.java37 mLocale = context.getResources().getConfiguration().locale;
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsHelper.java130 Configuration conf = mContext.getResources().getConfiguration();
147 Configuration conf = mContext.getResources().getConfiguration();
169 Configuration config = am.getConfiguration();
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DPatternUnlockScreen.java227 + ", new config=" + getResources().getConfiguration());
229 if (getResources().getConfiguration().orientation != mCreationOrientation) {
230 mCallback.recreateMe(getResources().getConfiguration());
242 + ", new config=" + getResources().getConfiguration());
H A DLockScreen.java458 + " res orient=" + context.getResources().getConfiguration().orientation);
554 Configuration newConfig = getResources().getConfiguration();
566 + ", new config=" + getResources().getConfiguration());
H A DPasswordUnlockScreen.java352 Configuration config = getResources().getConfiguration();
/frameworks/base/core/java/android/webkit/
H A DDateSorter.java69 Locale locale = resources.getConfiguration().locale;
/frameworks/base/core/java/com/android/internal/view/
H A DRotationPolicy.java51 return context.getResources().getConfiguration().smallestScreenWidthDp >= 600;
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityManagerTest.java100 Configuration vconfig = mContext.getResources().getConfiguration();
/frameworks/base/core/java/android/text/
H A DAutoText.java77 mLocale = resources.getConfiguration().locale;
89 Locale locale = res.getConfiguration().locale;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java123 mParams.getProjectCallback(), getConfiguration(), mParams.getTargetSdkVersion());
309 private Configuration getConfiguration() { method in class:RenderAction
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java123 final Locale newLocale = getResources().getConfiguration().locale;
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java194 public Configuration getConfiguration() { method in class:MockResources
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
H A DImfBaseTestCase.java65 int keyboardType = mTargetActivity.getResources().getConfiguration().keyboard;
/frameworks/base/services/input/
H A DEventHub.h168 virtual void getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const = 0;
252 virtual void getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const;
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestActivity.java66 getResources().getConfiguration().screenLayout,
67 getResources().getConfiguration().smallestScreenWidthDp, false));
/frameworks/base/core/java/android/text/style/
H A DSuggestionSpan.java131 mLocaleString = context.getResources().getConfiguration().locale.toString();
/frameworks/base/core/java/android/view/
H A DViewConfiguration.java264 final Configuration config = res.getConfiguration();
/frameworks/base/core/java/com/android/internal/app/
H A DLocalePicker.java244 Configuration config = am.getConfiguration();
/frameworks/base/include/androidfw/
H A DAssetManager.h133 void getConfiguration(ResTable_config* outConfig) const;
/frameworks/base/native/android/
H A Dconfiguration.cpp37 ((AssetManager*)am)->getConfiguration(out);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneFallbackEventHandler.java158 Configuration config = mContext.getResources().getConfiguration();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DMccTable.java195 Configuration config = ActivityManagerNative.getDefault().getConfiguration();
250 Configuration config = am.getConfiguration();
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java960 Configuration config = getResources().getConfiguration();
1109 Configuration config = getResources().getConfiguration();
1376 Configuration config = getResources().getConfiguration();
2323 p.println(" Configuration=" + getResources().getConfiguration());
/frameworks/base/core/java/android/widget/
H A DToast.java384 final Configuration config = mView.getContext().getResources().getConfiguration();

Completed in 393 milliseconds

123