Searched refs:remainingHeight (Results 1 – 1 of 1) sorted by relevance
229 int remainingHeight = rect.h - height; in split() local231 if (remainingHeight >= mMinHeight) { in split()232 mSpace.add(new Rect(rect.x, rect.y + height, width, remainingHeight)); in split()253 if (remainingHeight >= mMinHeight) { in split()254 mSpace.add(new Rect(rect.x, rect.y + height, rect.w, remainingHeight)); in split()