Searched refs:anchorLeft (Results 1 – 1 of 1) sorted by relevance
66 var anchorLeft: Boolean = false variable128 val left = bounds.left + (if (anchorLeft) 0f else bounds.width().toFloat() - width) in draw()129 val right = bounds.left + (if (anchorLeft) width else bounds.width().toFloat()) in draw()