Home | History | Annotate | Download | only in widget

Lines Matching refs:iconHeight

1568             final int iconHeight = mIconView.getMeasuredHeight();
1571 final int iconTop = Math.max(iconLp.topMargin, vCenter - iconHeight / 2);
1572 final int iconBottom = iconTop + iconHeight;