Searched refs:mQsBounds (Results 1 – 1 of 1) sorted by relevance
91 private final Rect mQsBounds = new Rect(); field in QSFragment686 mQsBounds.top = (int) -mQSPanelScrollView.getTranslationY(); in setQsExpansion()687 mQsBounds.right = mQSPanelScrollView.getWidth(); in setQsExpansion()688 mQsBounds.bottom = mQSPanelScrollView.getHeight(); in setQsExpansion()775 mQsBounds.set(-sideMargin, 0, mQSPanelScrollView.getWidth() + sideMargin, in updateQsBounds()778 mQSPanelScrollView.setClipBounds(mQsBounds); in updateQsBounds()968 indentingPw.println("mQsBounds: " + mQsBounds); in dump()