HomeSort by relevance Sort by last modified time
    Searched refs:getConfiguration (Results 1 - 25 of 1121) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/compat/honeycomb_mr2/android/support/v4/content/res/
ConfigurationHelperHoneycombMr2.java 26 return resources.getConfiguration().screenHeightDp;
30 return resources.getConfiguration().screenWidthDp;
34 return resources.getConfiguration().smallestScreenWidthDp;
  /frameworks/base/core/java/android/net/
IEthernetManager.aidl 29 IpConfiguration getConfiguration();
  /cts/hostsidetests/services/activitymanager/app/src/android/server/app/
ResizeableActivity.java 30 dumpDisplaySize(getResources().getConfiguration());
TestActivity.java 28 dumpDisplaySize(getResources().getConfiguration());
  /cts/tests/tests/text/src/android/text/format/cts/
LocaleUtils.java 28 Locale currentLocale = context.getResources().getConfiguration().locale;
  /frameworks/support/compat/jellybean-mr1/android/support/v4/content/res/
ConfigurationHelperJellybeanMr1.java 25 return resources.getConfiguration().densityDpi;
  /packages/apps/Dialer/src/com/android/dialer/util/
OrientationUtil.java 31 return context.getResources().getConfiguration().orientation
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
ConfigurationDeviceInfo.java 29 Configuration con = getInstrumentation().getContext().getResources().getConfiguration();
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
DeviceUtils.java 25 int uiMode = context.getResources().getConfiguration().uiMode;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
InterestingConfigChanges.java 28 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsActivityLaunchState.java 55 RecentsActivityLaunchState launchState = Recents.getConfiguration().getLaunchState();
  /frameworks/support/v7/appcompat/src/android/support/v7/text/
AllCapsTransformationMethod.java 33 mLocale = context.getResources().getConfiguration().locale;
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/settings/
ViewUtils.java 29 return context.getResources().getConfiguration().isScreenRound();
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionarySettingsUtils.java 38 final Locale systemLocale = context.getResources().getConfiguration().locale;
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
ConversationViewUtils.java 27 final float fontScale = resources.getConfiguration().fontScale;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ViewContact.java 30 Configuration config = getResources().getConfiguration();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettingsUtils.java 39 final Locale systemLocale = context.getResources().getConfiguration().locale;
  /cts/tests/tests/app/src/android/app/cts/
ApplyOverrideConfigurationTest.java 49 final Configuration config = getActivity().getResources().getConfiguration();
62 final Configuration newConfig = getActivity().getResources().getConfiguration();
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetHostView.java 53 mPreviousOrientation = mContext.getResources().getConfiguration().orientation;
58 int orientation = mContext.getResources().getConfiguration().orientation;
  /packages/apps/Launcher3/src/com/android/launcher3/util/
ConfigMonitor.java 41 Configuration config = context.getResources().getConfiguration();
48 Configuration config = context.getResources().getConfiguration();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/
ConfigMatchTest.java 91 FolderConfiguration defaultConfig = getConfiguration(
115 config1 = getConfiguration(
139 config2 = getConfiguration(
163 config3 = getConfiguration(
187 config4 = getConfiguration(
219 FolderConfiguration testConfig = getConfiguration(
244 boolean bresult = result.getFolder().getConfiguration().equals(config3);
254 private FolderConfiguration getConfiguration(String... qualifierValues) {
  /cts/tests/app/app/src/android/app/stubs/
OrientationTestUtils.java 44 final int originalOrientation = activity.getResources().getConfiguration().orientation;
  /development/apps/CustomLocale/src/com/android/customlocale2/
ChangeLocale.java 49 Configuration config = am.getConfiguration();
  /frameworks/av/include/radio/
IRadio.h 38 virtual status_t getConfiguration(struct radio_band_config *config) = 0;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
ThemePreviewNavigationBar.java 45 ((BridgeContext) context).getConfiguration().getLayoutDirection() ==

Completed in 3043 milliseconds

1 2 3 4 5 6 7 8 91011>>