Home
last modified time | relevance | path

Searched refs:getConfiguration (Results 1 – 25 of 60) sorted by relevance

123

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java120 Configuration conf = mContext.getResources().getConfiguration(); in getLocaleData()
137 Configuration conf = mContext.getResources().getConfiguration(); in setLocaleData()
159 Configuration config = am.getConfiguration(); in setLocaleData()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPatternUnlockScreen.java227 + ", new config=" + getResources().getConfiguration()); in onAttachedToWindow()
229 if (getResources().getConfiguration().orientation != mCreationOrientation) { in onAttachedToWindow()
230 mCallback.recreateMe(getResources().getConfiguration()); in onAttachedToWindow()
242 + ", new config=" + getResources().getConfiguration()); in onConfigurationChanged()
DLockScreen.java454 + " res orient=" + context.getResources().getConfiguration().orientation); in LockScreen()
548 Configuration newConfig = getResources().getConfiguration(); in updateConfiguration()
560 + ", new config=" + getResources().getConfiguration()); in onAttachedToWindow()
DPhoneFallbackEventHandler.java157 Configuration config = mContext.getResources().getConfiguration(); in onKeyDown()
DSimUnlockScreen.java280 Configuration newConfig = getResources().getConfiguration(); in updateConfiguration()
DPasswordUnlockScreen.java352 Configuration config = getResources().getConfiguration(); in onAttachedToWindow()
/frameworks/support/v4/ics/android/support/v4/view/
DPagerTitleStripIcs.java37 mLocale = context.getResources().getConfiguration().locale; in SingleLineAllCapsTransform()
/frameworks/base/core/java/android/text/method/
DAllCapsTransformationMethod.java37 mLocale = context.getResources().getConfiguration().locale; in AllCapsTransformationMethod()
/frameworks/base/core/java/android/text/
DAutoText.java77 mLocale = resources.getConfiguration().locale; in AutoText()
89 Locale locale = res.getConfiguration().locale; in getInstance()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java119 mParams.getProjectCallback(), getConfiguration(), mParams.getTargetSdkVersion()); in init()
305 private Configuration getConfiguration() { in getConfiguration() method in RenderAction
/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityManagerTest.java100 Configuration vconfig = mContext.getResources().getConfiguration(); in testGetDeviceConfigurationInfo()
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DDpiTestActivity.java66 getResources().getConfiguration().screenLayout, in init()
67 getResources().getConfiguration().smallestScreenWidthDp, false)); in init()
/frameworks/base/services/input/
DEventHub.h168 virtual void getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const = 0;
252 virtual void getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const;
/frameworks/base/core/java/com/android/internal/view/
DRotationPolicy.java49 return context.getResources().getConfiguration().smallestScreenWidthDp >= 600; in isRotationLockToggleSupported()
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
DImfBaseTestCase.java65 int keyboardType = mTargetActivity.getResources().getConfiguration().keyboard; in setUp()
/frameworks/base/test-runner/src/android/test/mock/
DMockResources.java194 public Configuration getConfiguration() { in getConfiguration() method in MockResources
/frameworks/base/core/java/android/view/
DViewConfiguration.java281 final Configuration config = res.getConfiguration(); in ViewConfiguration()
/frameworks/base/include/androidfw/
DAssetManager.h133 void getConfiguration(ResTable_config* outConfig) const;
/frameworks/base/native/android/
Dconfiguration.cpp37 ((AssetManager*)am)->getConfiguration(out); in AConfiguration_fromAssetManager()
/frameworks/base/core/java/com/android/internal/app/
DLocalePicker.java219 Configuration config = am.getConfiguration(); in updateLocale()
/frameworks/base/telephony/java/com/android/internal/telephony/
DMccTable.java194 Configuration config = ActivityManagerNative.getDefault().getConfiguration(); in updateMccMncConfiguration()
249 Configuration config = am.getConfiguration(); in setSystemLocale()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java933 Configuration config = getResources().getConfiguration(); in onEvaluateFullscreenMode()
1081 Configuration config = getResources().getConfiguration(); in onEvaluateInputViewShown()
1348 Configuration config = getResources().getConfiguration(); in onShowInputRequested()
2277 p.println(" Configuration=" + getResources().getConfiguration()); in dump()
/frameworks/base/core/java/android/text/style/
DSuggestionSpan.java131 mLocaleString = context.getResources().getConfiguration().locale.toString(); in SuggestionSpan()
/frameworks/base/services/java/com/android/server/
DInputMethodManagerService.java653 final Locale newLocale = mRes.getConfiguration().locale; in checkCurrentLocaleChangedLocked()
702 && containsSubtypeOf(imi, context.getResources().getConfiguration(). in isValidSystemDefaultIme()
770 mLastSystemLocale = mRes.getConfiguration().locale; in systemReady()
786 final Configuration conf = mRes.getConfiguration(); in refreshImeWindowVisibilityLocked()
1682 || mRes.getConfiguration().isLayoutSizeAtLeast( in windowGainedFocus()
1848 ? mRes.getConfiguration().locale.toString() in switchToLastInputMethod()
2221 final Configuration config = mRes.getConfiguration(); in buildInputMethodListLocked()
2739 final String systemLocale = res.getConfiguration().locale.toString(); in getImplicitlyApplicableSubtypesLocked()
2820 locale = res.getConfiguration().locale.toString(); in findLastResortApplicableSubtypeLocked()
3057 final Locale locale = context.getResources().getConfiguration().locale; in InputMethodAndSubtypeListManager()
/frameworks/base/core/java/android/app/
DActivityManager.java1695 final int sw = res.getConfiguration().smallestScreenWidthDp; in getLauncherLargeIconDensity()
1731 final int sw = res.getConfiguration().smallestScreenWidthDp; in getLauncherLargeIconSize()

123