Searched refs:arrowView (Results 1 – 3 of 3) sorted by relevance
80 private val arrowView = layout.requireViewById<View>(R.id.arrow).apply { regex98 layout.removeView(arrowView)99 layout.addView(arrowView)100 (arrowView.layoutParams as ViewGroup.MarginLayoutParams).apply {
62 View arrowView = findViewById(R.id.arrow); in drawArrow() local63 ViewGroup.LayoutParams arrowLp = arrowView.getLayoutParams(); in drawArrow()73 arrowView.setBackground(arrowDrawable); in drawArrow()
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()