Searched defs:itemHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/tests/common/scenes/
H A DBitmapFillrate.cpp58 int itemHeight = 2 * height / 3; local
60 left, top, left + itemWidth, top + itemHeight,
61 [this, itemWidth, itemHeight, color](RenderProperties& props, Canvas& canvas) {
63 mAllocator(itemWidth, itemHeight, kRGBA_8888_SkColorType,
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DAdjacentListsWithAdjacentISVsInside.java105 AdjacentISVAdapter(int itemHeight) { argument
106 mItemHeight = itemHeight;

Completed in 386 milliseconds