Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DBubblePopupDrawable.kt189 val thetaTan = config.arrowWidth / (config.arrowHeight * 2f) in <lambda>() constant
190 val theta = atan(thetaTan) in <lambda>()
195 val tipIntersectionSideLength = config.arrowRadius / thetaTan in <lambda>()