Searched refs:mMeasuredSpec (Results 1 – 1 of 1) sorted by relevance
164 private int mMeasuredSpec = -1; field in ScrollAdapterView727 mMeasuredSpec = -1;855 if (mMeasuredSpec == -1) {1161 if (mMeasuredSpec == -1) {1199 mMeasuredSpec = mOrientation == HORIZONTAL ? heightMeasureSpec : widthMeasureSpec;1536 int childWidthSpec = ViewGroup.getChildMeasureSpec(mMeasuredSpec, 0, p.width);1546 int childHeightSpec = ViewGroup.getChildMeasureSpec(mMeasuredSpec, 0, p.height);