Lines Matching full:width
107 public float width;
136 animWidth = width;
138 animWidth = FloatUtils.animate(animWidth, width, timeElapsed);
141 if (animWidth == width) {
174 component.width = thisComponentWidth;
209 final int width = (int) component.animWidth;
213 view.draw2D(x, y, 0f, width, height);
216 view.draw2D(0f, y, 0f, x + width, height);
221 view.draw2D(cap, x + width, y);
239 if (texture.computeTextWidth() <= (width - iconWidth)) {
244 x += (int) (width + (21 * App.PIXEL_DENSITY + 0.5f));
256 if (x >= componentx && x < componentx + component.width) {
287 float width = mWidth;
288 width -= 20f * App.PIXEL_DENSITY;
293 width -= (component.getIconWidth() + 20.0f * App.PIXEL_DENSITY);
294 component.computeLabel(width);