Searched refs:illustrationHeight (Results 1 – 1 of 1) sorted by relevance
138 int illustrationHeight = (int) (parentWidth / aspectRatio); in onMeasure() local139 illustrationHeight = (int) (illustrationHeight - (illustrationHeight % baselineGridSize)); in onMeasure()140 setPadding(0, illustrationHeight, 0, 0); in onMeasure()