/frameworks/support/compat/honeycomb_mr2/android/support/v4/content/res/ |
D | ConfigurationHelperHoneycombMr2.java | 26 return resources.getConfiguration().screenHeightDp; in getScreenHeightDp() 30 return resources.getConfiguration().screenWidthDp; in getScreenWidthDp() 34 return resources.getConfiguration().smallestScreenWidthDp; in getSmallestScreenWidthDp()
|
/frameworks/base/core/tests/coretests/src/android/content/res/ |
D | ResourcesManagerTest.java | 154 assertEquals(expectedConfig, resources1.getConfiguration()); in testUpdateConfigurationUpdatesAllAssetManagers() 155 assertEquals(expectedConfig, resources2.getConfiguration()); in testUpdateConfigurationUpdatesAllAssetManagers() 156 assertEquals(expectedConfig, resources3.getConfiguration()); in testUpdateConfigurationUpdatesAllAssetManagers() 234 assertEquals(expectedConfig1, resources1.getConfiguration()); in testMultipleResourcesForOneActivityGetUpdatedWhenActivityBaseUpdates() 242 assertEquals(expectedConfig2, resources2.getConfiguration()); in testMultipleResourcesForOneActivityGetUpdatedWhenActivityBaseUpdates() 249 assertEquals(expectedConfig1, resources1.getConfiguration()); in testMultipleResourcesForOneActivityGetUpdatedWhenActivityBaseUpdates() 252 assertEquals(expectedConfig2, resources2.getConfiguration()); in testMultipleResourcesForOneActivityGetUpdatedWhenActivityBaseUpdates()
|
D | ResourcesLocaleTest.java | 78 resources.getConfiguration().getLocales().get(0)); in testEnglishIsAlwaysConsideredSupported() 95 resources.getConfiguration().getLocales().get(0)); in testSelectFirstSupportedLanguage()
|
D | ConfigurationBoundResourceCacheTest.java | 87 final Configuration cfg = res.getConfiguration(); in testVoidConfigChange() 110 final Configuration cfg = res.getConfiguration(); in testEffectiveConfigChange() 136 final Configuration cfg = res.getConfiguration(); in testConfigChangeMultipleResources() 178 final Configuration cfg = res.getConfiguration(); in testConfigChangeMultipleThemes()
|
/frameworks/base/core/tests/coretests/src/android/text/format/ |
D | FormatterTest.java | 35 mOriginalLocale = mContext.getResources().getConfiguration().locale; in setUp() 48 Configuration config = res.getConfiguration(); in setLocale()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | AutoReinflateContainer.java | 44 mDensity = context.getResources().getConfiguration().densityDpi; in AutoReinflateContainer() 45 mLocaleList = context.getResources().getConfiguration().getLocales(); in AutoReinflateContainer()
|
/frameworks/base/core/java/android/net/ |
D | EthernetManager.java | 87 public IpConfiguration getConfiguration() { in getConfiguration() method in EthernetManager 89 return mService.getConfiguration(); in getConfiguration()
|
D | IEthernetManager.aidl | 29 IpConfiguration getConfiguration(); in getConfiguration() method
|
/frameworks/base/core/java/com/android/internal/view/ |
D | ActionBarPolicy.java | 48 final Configuration config = mContext.getResources().getConfiguration(); in getMaxActionButtons() 81 final Configuration configuration = mContext.getResources().getConfiguration(); in hasEmbeddedTabs()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ResourcesWrapper.java | 46 super(resources.getAssets(), resources.getDisplayMetrics(), resources.getConfiguration()); in ResourcesWrapper() 238 public Configuration getConfiguration() { in getConfiguration() method in ResourcesWrapper 239 return mResources.getConfiguration(); in getConfiguration()
|
D | VectorEnabledTintResources.java | 50 super(res.getAssets(), res.getDisplayMetrics(), res.getConfiguration()); in VectorEnabledTintResources()
|
/frameworks/support/compat/jellybean-mr1/android/support/v4/content/res/ |
D | ConfigurationHelperJellybeanMr1.java | 25 return resources.getConfiguration().densityDpi; in getDensityDpi()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/ |
D | RecentsTvActivity.java | 190 RecentsConfiguration config = Recents.getConfiguration(); in updateRecentsTasks() 368 RecentsConfiguration config = Recents.getConfiguration(); in onResume() 445 RecentsConfiguration config = Recents.getConfiguration(); in onStop() 505 RecentsActivityLaunchState launchState = Recents.getConfiguration().getLaunchState(); in onBusEvent() 527 RecentsActivityLaunchState launchState = Recents.getConfiguration().getLaunchState(); in onBusEvent()
|
/frameworks/support/v7/appcompat/src/android/support/v7/content/res/ |
D | AppCompatResources.java | 131 if (entry.configuration.equals(context.getResources().getConfiguration())) { in getCachedColorStateList() 153 context.getResources().getConfiguration())); in addColorStateListToCache()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
D | InterestingConfigChanges.java | 28 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration()); in applyNewConfig()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | RecentsActivityLaunchState.java | 55 RecentsActivityLaunchState launchState = Recents.getConfiguration().getLaunchState(); in getInitialFocusTaskIndex()
|
/frameworks/support/v7/appcompat/src/android/support/v7/text/ |
D | AllCapsTransformationMethod.java | 33 mLocale = context.getResources().getConfiguration().locale; in AllCapsTransformationMethod()
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/custom/ |
D | ContextWrapperFrameLayout.java | 54 super(res.getAssets(), res.getDisplayMetrics(), res.getConfiguration()); in CustomResources()
|
/frameworks/support/core-ui/ics/android/support/v4/view/ |
D | PagerTitleStripIcs.java | 37 mLocale = context.getResources().getConfiguration().locale; in SingleLineAllCapsTransform()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsHelper.java | 307 Configuration conf = mContext.getResources().getConfiguration(); in getLocaleData() 327 Configuration conf = mContext.getResources().getConfiguration(); in setLocaleData() 347 Configuration config = am.getConfiguration(); in setLocaleData()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
D | ThemePreviewNavigationBar.java | 45 ((BridgeContext) context).getConfiguration().getLayoutDirection() == in ThemePreviewNavigationBar()
|
/frameworks/base/core/java/android/text/ |
D | AutoText.java | 77 mLocale = resources.getConfiguration().locale; in AutoText() 89 Locale locale = res.getConfiguration().locale; in getInstance()
|
/frameworks/av/include/radio/ |
D | IRadio.h | 38 virtual status_t getConfiguration(struct radio_band_config *config) = 0;
|
/frameworks/base/core/java/android/text/method/ |
D | AllCapsTransformationMethod.java | 38 mLocale = context.getResources().getConfiguration().locale; in AllCapsTransformationMethod()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | AndroidLocale.java | 65 Locale locale = context.getConfiguration().locale; in getDefault()
|