Searched defs:desiredHeight (Results 1 – 4 of 4) 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() 91 public static View horizontalButtonSlots(Context context, int desiredHeight, Slot... slots) { in horizontalButtonSlots() 154 public static View button(int position, Context context, String text, int desiredHeight) { in button() 194 public static View text(int position, Context context, String text, int desiredHeight) { in text() 235 public static View doubleText(int position, Context context, String text, int desiredHeight) { in doubleText()
|
D | ListScenario.java | 475 int desiredHeight = (int) (mScreenHeight * mItemScreenSizeFactor); in getHeightForPosition() local 513 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() 618 int desiredHeight = getHeightForPosition(position); in getView() local
|
D | ExpandableListScenario.java | 243 int desiredHeight = getHeightForPosition(flPos); in getView() local 256 protected View createView(long packedPosition, int flPos, ViewGroup parent, int desiredHeight) { in createView()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ScrollViewTest.java | 1048 public void setDesiredHeight(Integer desiredHeight) { in setDesiredHeight()
|