Home | History | Annotate | Download | only in widget

Lines Matching defs:newHeight

951                         int newHeight = (int)((widthSize - pleft - pright) / desiredAspect) +
956 newHeight, mMaxHeight,
960 if (newHeight <= heightSize) {
961 heightSize = newHeight;