Searched refs:minBottom (Results 1 – 1 of 1) sorted by relevance
49 const minBottom = Math.min(this.y + this.h, other.y + other.h); constant50 return new Rect(maxLeft, maxTop, minRight - maxLeft, minBottom - maxTop);