Home | History | Annotate | Download | only in view

Lines Matching refs:oldWidth

9732             int oldWidth = mRight - mLeft;
9740 sizeChange(mRight - mLeft, height, oldWidth, height);
9796 int oldWidth = mRight - mLeft;
9804 sizeChange(mRight - mLeft, height, oldWidth, height);
14348 int oldWidth = mRight - mLeft;
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);