Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DManageEducationView.kt122 val offsetViewBounds = Rect() in show() constant
123 manageButton.getDrawingRect(offsetViewBounds) in show()
124 manageView.offsetDescendantRectToMyCoords(manageButton, offsetViewBounds) in show()
125 translationY = (realManageButtonRect.top - offsetViewBounds.top).toFloat() in show()