HomeSort by relevance Sort by last modified time
    Searched refs:getConfiguration (Results 126 - 150 of 1544) sorted by null

1 2 3 4 56 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/view/
GridLayout3.java 43 Configuration configuration = context.getResources().getConfiguration();
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
ActivityAnimations.java 116 int orientation = getResources().getConfiguration().orientation;
  /development/tools/checkcolor/src/test/java/com/google/checkcolor/lint/
HardcodedColorDetectorTest.java 46 protected TestConfiguration getConfiguration(LintClient client, Project project) {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
ResourceLoaderTest.java 56 Configuration configuration = Resources.getSystem().getConfiguration();
  /frameworks/base/core/java/android/hardware/radio/
RadioTuner.java 89 public abstract int getConfiguration(RadioManager.BandConfig[] config);
  /frameworks/base/core/java/android/webkit/
DateSorter.java 68 Locale locale = resources.getConfiguration().locale;
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityManagerTest.java 100 Configuration vconfig = mContext.getResources().getConfiguration();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
RotationLockTile.java 95 return context.getResources().getConfiguration().orientation
  /frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
ShortcutKeyDispatcher.java 78 int orientation = mContext.getResources().getConfiguration().orientation;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ConfigurationControllerImpl.java 45 Configuration currentConfig = context.getResources().getConfiguration();
  /frameworks/base/services/core/java/com/android/server/am/
RunningTasks.java 101 ci.configuration.setTo(task.getConfiguration());
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
ActivityTransition.java 99 getResources().getConfiguration().orientation == Configuration.ORIENTATION_PORTRAIT;
  /hardware/interfaces/broadcastradio/1.1/default/
Tuner.h 41 virtual Return<void> getConfiguration(getConfiguration_cb _hidl_cb) override;
  /packages/apps/Camera2/src/com/android/camera/
CaptureModuleUtil.java 37 Configuration config = context.getResources().getConfiguration();
  /packages/apps/Camera2/src/com/android/camera/ui/
CountDownView.java 98 Locale locale = getResources().getConfiguration().locale;
TopRightWeightedLayout.java 42 Configuration configuration = getContext().getResources().getConfiguration();
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
CameraPreview.java 103 final int orientation = getContext().getResources().getConfiguration().orientation;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
OrientationManager.java 95 if (mActivity.getResources().getConfiguration().orientation
  /packages/apps/Launcher2/src/com/android/launcher2/
InfoDropTarget.java 60 int orientation = getResources().getConfiguration().orientation;
LauncherApplication.java 143 return context.getResources().getConfiguration().orientation ==
  /packages/apps/Launcher3/src/com/android/launcher3/states/
RotationHelper.java 45 int originalSmallestWidth = res.getConfiguration().smallestScreenWidthDp
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
CameraPreview.java 80 final int orientation = getContext().getResources().getConfiguration().orientation;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothPreferences.java 75 if ((context.getResources().getConfiguration().uiMode &
  /packages/apps/TV/common/src/com/android/tv/common/ui/setup/
SetupMultiPaneFragment.java 74 if (getResources().getConfiguration().getLayoutDirection()
  /packages/apps/TV/common/src/com/android/tv/common/util/
LocationUtils.java 73 sCountry = context.getResources().getConfiguration().locale.getCountry();

Completed in 506 milliseconds

1 2 3 4 56 7 8 91011>>