Home
last modified time | relevance | path

Searched refs:mItemHeight (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/
DImageGridFragment.java218 private int mItemHeight = 0; field in ImageGridFragment.ImageAdapter
300 if (imageView.getLayoutParams().height != mItemHeight) { in getView()
318 if (height == mItemHeight) { in setItemHeight()
321 mItemHeight = height; in setItemHeight()
323 new GridView.LayoutParams(LayoutParams.MATCH_PARENT, mItemHeight); in setItemHeight()