Home | History | Annotate | Download | only in view

Lines Matching refs:oldHeight

7229             int oldHeight = mBottom - mTop;
7241 if (newWidth != oldWidth || newHeight != oldHeight) {
7242 onSizeChanged(newWidth, newHeight, oldWidth, oldHeight);