HomeSort by relevance Sort by last modified time
    Searched refs:bgTopHeight (Results 1 - 2 of 2) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
ProgressBar.java 133 float bgTopHeight = 0;
136 bgTopHeight = bg.getTopHeight();
137 positionHeight -= bgTopHeight + bg.getBottomHeight();
156 if (bg != null) offset = bgTopHeight;
ScrollPane.java 373 float bgLeftWidth = 0, bgRightWidth = 0, bgTopHeight = 0, bgBottomHeight = 0;
377 bgTopHeight = bg.getTopHeight();
393 areaHeight = height - bgTopHeight - bgBottomHeight;
473 float boundsY = hScrollOnBottom ? bgBottomHeight : height - bgTopHeight - hScrollHeight;
495 boundsY = height - bgTopHeight - areaHeight;
    [all...]

Completed in 650 milliseconds