Searched refs:parentHeight (Results 1 – 6 of 6) sorted by relevance
47 private parentHeight = 0;95 this.parentHeight = clientRect.height;161 this.attrs.doesScroll ? this.parentHeight * this.canvasOverdrawFactor :185 const oldHeight = this.parentHeight;188 this.parentHeight = clientRect.height;189 return this.parentHeight !== oldHeight || this.parentWidth !== oldWidth;299 const overdrawHeight = (this.canvasOverdrawFactor - 1) * this.parentHeight;
84 value = flip.parentHeight - maxY; in getMinYPosition()95 value = flip.parentHeight - minY; in getMaxYPosition()112 public float parentHeight; field in CollisionVolume.FlipInfo
111 sFlip.parentHeight = record.object.height; in update()124 sOtherFlip.parentHeight = other.object.height; in update()331 sCompareFlip.parentHeight = object1.object.height; in compare()339 sCompareFlip.parentHeight = object2.object.height; in compare()
168 position.y += flip.parentHeight - center.y; in offsetByCenter()
85 private void measureIllustrationChild(View child, int parentWidth, int parentHeight) { in measureIllustrationChild() argument98 Math.min(maxHeight, parentHeight), in measureIllustrationChild()
630 int parentHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local634 int height = parentHeight; in onMeasure()