Home | History | Annotate | Download | only in wm

Lines Matching defs:mRequestedWidth

97     int mRequestedWidth;
338 mRequestedWidth = 0;
389 w = (int)(mRequestedWidth * mGlobalScale + .5f);
391 w = mRequestedWidth;
408 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) {
409 mLastRequestedWidth = mRequestedWidth;
489 Slog.v(TAG, "Resolving (mRequestedWidth="
490 + mRequestedWidth + ", mRequestedheight="
995 pw.print(prefix); pw.print("Requested w="); pw.print(mRequestedWidth);
998 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) {