Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A 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()
H A DInternalSelectionView.java93 public void setDesiredHeight(int desiredHeight) { in setDesiredHeight()
127 int desiredHeight = mDesiredHeight != null ? in measureHeight() local
H A DGridScenario.java328 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
363 int desiredHeight = getDesiredItemHeight(); in getView() local
H A DListScenario.java504 int desiredHeight = (int) (mScreenHeight * mItemScreenSizeFactor); in getHeightForPosition() local
543 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
648 int desiredHeight = getHeightForPosition(position); in getView() local
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListItemsExpandOnSelection.java40 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
64 public ExpandWhenSelectedView(Context context, int desiredHeight) { in ExpandWhenSelectedView()
H A DListItemFocusableAboveUnfocusable.java38 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
H A DListItemFocusablesFarApart.java40 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
H A DListOfTouchables.java40 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
H A DListItemFocusablesClose.java50 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
H A DListSimple.java44 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
H A DListHorizontalFocusWithinItemWins.java52 int desiredHeight) { in createView()
H A DListButtonsDiagonalAcrossItems.java51 int desiredHeight) { in createView()
H A DListInterleaveFocusables.java44 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
H A DListItemISVAndButton.java42 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
H A DListHeterogeneous.java39 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
H A DAdjacentListsWithAdjacentISVsInside.java69 final int desiredHeight = (int) (0.8 * WindowMetricsHelper in onCreate() local
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridSimple.java48 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
H A DGridDelete.java103 int desiredHeight = getDesiredItemHeight(); in getView() local
/aosp14/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java176 public void onDesiredSizeChanged(int desiredWidth, int desiredHeight) { in onDesiredSizeChanged()
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQS.java47 void setHeightOverride(int desiredHeight); in setHeightOverride()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMotionHelper.java287 final float desiredHeight = desiredWidth / ratio; in animateIntoDismissTarget() local
/aosp14/frameworks/base/libs/input/
H A DSpriteController.cpp154 int32_t desiredHeight = update.state.icon.height(); in doUpdateSprites() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleExpandedView.java906 float desiredHeight = mPositioner.getExpandedViewHeight(mBubble); in updateHeight() local
H A DBubble.java200 final int desiredHeight, final int desiredHeightResId, @Nullable final String title, in Bubble()
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java419 final int desiredHeight = (mRowHeight + mHorizontalDividerHeight) * in onMeasure() local

12