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

12

/frameworks/base/core/java/android/text/method/
H A DAllCapsTransformationMethod.java37 mLocale = context.getResources().getConfiguration().locale;
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsHelper.java135 Configuration conf = mContext.getResources().getConfiguration();
152 Configuration conf = mContext.getResources().getConfiguration();
174 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.java329 + " res orient=" + context.getResources().getConfiguration().orientation);
397 Configuration newConfig = getResources().getConfiguration();
415 + ", new config=" + getResources().getConfiguration());
H A DPhoneFallbackEventHandler.java156 Configuration config = mContext.getResources().getConfiguration();
H A DPasswordUnlockScreen.java355 Configuration config = getResources().getConfiguration();
H A DSimUnlockScreen.java280 Configuration newConfig = getResources().getConfiguration();
H A DSimPukUnlockScreen.java302 Configuration newConfig = getResources().getConfiguration();
/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.h156 virtual void getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const = 0;
235 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.java128 mLocaleString = context.getResources().getConfiguration().locale.toString();
/frameworks/base/core/java/android/view/
H A DViewConfiguration.java282 final Configuration config = res.getConfiguration();
/frameworks/base/core/java/com/android/internal/app/
H A DLocalePicker.java219 Configuration config = am.getConfiguration();
/frameworks/base/include/utils/
H A DAssetManager.h132 void getConfiguration(ResTable_config* outConfig) const;
/frameworks/base/native/android/
H A Dconfiguration.cpp37 ((AssetManager*)am)->getConfiguration(out);
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java933 Configuration config = getResources().getConfiguration();
1081 Configuration config = getResources().getConfiguration();
1348 Configuration config = getResources().getConfiguration();
2262 p.println(" Configuration=" + getResources().getConfiguration());
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java517 Locale locale = context.getResources().getConfiguration().locale;
/frameworks/base/core/java/android/app/
H A DActivityManager.java1446 if ((res.getConfiguration().screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK)
1475 if ((res.getConfiguration().screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK)
H A DSearchDialog.java380 return context.getResources().getConfiguration().orientation
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java510 updateUiElements(getResources().getConfiguration());

Completed in 2409 milliseconds

12