Home
last modified time | relevance | path

Searched refs:parentHeight (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/ui/src/frontend/
Dpanel_container.ts47 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;
/external/replicaisland/src/com/replica/replicaisland/
DCollisionVolume.java84 value = flip.parentHeight - maxY; in getMinYPosition()
95 value = flip.parentHeight - minY; in getMaxYPosition()
112 public float parentHeight; field in CollisionVolume.FlipInfo
DGameObjectCollisionSystem.java111 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()
DSphereCollisionVolume.java168 position.y += flip.parentHeight - center.y; in offsetByCenter()
/external/setupdesign/main/src/com/google/android/setupdesign/view/
DFillContentLayout.java85 private void measureIllustrationChild(View child, int parentWidth, int parentHeight) { in measureIllustrationChild() argument
98 Math.min(maxHeight, parentHeight), in measureIllustrationChild()
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
DSubsamplingScaleImageView.java630 int parentHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
634 int height = parentHeight; in onMeasure()