Home
last modified time | relevance | path

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

12

/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.java93 public void setDesiredHeight(int desiredHeight) { in setDesiredHeight()
127 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.java504 int desiredHeight = (int) (mScreenHeight * mItemScreenSizeFactor); in getHeightForPosition() local
543 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
648 int desiredHeight = getHeightForPosition(position); in getView() local
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListItemsExpandOnSelection.java40 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
64 public ExpandWhenSelectedView(Context context, int desiredHeight) { in ExpandWhenSelectedView()
DListItemFocusableAboveUnfocusable.java38 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DListItemFocusablesFarApart.java40 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DListOfTouchables.java40 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DListItemFocusablesClose.java50 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DListSimple.java44 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DListButtonsDiagonalAcrossItems.java51 int desiredHeight) { in createView()
DListHorizontalFocusWithinItemWins.java52 int desiredHeight) { in createView()
DListInterleaveFocusables.java44 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.java39 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DAdjacentListsWithAdjacentISVsInside.java68 final int desiredHeight = (int) (0.8 * getWindowManager().getDefaultDisplay().getHeight()); in onCreate() local
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
DGridSimple.java48 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
DGridDelete.java103 int desiredHeight = getDesiredItemHeight(); in getView() local
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQS.java46 void setHeightOverride(int desiredHeight); in setHeightOverride()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/qs/car/
DCarQSFragment.java136 public void setHeightOverride(int desiredHeight) { in setHeightOverride()
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
DTestWallpaper.java176 public void onDesiredSizeChanged(int desiredWidth, int desiredHeight) { in onDesiredSizeChanged()
/frameworks/base/libs/input/
DSpriteController.cpp158 int32_t desiredHeight = update.state.icon.bitmap.height(); in doUpdateSprites() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragment.java439 public void setHeightOverride(int desiredHeight) { in setHeightOverride()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleExpandedView.java356 float desiredHeight; in updateHeight() local
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java597 public void onDesiredSizeChanged(int desiredWidth, int desiredHeight) { in onDesiredSizeChanged()
1105 void doDesiredSizeChanged(int desiredWidth, int desiredHeight) { in doDesiredSizeChanged()

12