Searched refs:mQSPanelScrollView (Results 1 – 2 of 2) sorted by relevance
101 protected NonInterceptingScrollView mQSPanelScrollView; field in QSImpl229 mQSPanelScrollView = mRootView.findViewById(R.id.expanded_qs_scroll_view); in onComponentCreated()230 mQSPanelScrollView.addOnLayoutChangeListener( in onComponentCreated()234 mQSPanelScrollView.setOnScrollChangeListener( in onComponentCreated()242 mQSPanelScrollView.setScrollingEnabled(!SceneContainerFlag.isEnabled()); in onComponentCreated()614 return mQSPanelScrollView.getBottom() - mHeader.getBottom() in getHeightDiff()688 mQSPanelScrollView.setTranslationY(qsScrollViewTranslation); in setQsExpansion()691 mQSPanelScrollView.setScrollY(0); in setQsExpansion()696 mQsBounds.top = (int) -mQSPanelScrollView.getTranslationY(); in setQsExpansion()697 mQsBounds.right = mQSPanelScrollView.getWidth(); in setQsExpansion()[all …]
104 @Mock private NonInterceptingScrollView mQSPanelScrollView; field in QSImplTest507 setLocationOnScreen(mQSPanelScrollView, 25); in testUpdateQSBounds_setMediaClipCorrectly()508 when(mQSPanelScrollView.getMeasuredHeight()).thenReturn(200); in testUpdateQSBounds_setMediaClipCorrectly()603 when(mQSPanelScrollView.findViewById(R.id.expanded_qs_scroll_view)) in setUpViews()604 .thenReturn(mQSPanelScrollView); in setUpViews()605 mQsView.addView(mQSPanelScrollView); in setUpViews()