OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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