Home
last modified time | relevance | path

Searched refs:oldWidth (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/libstagefright/codecs/avc/dec/
DAVCDecoder.cpp424 int32_t oldWidth, oldHeight; in read() local
425 CHECK(mFormat->findInt32(kKeyWidth, &oldWidth)); in read()
428 if (oldWidth != aligned_width || oldHeight != aligned_height) { in read()
/frameworks/base/core/java/android/widget/
DLinearLayout.java686 int oldWidth = Integer.MIN_VALUE; in measureHorizontal() local
693 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() local
972 lp.width = oldWidth; in forceUniformHeight()
/frameworks/base/core/java/android/view/
DView.java7228 int oldWidth = mRight - mLeft; in setFrame() local
7241 if (newWidth != oldWidth || newHeight != oldHeight) { in setFrame()
7242 onSizeChanged(newWidth, newHeight, oldWidth, oldHeight); in setFrame()