Searched refs:offsetViewBounds (Results 1 – 1 of 1) sorted by relevance
122 val offsetViewBounds = Rect() in show() constant123 manageButton.getDrawingRect(offsetViewBounds) in show()124 manageView.offsetDescendantRectToMyCoords(manageButton, offsetViewBounds) in show()125 translationY = (realManageButtonRect.top - offsetViewBounds.top).toFloat() in show()