Home | History | Annotate | Download | only in widget

Lines Matching defs:ALIGN_LEFT

168         public static final int ALIGN_LEFT = 0;
242 boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT;
243 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getRight()
261 boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT;
262 int dx = horiz ? (alignment == ALIGN_LEFT ? tab.getWidth() : -tab.getWidth()) : 0;
303 final boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT;
304 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getLeft()
357 if (alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT) {
363 if (alignment == ALIGN_LEFT) {
736 mLeftSlider.layout(l, t, r, b, isHorizontal() ? Slider.ALIGN_LEFT : Slider.ALIGN_BOTTOM);