Home
last modified time | relevance | path

Searched refs:arrow (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleDebugConfig.java72 String arrow = isSelected ? "=>" : " "; in formatBubblesString() local
74 arrow, in formatBubblesString()
/frameworks/base/data/keyboards/
DVendor_1532_Product_0900.kl29 # Left arrow to the left of the "power" key
31 # Right arrow to the right of the "power" key
DVendor_28de_Product_1102.kl68 # Left arrow
70 # Right arrow
DVendor_18d1_Product_2c40.kl41 # Left arrow to the immediate left of the power button
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DContactsExpansion.java112 ImageView arrow = (ImageView) currentItem.findViewById(R.id.contact_arrow); in ToggleScene()
113 arrow.setRotation(expanded ? 0 : 90); in ToggleScene()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeToolTipView.java62 View arrowView = findViewById(R.id.arrow); in drawArrow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
DTooltipManager.kt80 private val arrowView = layout.requireViewById<View>(R.id.arrow).apply { in <lambda>()