Searched refs:secondarySpec (Results 1 – 1 of 1) sorted by relevance
1552 final int secondarySpec = in measureChild() local1561 heightSpec = ViewGroup.getChildMeasureSpec(secondarySpec, heightUsed, lp.height); in measureChild()1565 widthSpec = ViewGroup.getChildMeasureSpec(secondarySpec, widthUsed, lp.width); in measureChild()1569 Log.v(getTag(), "measureChild secondarySpec " + Integer.toHexString(secondarySpec) in measureChild()