Home
last modified time | relevance | path

Searched refs:ArrowDirection (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DBubblePopupDrawable.kt36 enum class ArrowDirection { in <lambda>() class in com.android.wm.shell.common.bubbles.BubblePopupDrawable
63 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>()
DBubblePopupView.kt49 fun setArrowDirection(direction: BubblePopupDrawable.ArrowDirection) { in setArrowDirection()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleEducationViewController.kt107 setArrowDirection(BubblePopupDrawable.ArrowDirection.DOWN) in showStackEducation()