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 | 499 int desiredHeight = (int) (mScreenHeight * mItemScreenSizeFactor); in getHeightForPosition() local 537 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() 642 int desiredHeight = getHeightForPosition(position); in getView() local
|
D | ExpandableListScenario.java | 240 int desiredHeight = getHeightForPosition(flPos); in getView() local 253 protected View createView(long packedPosition, int flPos, ViewGroup parent, int desiredHeight) { in createView()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ScrollViewTest.java | 890 public void setDesiredHeight(Integer desiredHeight) { in setDesiredHeight()
|