Searched refs:desiredHeight (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/util/ |
D | ListItemFactory.java | 42 … public static View twoButtonsSeparatedByFiller(int position, Context context, int desiredHeight) { in twoButtonsSeparatedByFiller() argument 43 if (desiredHeight < 90) { in twoButtonsSeparatedByFiller() 65 desiredHeight - 100)); in twoButtonsSeparatedByFiller() 91 public static View horizontalButtonSlots(Context context, int desiredHeight, Slot... slots) { in horizontalButtonSlots() argument 97 = new LinearLayout.LayoutParams(0, desiredHeight); in horizontalButtonSlots() 154 public static View button(int position, Context context, String text, int desiredHeight) { in button() argument 156 result.setHeight(desiredHeight); in button() 194 public static View text(int position, Context context, String text, int desiredHeight) { in text() argument 196 result.setHeight(desiredHeight); in text() 235 public static View doubleText(int position, Context context, String text, int desiredHeight) { in doubleText() argument [all …]
|
D | ListScenario.java | 475 int desiredHeight = (int) (mScreenHeight * mItemScreenSizeFactor); in getHeightForPosition() local 477 desiredHeight = (int) (mScreenHeight * mOverrideItemScreenSizeFactors.get(position)); in getHeightForPosition() 479 return desiredHeight; in getHeightForPosition() 513 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() argument 515 desiredHeight); in createView() 618 int desiredHeight = getHeightForPosition(position); in getView() local 619 result = createView(position, parent, desiredHeight); in getView()
|
D | ExpandableListScenario.java | 243 int desiredHeight = getHeightForPosition(flPos); in getView() local 244 return createView(packedPosition, flPos, parent, desiredHeight); in getView() 256 protected View createView(long packedPosition, int flPos, ViewGroup parent, int desiredHeight) { in createView() argument 258 result.setHeight(desiredHeight); in createView()
|
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/ |
D | TestWallpaperService.kt | 157 override fun onDesiredSizeChanged(desiredWidth: Int, desiredHeight: Int) { in onDesiredSizeChanged() 162 super.onDesiredSizeChanged(desiredWidth, desiredHeight) in onDesiredSizeChanged()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ScrollViewTest.java | 1480 public void setDesiredHeight(Integer desiredHeight) { in setDesiredHeight() argument 1481 mDesiredHeight = desiredHeight; in setDesiredHeight()
|