Searched refs:arrowHeight (Results 1 – 4 of 4) sorted by relevance
42 private val arrowHeight: Float constant97 arrowHeight = res.getDimension(R.dimen.bubblebar_pointer_height)147 arrowHeight, in addArrowPathIfNeeded()153 pathTransform.setRotate(180f, arrowWidth * 0.5f, arrowHeight * 0.5f) in addArrowPathIfNeeded()
61 private val arrowHeight = resources.getDimension(R.dimen.popup_arrow_height) constant109 arrowHeight, in onFinishInflate()
74 private val arrowHeight = resources.getDimension(R.dimen.popup_arrow_height) in <lambda>() constant181 arrowHeight, in <lambda>()
146 … double centerRadius, double strokeWidth, float arrowWidth, float arrowHeight) { in setSizeParameters() argument156 ring.setArrowDimensions(arrowWidth * screenDensity, arrowHeight * screenDensity); in setSizeParameters()