Home | History | Annotate | Download | only in widget

Lines Matching defs:ht

3397         int ht = tv.getPaddingTop() + tv.getPaddingBottom();
3419 pop.setHeight(ht + l.getHeight());
5396 int ht = mLayout.getHeight();
5442 if (ht < vspace) {
5446 scrolly = ht - vspace;
5476 int ht = mLayout.getHeight();
5513 if (ht - vs < vspace)
5514 vs = ht - vspace;