Home | History | Annotate | Download | only in widget

Lines Matching refs:isVertical

290         final boolean isVertical = mVertical;
297 if (isVertical) {
304 canvas.translate(isVertical ? 0 : handle.getLeft() - mTopOffset,
305 isVertical ? handle.getTop() - mTopOffset : 0);