Searched refs:mQsBounds (Results 1 – 1 of 1) sorted by relevance
89 private final Rect mQsBounds = new Rect(); field in QSImpl696 mQsBounds.top = (int) -mQSPanelScrollView.getTranslationY(); in setQsExpansion()697 mQsBounds.right = mQSPanelScrollView.getWidth(); in setQsExpansion()698 mQsBounds.bottom = mQSPanelScrollView.getHeight(); in setQsExpansion()788 mQsBounds.set(-sideMargin, 0, mQSPanelScrollView.getWidth() + sideMargin, in updateQsBounds()792 mQSPanelScrollView.setClipBounds(mQsBounds); in updateQsBounds()987 indentingPw.println("mQsBounds: " + mQsBounds); in dump()