Home | History | Annotate | Download | only in view

Lines Matching refs:oldHeight

9593             int oldHeight = mBottom - mTop;
9600 sizeChange(width, mBottom - mTop, width, oldHeight);
9666 int oldHeight = mBottom - mTop;
9673 sizeChange(width, mBottom - mTop, width, oldHeight);
14349 int oldHeight = mBottom - mTop;
14352 boolean sizeChanged = (newWidth != oldWidth) || (newHeight != oldHeight);
14375 sizeChange(newWidth, newHeight, oldWidth, oldHeight);
14399 private void sizeChange(int newWidth, int newHeight, int oldWidth, int oldHeight) {
14400 onSizeChanged(newWidth, newHeight, oldWidth, oldHeight);