Home
last modified time | relevance | path

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

/development/tools/winscope/src/common/
Drect.ts49 const minBottom = Math.min(this.y + this.h, other.y + other.h); constant
50 return new Rect(maxLeft, maxTop, minRight - maxLeft, minBottom - maxTop);