Searched refs:oldHeight (Results 1 – 4 of 4) sorted by relevance
424 int32_t oldWidth, oldHeight; in read() local426 CHECK(mFormat->findInt32(kKeyHeight, &oldHeight)); in read()428 if (oldWidth != aligned_width || oldHeight != aligned_height) { in read()
371 int oldHeight = Integer.MIN_VALUE; in measureVertical() local378 oldHeight = 0; in measureVertical()390 if (oldHeight != Integer.MIN_VALUE) { in measureVertical()391 lp.height = oldHeight; in measureVertical()590 int oldHeight = lp.height; in forceUniformWidth() local595 lp.height = oldHeight; in forceUniformWidth()
2445 int oldHeight = child.getHeight(); in measureAndAdjustDown() local2447 if (child.getMeasuredHeight() != oldHeight) { in measureAndAdjustDown()2452 final int heightDelta = child.getMeasuredHeight() - oldHeight; in measureAndAdjustDown()
7229 int oldHeight = mBottom - mTop; in setFrame() local7241 if (newWidth != oldWidth || newHeight != oldHeight) { in setFrame()7242 onSizeChanged(newWidth, newHeight, oldWidth, oldHeight); in setFrame()