Home | History | Annotate | Download | only in widget

Lines Matching refs:oldHeight

2427         int oldHeight = child.getHeight();
2429 if (child.getMeasuredHeight() != oldHeight) {
2434 final int heightDelta = child.getMeasuredHeight() - oldHeight;