Searched refs:arrowHeight (Results 1 – 2 of 2) sorted by relevance
100 final int arrowHeight = resources.getDimensionPixelSize(R.dimen.popup_arrow_height); in ArrowPopup() local102 mArrow.setLayoutParams(new DragLayer.LayoutParams(arrowWidth, arrowHeight)); in ArrowPopup()
146 … double centerRadius, double strokeWidth, float arrowWidth, float arrowHeight) { in setSizeParameters() argument156 ring.setArrowDimensions(arrowWidth * screenDensity, arrowHeight * screenDensity); in setSizeParameters()