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

12345678

/frameworks/support/v4/honeycomb_mr2/android/support/v4/content/res/
H A DConfigurationHelperHoneycombMr2.java26 return resources.getConfiguration().screenHeightDp;
30 return resources.getConfiguration().screenWidthDp;
34 return resources.getConfiguration().smallestScreenWidthDp;
/frameworks/base/core/java/android/net/
H A DIEthernetManager.aidl29 IpConfiguration getConfiguration();
H A DEthernetManager.java87 public IpConfiguration getConfiguration() { method in class:EthernetManager
89 return mService.getConfiguration();
/frameworks/support/v4/jellybean-mr1/android/support/v4/content/res/
H A DConfigurationHelperJellybeanMr1.java25 return resources.getConfiguration().densityDpi;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DInterestingConfigChanges.java28 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration());
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivityLaunchState.java53 RecentsActivityLaunchState launchState = Recents.getConfiguration().getLaunchState();
/frameworks/support/v7/appcompat/src/android/support/v7/text/
H A DAllCapsTransformationMethod.java33 mLocale = context.getResources().getConfiguration().locale;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DThemePreviewNavigationBar.java45 ((BridgeContext) context).getConfiguration().getLayoutDirection() ==
/frameworks/support/v4/ics/android/support/v4/view/
H A DPagerTitleStripIcs.java37 mLocale = context.getResources().getConfiguration().locale;
/frameworks/base/core/java/com/android/internal/view/
H A DActionBarPolicy.java48 final Configuration config = mContext.getResources().getConfiguration();
81 final Configuration configuration = mContext.getResources().getConfiguration();
/frameworks/base/core/tests/coretests/src/android/text/format/
H A DFormatterTest.java35 mOriginalLocale = mContext.getResources().getConfiguration().locale;
48 Configuration config = res.getConfiguration();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DAutoReinflateContainer.java44 mDensity = context.getResources().getConfiguration().densityDpi;
45 mLocaleList = context.getResources().getConfiguration().getLocales();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DReverseLinearLayout.java42 mIsLayoutRtl = getResources().getConfiguration()
77 boolean isLayoutRtl = getResources().getConfiguration()
/frameworks/base/core/tests/coretests/src/android/content/res/
H A DResourcesManagerTest.java154 assertEquals(expectedConfig, resources1.getConfiguration());
155 assertEquals(expectedConfig, resources2.getConfiguration());
156 assertEquals(expectedConfig, resources3.getConfiguration());
234 assertEquals(expectedConfig1, resources1.getConfiguration());
242 assertEquals(expectedConfig2, resources2.getConfiguration());
249 assertEquals(expectedConfig1, resources1.getConfiguration());
252 assertEquals(expectedConfig2, resources2.getConfiguration());
H A DResourcesLocaleTest.java78 resources.getConfiguration().getLocales().get(0));
95 resources.getConfiguration().getLocales().get(0));
/frameworks/av/include/radio/
H A DIRadio.h38 virtual status_t getConfiguration(struct radio_band_config *config) = 0;
H A DRadio.h51 status_t getConfiguration(struct radio_band_config *config);
/frameworks/base/core/java/android/hardware/radio/
H A DRadioTuner.java84 public abstract int getConfiguration(RadioManager.BandConfig[] config); method in class:RadioTuner
/frameworks/base/core/java/android/text/method/
H A DAllCapsTransformationMethod.java38 mLocale = context.getResources().getConfiguration().locale;
/frameworks/base/core/java/android/view/
H A DDisplayAdjustments.java68 public Configuration getConfiguration() { method in class:DisplayAdjustments
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DSpTexts.java43 final float fontScale = res.getConfiguration().fontScale;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DAndroidLocale.java65 Locale locale = context.getConfiguration().locale;
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DDrawableLayoutDirectionHelper.java51 context.getResources().getConfiguration().getLayoutDirection();
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DVectorEnabledTintResources.java50 super(res.getAssets(), res.getDisplayMetrics(), res.getConfiguration());
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DTintResourcesTest.java56 super(res.getAssets(), res.getDisplayMetrics(), res.getConfiguration());

Completed in 601 milliseconds

12345678