Home
last modified time | relevance | path

Searched defs:desiredHeight (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDesktopModeLaunchParamsModifierTests.java319 final int desiredHeight = in testUsesDesiredBoundsIfEmptyLayoutAndActivityOptionsBounds() local
341 final int desiredHeight = in testDefaultLandscapeBounds_landscapeDevice_resizable_undefinedOrientation() local
364 final int desiredHeight = in testDefaultLandscapeBounds_landscapeDevice_resizable_landscapeOrientation() local
392 final int desiredHeight = in testDefaultLandscapeBounds_landscapeDevice_userFullscreenOverride() local
420 final int desiredHeight = in testDefaultLandscapeBounds_landscapeDevice_systemFullscreenOverride() local
446 final int desiredHeight = in testResizablePortraitBounds_landscapeDevice_resizable_portraitOrientation() local
468 final int desiredHeight = in testSmallAspectRatioOverride_landscapeDevice() local
492 final int desiredHeight = in testMediumAspectRatioOverride_landscapeDevice() local
516 final int desiredHeight = in testLargeAspectRatioOverride_landscapeDevice() local
540 final int desiredHeight = in testSplitScreenAspectRatioOverride_landscapeDevice() local
[all …]
/frameworks/base/core/tests/coretests/src/android/util/
DListItemFactory.java42 … public static View twoButtonsSeparatedByFiller(int position, Context context, int desiredHeight) { in twoButtonsSeparatedByFiller()
91 public static View horizontalButtonSlots(Context context, int desiredHeight, Slot... slots) { in horizontalButtonSlots()
155 public static View button(int position, Context context, String text, int desiredHeight) { in button()
195 public static View text(int position, Context context, String text, int desiredHeight) { in text()
236 public static View doubleText(int position, Context context, String text, int desiredHeight) { in doubleText()
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListItemsExpandOnSelection.java40 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
64 public ExpandWhenSelectedView(Context context, int desiredHeight) { in ExpandWhenSelectedView()
DListItemFocusablesFarApart.java40 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DListItemFocusableAboveUnfocusable.java38 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DListOfTouchables.java40 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DListSimple.java44 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DListItemFocusablesClose.java50 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DListInterleaveFocusables.java44 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DListHorizontalFocusWithinItemWins.java52 int desiredHeight) { in createView()
DListButtonsDiagonalAcrossItems.java51 int desiredHeight) { in createView()
DListItemISVAndButton.java42 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DListHeterogeneous.java39 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DAdjacentListsWithAdjacentISVsInside.java69 final int desiredHeight = (int) (0.8 * WindowMetricsHelper in onCreate() local
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
DGridSimple.java48 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DGridDelete.java103 int desiredHeight = getDesiredItemHeight(); in getView() local
/frameworks/base/core/tests/coretests/src/android/widget/
DInternalSelectionView.java94 public void setDesiredHeight(int desiredHeight) { in setDesiredHeight()
128 int desiredHeight = mDesiredHeight != null ? in measureHeight() local
DGridScenario.java328 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
363 int desiredHeight = getDesiredItemHeight(); in getView() local
DListScenario.java499 int desiredHeight = (int) (mScreenHeight * mItemScreenSizeFactor); in getHeightForPosition() local
538 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
643 int desiredHeight = getHeightForPosition(position); in getView() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
DBubbleEntity.kt26 val desiredHeight: Int, constant in com.android.wm.shell.bubbles.storage.BubbleEntity
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/education/
DDesktopWindowingEducationTooltipController.kt248 var desiredHeight = in <lambda>() variable
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeUtils.kt53 val desiredHeight = (displayLayout.height() * DESKTOP_MODE_INITIAL_BOUNDS_SCALE).toInt() in calculateDefaultDesktopTaskBounds() constant
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
DTestWallpaper.java176 public void onDesiredSizeChanged(int desiredWidth, int desiredHeight) { in onDesiredSizeChanged()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQS.java48 void setHeightOverride(int desiredHeight); in setHeightOverride()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/
DPlatformSlider.kt328 val desiredHeight = constraints.maxHeight in measure() constant

12