Home | History | Annotate | Download | only in wm

Lines Matching refs:mRequestedHeight

121     int mRequestedHeight;
458 mRequestedHeight = 0;
532 h = (int)(mRequestedHeight * mGlobalScale + .5f);
534 h = mRequestedHeight;
544 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) {
546 mLastRequestedHeight = mRequestedHeight;
643 + mRequestedWidth + ", mRequestedheight="
644 + mRequestedHeight + ") to" + " (pw=" + pw + ", ph=" + ph
1446 pw.print(" h="); pw.print(mRequestedHeight);
1448 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) {