Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleEducationViewController.kt110 val arrowToEdgeOffset = popupDrawable?.config?.cornerRadius ?: 0f in showStackEducation() constant
112 it.pivotX = it.width - arrowToEdgeOffset in showStackEducation()
228 val arrowToEdgeOffset = in updateEducationPosition() constant
234 params.rightMargin = rootBounds.right - position.x - arrowToEdgeOffset in updateEducationPosition()