Searched refs:arrowView (Results 1 – 4 of 4) 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()
202 private void drawArrow(View arrowView, boolean isPointingLeft) { in drawArrow() argument212 arrowView.setBackground(arrowDrawable); in drawArrow()
539 private void setArrowA11yEnabled(View arrowView, boolean enabled, int keycode) { in setArrowA11yEnabled() argument540 arrowView.setClickable(enabled); in setArrowA11yEnabled()542 arrowView.setOnClickListener(v -> { in setArrowA11yEnabled()