Lines Matching refs:mHeight
140 int mHeight = -1;
397 if (width != mWidth || height != mHeight) {
399 mHeight = height;
423 return mHeight;
433 outParams.putInt("height", mHeight);
670 mWidth, mHeight);
718 out.attribute(null, "height", Integer.toString(mHeight));
761 mHeight = Integer.parseInt(parser.getAttributeValue(null, "height"));
774 Slog.v(TAG, "mHeight:" + mHeight);
803 mHeight = -1;
814 if (mHeight < baseSize) {
815 mHeight = baseSize;
951 pw.print(" mHeight="); pw.println(mHeight);