Searched refs:layoutSize (Results 1 – 1 of 1) sorted by relevance
836 int layoutSize = (int)(50 * mContext.getResources().getDisplayMetrics().density); in getView() local837 imageView.setLayoutParams(new GridView.LayoutParams(layoutSize, layoutSize)); in getView()