Searched refs:arrowWidth (Results 1 – 4 of 4) sorted by relevance
54 val arrowWidth: Float, in <lambda>() constant in com.android.wm.shell.common.bubbles.BubblePopupDrawable.Config172 var translationX = positionValue(position) - config.arrowWidth / 2 in <lambda>()175 bounds.width() - config.cornerRadius - config.arrowWidth) in <lambda>()189 val thetaTan = config.arrowWidth / (config.arrowHeight * 2f) in <lambda>()201 val arrowCenterX = config.arrowWidth / 2f in <lambda>()218 path.lineTo(config.arrowWidth, config.arrowHeight) in <lambda>()
92 final int arrowWidth = in show_menuOnRight_onLeftOfAnchor() local100 final int layoutWidth = messageView.getMeasuredWidth() + arrowWidth + arrowMargin; in show_menuOnRight_onLeftOfAnchor()
41 arrowWidth = res.getDimension(R.dimen.bubble_popup_arrow_width), in BubblePopupView()
229 view.popupDrawable?.config?.let { it.cornerRadius + it.arrowWidth / 2f }?.roundToInt() in updateEducationPosition()