Home | History | Annotate | Download | only in widget

Lines Matching defs:selHeight

759         int selHeight = sel.getMeasuredHeight();
760 if (selHeight <= height) {
761 sel.offsetTopAndBottom((height - selHeight) / 2);