Home | History | Annotate | Download | only in widget

Lines Matching defs:mHeightMode

6856         private int mWidthMode, mHeightMode;
6892 mHeightMode = MeasureSpec.EXACTLY;
6903 mHeightMode = MeasureSpec.getMode(hSpec);
6904 if (mHeightMode == MeasureSpec.UNSPECIFIED && !ALLOW_SIZE_IN_UNSPECIFIED_SPEC) {
8087 return mHeightMode;