Home | History | Annotate | Download | only in view

Lines Matching defs:mRequestedWidth

146     int mRequestedWidth = -1;
281 int width = mRequestedWidth >= 0
282 ? resolveSizeAndState(mRequestedWidth, widthMeasureSpec, 0)
432 int myWidth = mRequestedWidth;
637 return (mRequestedWidth != -1 || mRequestedHeight != -1);
728 if (mRequestedWidth != width || mRequestedHeight != height) {
729 mRequestedWidth = width;
737 if (mRequestedWidth != -1 || mRequestedHeight != -1) {
738 mRequestedWidth = mRequestedHeight = -1;