HomeSort by relevance Sort by last modified time
    Searched full:bottomareaheight (Results 1 - 1 of 1) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
SplitPane.java 219 float bottomAreaHeight = availHeight - topAreaHeight;
223 secondWidgetBounds.set(0, 0, width, bottomAreaHeight);
224 handleBounds.set(0, bottomAreaHeight, width, handleHeight);

Completed in 220 milliseconds