Home
last modified time | relevance | path

Searched refs:mQSPanelScrollView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSImpl.java101 protected NonInterceptingScrollView mQSPanelScrollView; field in QSImpl
229 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 …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSImplTest.java104 @Mock private NonInterceptingScrollView mQSPanelScrollView; field in QSImplTest
507 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()