Searched refs:heightSpecMode (Results 1 – 2 of 2) sorted by relevance
325 final int heightSpecMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local326 if (widthSpecMode == MeasureSpec.EXACTLY && heightSpecMode == MeasureSpec.EXACTLY) { in onMeasure()
855 int heightSpecMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local879 …} else if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()