Home
last modified time | relevance | path

Searched defs:desiredWidth (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDesktopModeLaunchParamsModifier.java130 final int desiredWidth = (int) (stableBounds.width() * DESKTOP_MODE_INITIAL_BOUNDS_SCALE); in calculate() local
172 final int desiredWidth = (int) (stableBounds.width() * DESKTOP_MODE_INITIAL_BOUNDS_SCALE); in calculateAndCentreInitialBounds() local
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
DTestWallpaper.java176 public void onDesiredSizeChanged(int desiredWidth, int desiredHeight) { in onDesiredSizeChanged()
/frameworks/base/core/tests/coretests/src/android/widget/
DInternalSelectionView.java113 int desiredWidth = 300 + mPaddingLeft + mPaddingRight; in measureWidth() local
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/
DPlatformSlider.kt327 val desiredWidth = constraints.maxWidth + thumbSize in measure() constant
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDesktopModeLaunchParamsModifierTests.java168 final int desiredWidth = in testUsesDesiredBoundsIfEmptyLayoutAndActivityOptionsBounds() local
/frameworks/base/libs/input/
DSpriteController.cpp149 int32_t desiredWidth = update.state.icon.width(); in doUpdateSprites() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMotionHelper.java293 final float desiredWidth = dismissCircleSize * DISMISS_CIRCLE_PERCENT; in animateIntoDismissTarget() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipMotionHelper.java285 final float desiredWidth = dismissCircleSize * DISMISS_CIRCLE_PERCENT; in animateIntoDismissTarget() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_SetDisplayStateTest.cpp493 constexpr uint32_t desiredWidth = 1024; in TEST_F() local
/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuView.java757 int desiredWidth; field in IconMenuView.LayoutParams
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java859 public void onDesiredSizeChanged(int desiredWidth, int desiredHeight) { in onDesiredSizeChanged()
1634 void doDesiredSizeChanged(int desiredWidth, int desiredHeight) { in doDesiredSizeChanged()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopTasksController.kt695 val desiredWidth = (displayLayout.width() * DESKTOP_MODE_INITIAL_BOUNDS_SCALE).toInt() in <lambda>() constant
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java462 int desiredWidth = getMeasuredWidth() - widthPadding; in onMeasure() local
DNumberPicker.java1800 final int desiredWidth = Math.max(minSize, measuredSize); in resolveSizeAndStateRespectingMinSize() local