Home | History | Annotate | Download | only in widget

Lines Matching defs:thumbHeight

614         final int thumbHeight;
619 thumbHeight = mThumbDrawable.getIntrinsicHeight();
622 thumbHeight = 0;
656 final int switchHeight = Math.max(trackHeight, thumbHeight);