Searched defs:arrow (Results 1 – 3 of 3) sorted by relevance
80 ImageView arrow = findViewById(R.id.sort_arrow); in onBind() local117 ImageView arrow = findViewById(R.id.sort_arrow); in setSortArrowListeners() local124 ImageView arrow, @AnimatorRes int anim, @StringRes int contentDescriptionId) { in showArrow()
41 val arrow: ImageView = itemView.findViewById(R.id.arrow) as ImageView in <lambda>() constant
67 private lateinit var arrow: View variable