Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DBinPacker.java229 int remainingHeight = rect.h - height; in split() local
231 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()