HomeSort by relevance Sort by last modified time
    Searched refs:mItemWidth (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/hwui/tests/common/
TestListViewSceneBase.cpp 32 mItemWidth = std::min((height - mItemSpacing * 2), (int)dp(300));
33 mItemLeft = (width - mItemWidth) / 2;
38 std::placeholders::_2, id, mItemWidth, mItemHeight);
40 TestUtils::createNode(mItemLeft, y, mItemLeft + mItemWidth, y + mItemHeight, setup);
67 mItemLeft, top, mItemLeft + mItemWidth, top + mItemHeight);
TestListViewSceneBase.h 34 int mItemWidth;
  /frameworks/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
ThemePreviewLayout.java 43 private int mItemWidth;
166 mItemWidth = itemWidth;
183 x + mItemWidth,
190 x += mItemWidth + mItemHorizontalMargin;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryAdapter.java 36 private int mItemWidth = ListView.LayoutParams.MATCH_PARENT;
66 mItemWidth = width;
99 int width = mItemWidth;
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollViewTest.java 69 private int mItemWidth;
96 mItemWidth = TestUtils.dpToPx(mActivity, ITEM_WIDTH_DPI);
102 mScrollRight = mItemWidth - mPageWidth;
726 final Rect newRect = new Rect(mItemWidth - orgRectSize, mItemHeight - orgRectSize,
727 mItemWidth, mItemHeight);
    [all...]

Completed in 686 milliseconds