Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DManageEducationView.kt130 val offsetViewBounds = Rect() regex
131 manageButton.getDrawingRect(offsetViewBounds)
132 manageView.offsetDescendantRectToMyCoords(manageButton, offsetViewBounds)
138 translationY = (realManageButtonRect.top - offsetViewBounds.top).toFloat()