Searched refs:oldHeight (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/ |
D | LayerCache.cpp | 141 uint32_t oldHeight = layer->getHeight(); in resize() local 149 layer->setSize(oldWidth, oldHeight); in resize()
|
/frameworks/base/core/java/android/widget/ |
D | LinearLayout.java | 645 int oldHeight = Integer.MIN_VALUE; in measureVertical() local 652 oldHeight = 0; in measureVertical() 664 if (oldHeight != Integer.MIN_VALUE) { in measureVertical() 665 lp.height = oldHeight; in measureVertical() 901 int oldHeight = lp.height; in forceUniformWidth() local 906 lp.height = oldHeight; in forceUniformWidth()
|
D | ImageView.java | 357 int oldHeight = mDrawableHeight; in setImageDrawable() local 361 if (oldWidth != mDrawableWidth || oldHeight != mDrawableHeight) { in setImageDrawable()
|
D | ListView.java | 2502 int oldHeight = child.getHeight(); in measureAndAdjustDown() local 2504 if (child.getMeasuredHeight() != oldHeight) { in measureAndAdjustDown() 2509 final int heightDelta = child.getMeasuredHeight() - oldHeight; in measureAndAdjustDown()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 7548 int oldHeight = mBottom - mTop; 7552 onSizeChanged(width, mBottom - mTop, width, oldHeight); 7614 int oldHeight = mBottom - mTop; 7618 onSizeChanged(width, mBottom - mTop, width, oldHeight); 11239 int oldHeight = mBottom - mTop; 11242 boolean sizeChanged = (newWidth != oldWidth) || (newHeight != oldHeight); 11262 onSizeChanged(newWidth, newHeight, oldWidth, oldHeight);
|