Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/util/
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()
DInternalSelectionView.java96 public void setDesiredHeight(int desiredHeight) { in setDesiredHeight()
130 int desiredHeight = mDesiredHeight != null ? in measureHeight() local
DGridScenario.java328 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
363 int desiredHeight = getDesiredItemHeight(); in getView() local
DListScenario.java501 int desiredHeight = (int) (mScreenHeight * mItemScreenSizeFactor); in getHeightForPosition() local
540 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
645 int desiredHeight = getHeightForPosition(position); in getView() local
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListItemsExpandOnSelection.java41 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
65 public ExpandWhenSelectedView(Context context, int desiredHeight) { in ExpandWhenSelectedView()
DListItemFocusablesFarApart.java40 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DListItemFocusableAboveUnfocusable.java40 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DListOfTouchables.java41 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DListSimple.java45 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DListItemFocusablesClose.java50 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DListButtonsDiagonalAcrossItems.java51 int desiredHeight) { in createView()
DListHorizontalFocusWithinItemWins.java52 int desiredHeight) { in createView()
DListInterleaveFocusables.java43 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DListItemISVAndButton.java42 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DListHeterogeneous.java40 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DAdjacentListsWithAdjacentISVsInside.java69 final int desiredHeight = (int) (0.8 * getWindowManager().getDefaultDisplay().getHeight()); in onCreate() local
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
DGridSimple.java49 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DGridDelete.java104 int desiredHeight = getDesiredItemHeight(); in getView() local
/frameworks/volley/src/main/java/com/android/volley/toolbox/
DImageRequest.java187 int desiredHeight = getResizedDimension(mMaxHeight, mMaxWidth, in doParse() local
233 int actualWidth, int actualHeight, int desiredWidth, int desiredHeight) { in findBestSampleSize()
/frameworks/base/libs/hwui/
DLayer.cpp103 uint32_t desiredHeight = computeIdealWidth(height); in resize() local
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
DTestWallpaper.java168 public void onDesiredSizeChanged(int desiredWidth, int desiredHeight) { in onDesiredSizeChanged()
/frameworks/base/libs/input/
DSpriteController.cpp159 int32_t desiredHeight = update.state.icon.bitmap.height(); in doUpdateSprites() local
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java498 public void onDesiredSizeChanged(int desiredWidth, int desiredHeight) { in onDesiredSizeChanged()
879 void doDesiredSizeChanged(int desiredWidth, int desiredHeight) { in doDesiredSizeChanged()
/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuView.java414 final int desiredHeight = (mRowHeight + mHorizontalDividerHeight) * in onMeasure() local
/frameworks/base/core/java/android/widget/
DTextView.java7098 int desiredHeight = getDesiredHeight(); in checkForResize() local
7105 int desiredHeight = getDesiredHeight(); in checkForResize() local