SlidingTab.java | 333 * Layout the given widgets within the parent. 341 void layout(int l, int t, int r, int b, int alignment) { method in class:SlidingTab.Slider 364 tab.layout(0, top, handleWidth, bottom); 365 text.layout(0 - parentWidth, top, 0, bottom); 367 target.layout(leftTarget, targetTop, leftTarget + targetWidth, targetBottom); 370 tab.layout(parentWidth - handleWidth, top, parentWidth, bottom); 371 text.layout(parentWidth, top, parentWidth + parentWidth, bottom); 372 target.layout(rightTarget, targetTop, rightTarget + targetWidth, targetBottom); 383 tab.layout(left, 0, right, handleHeight); 384 text.layout(left, 0 - parentHeight, right, 0) [all...] |