Home | History | Annotate | Download | only in widget

Lines Matching defs:newHeight

800                         int newHeight = (int)((widthSize - pleft - pright) / desiredAspect) +
802 if (newHeight <= heightSize) {
803 heightSize = newHeight;