Searched refs:arrowView (Results 1 – 2 of 2) 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>()