Home | History | Annotate | Download | only in widget

Lines Matching defs:oldHeight

2655         int oldHeight = child.getHeight();
2657 if (child.getMeasuredHeight() != oldHeight) {
2662 final int heightDelta = child.getMeasuredHeight() - oldHeight;