Searched refs:chipLeft (Results 1 – 1 of 1) sorted by relevance
62 private val chipLeft get() = chipBounds.left constant295 val chipLeft: Int in updateChipBounds() constant300 chipLeft = contentArea.right - chip.chipWidth in updateChipBounds()303 chipLeft = contentArea.left in updateChipBounds()307 chipBounds = Rect(chipLeft, chipTop, chipRight, chipBottom) in updateChipBounds()328 animRect.set(chipLeft, animRect.top, (chipLeft + width), animRect.bottom) in initializeAnimRect()