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

  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
ProgressBar.java 168 float bgLeftWidth = 0;
171 bgLeftWidth = bg.getLeftWidth();
172 positionWidth -= bgLeftWidth + bg.getRightWidth();
184 position = Math.min(positionWidth - knobWidth, position) + bgLeftWidth;
191 if (bg != null) offset = bgLeftWidth;
ScrollPane.java 373 float bgLeftWidth = 0, bgRightWidth = 0, bgTopHeight = 0, bgBottomHeight = 0;
375 bgLeftWidth = bg.getLeftWidth();
392 areaWidth = width - bgLeftWidth - bgRightWidth;
429 widgetAreaBounds.set(bgLeftWidth, bgBottomHeight, areaWidth, areaHeight);
471 float boundsX = vScrollOnRight ? bgLeftWidth : bgLeftWidth + scrollbarWidth;
503 boundsX = bgLeftWidth;
515 vKnobBounds.x = bgLeftWidth;
    [all...]
TextField.java 289 float bgLeftWidth = 0, bgRightWidth = 0;
292 bgLeftWidth = background.getLeftWidth();
300 drawSelection(selection, batch, font, x + bgLeftWidth, y + textY);
312 messageFont.draw(batch, messageText, x + bgLeftWidth, y + textY + yOffset, 0, messageText.length(),
313 width - bgLeftWidth - bgRightWidth, textHAlign, false, "...");
317 drawText(batch, font, x + bgLeftWidth, y + textY + yOffset);
322 drawCursor(cursorPatch, batch, font, x + bgLeftWidth, y + textY);
    [all...]

Completed in 227 milliseconds