Searched refs:getConfiguration (Results 1 - 25 of 54) 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.java120 Configuration conf = mContext.getResources().getConfiguration();
137 Configuration conf = mContext.getResources().getConfiguration();
159 Configuration config = am.getConfiguration();
/frameworks/base/policy/src/com/android/internal/policy/impl/
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.java454 + " res orient=" + context.getResources().getConfiguration().orientation);
548 Configuration newConfig = getResources().getConfiguration();
560 + ", new config=" + getResources().getConfiguration());
H A DPhoneFallbackEventHandler.java157 Configuration config = mContext.getResources().getConfiguration();
H A DPasswordUnlockScreen.java352 Configuration config = getResources().getConfiguration();
H A DSimPukUnlockScreen.java302 Configuration newConfig = getResources().getConfiguration();
H A DSimUnlockScreen.java280 Configuration newConfig = getResources().getConfiguration();
/frameworks/base/core/java/com/android/internal/view/
H A DRotationPolicy.java49 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.java119 mParams.getProjectCallback(), getConfiguration(), mParams.getTargetSdkVersion());
305 private Configuration getConfiguration() { method in class:RenderAction
/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.java281 final Configuration config = res.getConfiguration();
/frameworks/base/core/java/com/android/internal/app/
H A DLocalePicker.java219 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/telephony/java/com/android/internal/telephony/
H A DMccTable.java194 Configuration config = ActivityManagerNative.getDefault().getConfiguration();
249 Configuration config = am.getConfiguration();
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java933 Configuration config = getResources().getConfiguration();
1081 Configuration config = getResources().getConfiguration();
1348 Configuration config = getResources().getConfiguration();
2277 p.println(" Configuration=" + getResources().getConfiguration());
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java653 final Locale newLocale = mRes.getConfiguration().locale;
702 && containsSubtypeOf(imi, context.getResources().getConfiguration().
770 mLastSystemLocale = mRes.getConfiguration().locale;
786 final Configuration conf = mRes.getConfiguration();
1682 || mRes.getConfiguration().isLayoutSizeAtLeast(
1848 ? mRes.getConfiguration().locale.toString()
2221 final Configuration config = mRes.getConfiguration();
2739 final String systemLocale = res.getConfiguration().locale.toString();
2820 locale = res.getConfiguration().locale.toString();
3057 final Locale locale = context.getResources().getConfiguration()
[all...]

Completed in 587 milliseconds

123