Searched refs:naturalHeight (Results 1 – 5 of 5) sorted by relevance
31 /* bottom = */ outDisplayInfo.naturalHeight42 val Display.naturalHeight: Int constant46 return outDisplayInfo.naturalHeight
118 .map { Size(it.naturalWidth, it.naturalHeight) } in <lambda>()125 currentDisplayInfo.value.naturalHeight
216 height = displayInfo.naturalHeight in getLayoutParams()220 width = displayInfo.naturalHeight in getLayoutParams()
137 displayInfo.value.naturalHeight in getResolutionScale()
616 int naturalHeight = mScaler.getNaturalHeight(); in finishExpanding() local617 float targetHeight = nowExpanded ? naturalHeight : mSmallSize; in finishExpanding()