Searched refs:ArrowDirection (Results 1 – 3 of 3) sorted by relevance
36 enum class ArrowDirection { in <lambda>() class in com.android.wm.shell.common.bubbles.BubblePopupDrawable63 var arrowDirection: ArrowDirection by in <lambda>()64 Delegates.observable(ArrowDirection.UP) { _, _, _ -> requestPathUpdate() } in <lambda>()101 ArrowDirection.UP -> padding.top += config.arrowHeight.toInt() in <lambda>()102 ArrowDirection.DOWN -> padding.bottom += config.arrowHeight.toInt() in <lambda>()145 ArrowDirection.UP -> { in <lambda>()151 ArrowDirection.DOWN -> { in <lambda>()
49 fun setArrowDirection(direction: BubblePopupDrawable.ArrowDirection) { in setArrowDirection()
107 setArrowDirection(BubblePopupDrawable.ArrowDirection.DOWN) in showStackEducation()