Searched refs:mQSPanelScrollView (Results 1 – 2 of 2) sorted by relevance
102 protected NonInterceptingScrollView mQSPanelScrollView; field in QSFragment230 mQSPanelScrollView.addOnLayoutChangeListener( in onViewCreated()234 mQSPanelScrollView.setOnScrollChangeListener( in onViewCreated()614 return mQSPanelScrollView.getBottom() - mHeader.getBottom() in getHeightDiff()681 mQSPanelScrollView.setScrollY(0); in setQsExpansion()687 mQsBounds.right = mQSPanelScrollView.getWidth(); in setQsExpansion()688 mQsBounds.bottom = mQSPanelScrollView.getHeight(); in setQsExpansion()776 mQSPanelScrollView.getHeight()); in updateQsBounds()778 mQSPanelScrollView.setClipBounds(mQsBounds); in updateQsBounds()780 mQSPanelScrollView.getLocationOnScreen(mLocationTemp); in updateQsBounds()[all …]
98 @Mock private NonInterceptingScrollView mQSPanelScrollView; field in QSFragmentTest495 setLocationOnScreen(mQSPanelScrollView, 25); in testUpdateQSBounds_setMediaClipCorrectly()496 when(mQSPanelScrollView.getMeasuredHeight()).thenReturn(200); in testUpdateQSBounds_setMediaClipCorrectly()562 .thenReturn(mQSPanelScrollView); in setUpViews()