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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
ConfigurableTexts.java 47 final float fontScale = res.getConfiguration().fontScale;
  /frameworks/base/services/core/java/com/android/server/am/
PinnedActivityStack.java 69 final Configuration parentConfig = getParent().getConfiguration();
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DrawableLayoutDirectionHelper.java 54 context.getResources().getConfiguration().getLayoutDirection();
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/
ActionBarPolicy.java 56 final Configuration configuration = mContext.getResources().getConfiguration();
  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/background/systemalarm/
ConstraintsCommandHandler.java 65 .getConfiguration()
  /libcore/luni/src/test/java/libcore/java/security/
DomainLoadStoreParameterTest.java 61 assertSame(validConfigurationURI, domainLoadStoreParameter.getConfiguration());
  /packages/apps/Camera2/src/com/android/camera/widget/
AspectRatioDialogLayout.java 52 mLastOrientation = context.getResources().getConfiguration().orientation;
  /packages/apps/Contacts/tests/src/com/android/contacts/interactions/
ContactInteractionUtilTest.java 123 Configuration config = res.getConfiguration();
  /packages/apps/Launcher3/src/com/android/launcher3/qsb/
QsbWidgetHostView.java 45 mPreviousOrientation = getResources().getConfiguration().orientation;
  /packages/apps/Settings/src/com/android/settings/development/
RtlLayoutPreferenceController.java 74 LocalePicker.updateLocales(mContext.getResources().getConfiguration().getLocales());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
BogusMoveEventDetector.java 52 final int sw = res.getConfiguration().smallestScreenWidthDp;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceLabelProvider.java 120 return ((ResourceFile)element).getFolder().getConfiguration().toDisplayString();
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
ResourcesWrapper.java 48 super(resources.getAssets(), resources.getDisplayMetrics(), resources.getConfiguration());
244 public Configuration getConfiguration() {
245 return mResources.getConfiguration();
  /packages/apps/Camera2/src/com/android/camera/ui/
StickyBottomCaptureLayout.java 57 final int orientation = getResources().getConfiguration().orientation;
71 final int orientation = getResources().getConfiguration().orientation;
155 final int orientation = getResources().getConfiguration().orientation;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsView.java 185 mStackActionButton = (TextView) inflater.inflate(Recents.getConfiguration()
234 final RecentsConfiguration config = Recents.getConfiguration();
353 if (Recents.getConfiguration().getLaunchState().launchedFromPipApp) {
484 RecentsActivityLaunchState launchState = Recents.getConfiguration().getLaunchState();
491 if (Recents.getConfiguration().isLowRamDevice
543 if (Recents.getConfiguration().isLowRamDevice) {
554 if (Recents.getConfiguration().isLowRamDevice) {
560 updateVisibleDockRegions(Recents.getConfiguration().getDockStatesForCurrentOrientation(),
578 Recents.getConfiguration().getDockStatesForCurrentOrientation(),
698 RecentsActivityLaunchState launchState = Recents.getConfiguration().getLaunchState()
    [all...]
TaskStackViewTouchHandler.java 299 float maxOverscroll = Recents.getConfiguration().isLowRamDevice
342 !Recents.getConfiguration().isLowRamDevice) {
355 if (Recents.getConfiguration().isLowRamDevice) {
496 if (Recents.getConfiguration().isLowRamDevice) {
516 if (Recents.getConfiguration().isLowRamDevice) {
523 && !Recents.getConfiguration().isLowRamDevice) {
557 !Recents.getConfiguration().isLowRamDevice) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 591 Configuration configuration = preview.getConfiguration();
598 getChooser().getConfiguration());
602 getChooser().getConfiguration());
681 String name = chooser.getConfiguration().getDisplayName();
696 Configuration configuration = Configuration.copy(chooser.getConfiguration());
747 Configuration parent = chooser.getConfiguration();
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
ConfigurationContainer.java 95 public Configuration getConfiguration() {
129 onConfigurationChanged(parent != null ? parent.getConfiguration() : Configuration.EMPTY);
205 mReturnBounds.set(getConfiguration().windowConfiguration.getBounds());
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 131 mParams.getAssets(), mParams.getLayoutlibCallback(), getConfiguration(mParams),
252 IWindowManager iwm = new IWindowManagerImpl(getContext().getConfiguration(),
337 public static Configuration getConfiguration(RenderParams params) {
  /cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
SuspendPackageTest.java 102 return (getInstrumentation().getContext().getResources().getConfiguration().uiMode
  /cts/tests/tests/content/src/android/content/res/cts/
PluralResourcesTest.java 44 config.updateFrom(mResources.getConfiguration());
  /cts/tests/tests/dpi/src/android/dpi/cts/
ConfigurationScreenLayoutTest.java 57 Configuration mConfig = activity.getResources().getConfiguration();
  /cts/tests/tests/systemintents/src/android/systemintents/cts/
TestSystemIntents.java 101 final Configuration config = InstrumentationRegistry.getContext().getResources().getConfiguration();
  /cts/tests/tests/text/src/android/text/cts/
AutoTextTest.java 50 Configuration config = mContext.getResources().getConfiguration();
  /cts/tests/ui/src/android/ui/cts/
WatchPercentageScreenDimenTest.java 48 mConfig = mContext.getResources().getConfiguration();

Completed in 1046 milliseconds

1 2 3 45 6 7 8 91011>>