Searched refs:oldWidth (Results 1 – 3 of 3) sorted by relevance
424 int32_t oldWidth, oldHeight; in read() local425 CHECK(mFormat->findInt32(kKeyWidth, &oldWidth)); in read()428 if (oldWidth != aligned_width || oldHeight != aligned_height) { in read()
686 int oldWidth = Integer.MIN_VALUE; in measureHorizontal() local693 oldWidth = 0; in measureHorizontal()705 if (oldWidth != Integer.MIN_VALUE) { in measureHorizontal()706 lp.width = oldWidth; in measureHorizontal()967 int oldWidth = lp.width; in forceUniformHeight() local972 lp.width = oldWidth; in forceUniformHeight()
7228 int oldWidth = mRight - mLeft; in setFrame() local7241 if (newWidth != oldWidth || newHeight != oldHeight) { in setFrame()7242 onSizeChanged(newWidth, newHeight, oldWidth, oldHeight); in setFrame()