Home
last modified time | relevance | path

Searched refs:desiredHeight (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/tests/FrameworkTest/src/com/android/frameworktest/util/
DListItemFactory.java42 … 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()
155 public static View button(int position, Context context, String text, int desiredHeight) { in button() argument
157 result.setHeight(desiredHeight); in button()
195 public static View text(int position, Context context, String text, int desiredHeight) { in text() argument
197 result.setHeight(desiredHeight); in text()
236 public static View doubleText(int position, Context context, String text, int desiredHeight) { in doubleText() argument
[all …]
DInternalSelectionView.java91 public void setDesiredHeight(int desiredHeight) { in setDesiredHeight() argument
92 mDesiredHeight = desiredHeight; in setDesiredHeight()
125 int desiredHeight = mDesiredHeight != null ? in measureHeight() local
132 return desiredHeight < specSize ? desiredHeight : specSize; in measureHeight()
134 return desiredHeight; in measureHeight()
DGridScenario.java328 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() argument
330 result.setHeight(desiredHeight); in createView()
363 int desiredHeight = getDesiredItemHeight(); in getView() local
365desiredHeight = (int) (mScreenHeight * mOverrideItemScreenSizeFactors.get(position)); in getView()
367 return createView(position, parent, desiredHeight); in getView()
DListScenario.java501 int desiredHeight = (int) (mScreenHeight * mItemScreenSizeFactor); in getHeightForPosition() local
503 desiredHeight = (int) (mScreenHeight * mOverrideItemScreenSizeFactors.get(position)); in getHeightForPosition()
505 return desiredHeight; in getHeightForPosition()
540 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() argument
542 desiredHeight); in createView()
645 int desiredHeight = getHeightForPosition(position); in getView() local
646 result = createView(position, parent, desiredHeight); in getView()
DExpandableListScenario.java241 int desiredHeight = getHeightForPosition(flPos); in getView() local
242 return createView(packedPosition, flPos, parent, desiredHeight); in getView()
254 protected View createView(long packedPosition, int flPos, ViewGroup parent, int desiredHeight) { in createView() argument
256 result.setHeight(desiredHeight); in createView()
/frameworks/base/tests/FrameworkTest/src/com/android/frameworktest/listview/
DListItemsExpandOnSelection.java41 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() argument
42 TextView result = new ExpandWhenSelectedView(parent.getContext(), desiredHeight); in createView()
43 result.setHeight(desiredHeight); in createView()
65 public ExpandWhenSelectedView(Context context, int desiredHeight) { in ExpandWhenSelectedView() argument
67 mDesiredHeight = desiredHeight; in ExpandWhenSelectedView()
DListHeterogeneous.java40 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() argument
44 position, parent.getContext(), getValueAtPosition(position), desiredHeight); in createView()
47 position, parent.getContext(), getValueAtPosition(position), desiredHeight); in createView()
50 position, parent.getContext(), getValueAtPosition(position), desiredHeight); in createView()
DListItemFocusableAboveUnfocusable.java40 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() argument
43 position, parent.getContext(), getValueAtPosition(position), desiredHeight); in createView()
45 return super.createView(position, parent, desiredHeight); in createView()
DListInterleaveFocusables.java43 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() argument
46 position, parent.getContext(), getValueAtPosition(position), desiredHeight); in createView()
48 return super.createView(position, parent, desiredHeight); in createView()
DListHorizontalFocusWithinItemWins.java52 int desiredHeight) { in createView() argument
56 context, desiredHeight, Slot.Left, Slot.Right); in createView()
59 context, desiredHeight, Slot.Middle); in createView()
DListItemFocusablesFarApart.java40 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() argument
42 position, parent.getContext(), desiredHeight); in createView()
DListItemFocusablesClose.java50 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() argument
52 position, parent.getContext(), desiredHeight); in createView()
DListSimple.java45 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() argument
46 View view = super.createView(position, parent, desiredHeight); in createView()
DAdjacentListsWithAdjacentISVsInside.java69 final int desiredHeight = (int) (0.8 * getWindowManager().getDefaultDisplay().getHeight()); in onCreate() local
72 mLeftListView.setAdapter(new AdjacentISVAdapter(desiredHeight)); in onCreate()
77 mRightListView.setAdapter(new AdjacentISVAdapter(desiredHeight)); in onCreate()
DListButtonsDiagonalAcrossItems.java51 int desiredHeight) { in createView() argument
55 parent.getContext(), desiredHeight, slot); in createView()
DListItemISVAndButton.java42 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() argument
51 desiredHeight - 240)); in createView()
DListOfTouchables.java41 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() argument
/frameworks/base/tests/FrameworkTest/src/com/android/frameworktest/gridview/
DGridSimple.java49 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView() argument
50 View view = super.createView(position, parent, desiredHeight); in createView()
DGridDelete.java104 int desiredHeight = getDesiredItemHeight(); in getView() local
105 return createView(mData.get(position), parent, desiredHeight); in getView()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java398 public void onDesiredSizeChanged(int desiredWidth, int desiredHeight) { in onDesiredSizeChanged() argument
585 void doDesiredSizeChanged(int desiredWidth, int desiredHeight) { in doDesiredSizeChanged() argument
588 + desiredWidth + "," + desiredHeight + "): " + this); in doDesiredSizeChanged()
589 onDesiredSizeChanged(desiredWidth, desiredHeight); in doDesiredSizeChanged()
/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuView.java473 final int desiredHeight = (mRowHeight + mHorizontalDividerHeight) * in onMeasure() local
478 resolveSize(desiredHeight, heightMeasureSpec)); in onMeasure()
/frameworks/base/core/java/android/widget/
DTextView.java5300 int desiredHeight = getDesiredHeight(); in checkForResize() local
5302 if (desiredHeight != this.getHeight()) { in checkForResize()
5307 int desiredHeight = getDesiredHeight(); in checkForResize() local
5309 if (desiredHeight != mDesiredHeightAtMeasure) { in checkForResize()