Home | History | Annotate | Download | only in widget

Lines Matching defs:oldHeight

2567         int oldHeight = child.getHeight();
2569 if (child.getMeasuredHeight() != oldHeight) {
2574 final int heightDelta = child.getMeasuredHeight() - oldHeight;