Searched refs:setViewBounds (Results 1 – 1 of 1) sorted by relevance
/packages/modules/IntentResolver/java/src/com/android/intentresolver/grid/ |
D | ChooserGridAdapter.java | 376 setViewBounds(v, v.getMeasuredWidth(), v.getMeasuredHeight()); in loadViewsIntoGroup() 383 setViewBounds(viewGroup, LayoutParams.MATCH_PARENT, holder.getMeasuredRowHeight()); in loadViewsIntoGroup() 387 setViewBounds(dsvh.getRow(0), LayoutParams.MATCH_PARENT, dsvh.getMinRowHeight()); in loadViewsIntoGroup() 388 setViewBounds(dsvh.getRow(1), LayoutParams.MATCH_PARENT, dsvh.getMinRowHeight()); in loadViewsIntoGroup() 395 private void setViewBounds(View view, int widthPx, int heightPx) { in setViewBounds() method in ChooserGridAdapter
|