Home | History | Annotate | Download | only in widget

Lines Matching defs:iconHeight

1573             final int iconHeight = mIconView.getMeasuredHeight();
1576 final int iconTop = Math.max(iconLp.topMargin, vCenter - iconHeight / 2);
1577 final int iconBottom = iconTop + iconHeight;