Home | History | Annotate | Download | only in ntp_android

Lines Matching refs:thumbHeight

2235     var thumbHeight = 72;
2240 var itemHeight = thumbHeight + labelHeight;
2271 var targetRemainder = targetHeight - 2 * (thumbHeight + labelHeight);
2273 targetRemainder) / (2 * thumbHeight);
2276 thumbHeight = Math.round(thumbHeight * scale);
2278 itemHeight = thumbHeight + labelHeight;
2295 'height', thumbHeight + 'px');
2300 'height', thumbHeight + 'px');
2309 'height', thumbHeight - 2 + 'px');