Searched refs:arrow (Results 1 – 7 of 7) sorted by relevance
72 String arrow = isSelected ? "=>" : " "; in formatBubblesString() local74 arrow, in formatBubblesString()
29 # Left arrow to the left of the "power" key31 # Right arrow to the right of the "power" key
68 # Left arrow70 # Right arrow
41 # Left arrow to the immediate left of the power button
112 ImageView arrow = (ImageView) currentItem.findViewById(R.id.contact_arrow); in ToggleScene()113 arrow.setRotation(expanded ? 0 : 90); in ToggleScene()
62 View arrowView = findViewById(R.id.arrow); in drawArrow()
80 private val arrowView = layout.requireViewById<View>(R.id.arrow).apply { in <lambda>()