Home | History | Annotate | Download | only in widget

Lines Matching refs:selHeight

756         int selHeight = sel.getMeasuredHeight();
757 if (selHeight <= height) {
758 sel.offsetTopAndBottom((height - selHeight) / 2);