Searched refs:heightSpecMode (Results 1 – 5 of 5) sorted by relevance
82 int heightSpecMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local85 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
174 int heightSpecMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local177 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
980 int heightSpecMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local983 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
323 final int heightSpecMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local324 if (widthSpecMode == MeasureSpec.EXACTLY && heightSpecMode == MeasureSpec.EXACTLY) { in onMeasure()
812 int heightSpecMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local833 …} else if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()