Home | History | Annotate | Download | only in wm

Lines Matching defs:mRequestedWidth

114     int mRequestedWidth;
432 mRequestedWidth = 0;
500 w = (int)(mRequestedWidth * mGlobalScale + .5f);
502 w = mRequestedWidth;
519 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) {
520 mLastRequestedWidth = mRequestedWidth;
602 "Resolving (mRequestedWidth="
603 + mRequestedWidth + ", mRequestedheight="
1313 pw.print(prefix); pw.print("Requested w="); pw.print(mRequestedWidth);
1316 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) {