Home | History | Annotate | Download | only in views

Lines Matching defs:itemHeight

291         int itemHeight = (int) getResources().getDimension(R.dimen.fm_gridview_item_height);
294 int totalHeight = rownum * itemHeight + rownum * itemPadding;