Searched refs:isExactly (Results 1 – 2 of 2) sorted by relevance
53 val isExactly = MeasureSpec.getMode(measureSpec) == MeasureSpec.EXACTLY in getNonExactlyMeasureSpec() constant55 if (isExactly) { in getNonExactlyMeasureSpec()58 return Triple(isExactly, newSpec, size) in getNonExactlyMeasureSpec()
1133 final boolean isExactly = widthMode == MeasureSpec.EXACTLY; in measureHorizontal()1167 if (isExactly) { in measureHorizontal()1216 if (isExactly) { in measureHorizontal()1313 if (isExactly) { in measureHorizontal()1390 if (isExactly) { in measureHorizontal()