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

  /frameworks/base/core/tests/coretests/src/android/widget/listview/
AdjacentListsWithAdjacentISVsInside.java 103 private final int mItemHeight;
106 mItemHeight = itemHeight;
124 isvLeft.setDesiredHeight(mItemHeight);
127 isvRight.setDesiredHeight(mItemHeight);
  /frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
ThemePreviewLayout.java 45 private int mItemHeight;
167 mItemHeight = itemHeight;
184 y + mItemHeight);
194 y += mItemHeight + mItemVerticalMargin;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryAdapter.java 34 private int mItemHeight;
45 mItemHeight = (int) (context.getResources().getDisplayMetrics().density * 100);
62 mItemHeight = height;
100 int height = mItemHeight;
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
ImageGridFragment.java 218 private int mItemHeight = 0;
300 if (imageView.getLayoutParams().height != mItemHeight) {
318 if (height == mItemHeight) {
321 mItemHeight = height;
323 new GridView.LayoutParams(LayoutParams.MATCH_PARENT, mItemHeight);
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
ImageGridFragment.java 218 private int mItemHeight = 0;
300 if (imageView.getLayoutParams().height != mItemHeight) {
318 if (height == mItemHeight) {
321 mItemHeight = height;
323 new GridView.LayoutParams(LayoutParams.MATCH_PARENT, mItemHeight);
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/
ImageGridFragment.java 218 private int mItemHeight = 0;
300 if (imageView.getLayoutParams().height != mItemHeight) {
318 if (height == mItemHeight) {
321 mItemHeight = height;
323 new GridView.LayoutParams(LayoutParams.MATCH_PARENT, mItemHeight);
  /frameworks/support/design/src/android/support/design/internal/
BottomNavigationMenuView.java 45 private final int mItemHeight;
76 mItemHeight = res.getDimensionPixelSize(R.dimen.design_bottom_navigation_height);
111 final int heightSpec = MeasureSpec.makeMeasureSpec(mItemHeight, MeasureSpec.EXACTLY);
155 ViewCompat.resolveSizeAndState(mItemHeight, heightSpec, 0));
  /packages/apps/TV/src/com/android/tv/ui/
KeypadChannelSwitchView.java 95 private final int mItemHeight;
123 mItemHeight = resources.getDimensionPixelSize(R.dimen.keypad_channel_switch_item_height);
307 int itemListHeight = mItemHeight * Math.min(MAX_CHANNEL_ITEM, mAdapter.getCount());
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollViewTest.java 58 private int mItemHeight;
80 mItemHeight = (int) (ITEM_HEIGHT_DPI * density + 0.5f);
84 mScrollBottom = mItemHeight * ITEM_COUNT - mPageHeight;
667 assertEquals(mItemHeight * ITEM_COUNT,
703 final Rect newRect = new Rect(mItemWidth - orgRectSize, mItemHeight - orgRectSize,
704 mItemWidth, mItemHeight);
    [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 1450 milliseconds