Searched refs:arrowView (Results 1 – 3 of 3) sorted by relevance
62 View arrowView = findViewById(R.id.arrow); in drawArrow() local63 ViewGroup.LayoutParams arrowLp = arrowView.getLayoutParams(); in drawArrow()73 arrowView.setBackground(arrowDrawable); in drawArrow()
80 private val arrowView = layout.requireViewById<View>(R.id.arrow).apply { in <lambda>() constant98 layout.removeView(arrowView) in <lambda>()99 layout.addView(arrowView) in <lambda>()100 (arrowView.layoutParams as ViewGroup.MarginLayoutParams).apply { in <lambda>()
223 final View arrowView = findViewById(isAnchorViewOnLeft in updateArrowWith() local226 arrowView.setVisibility(VISIBLE); in updateArrowWith()227 drawArrow(arrowView, isAnchorViewOnLeft); in updateArrowWith()230 (LinearLayout.LayoutParams) arrowView.getLayoutParams(); in updateArrowWith()237 arrowView.setLayoutParams(layoutParams); in updateArrowWith()