Home | History | Annotate | Download | only in widget

Lines Matching defs:thumbHeight

825         final int thumbHeight;
830 thumbHeight = mThumbDrawable.getIntrinsicHeight();
833 thumbHeight = 0;
867 final int switchHeight = Math.max(trackHeight, thumbHeight);