Searched refs:mStackScroller (Results 1 – 4 of 4) sorted by relevance
111 private NotificationStackScrollLayout mStackScroller; // Normally test this field in NotificationStackScrollLayoutTest182 mStackScroller = spy(mStackScrollerInternal); in setUp()183 mStackScroller.setShelfController(notificationShelfController); in setUp()184 mStackScroller.setCentralSurfaces(mCentralSurfaces); in setUp()185 mStackScroller.setEmptyShadeView(mEmptyShadeView); in setUp()189 mStackScroller.setController(mStackScrollLayoutController); in setUp()208 mStackScroller.setQsExpansionFraction(1f); in testUpdateStackHeight_qsExpansionGreaterThanZero()214 mStackScroller.setExpandedHeight(100f); in testUpdateStackHeight_qsExpansionGreaterThanZero()226 mStackScroller.setQsExpansionFraction(0f); in testUpdateStackHeight_qsExpansionZero()231 mStackScroller.setExpandedHeight(100f); in testUpdateStackHeight_qsExpansionZero()[all …]
47 private View mStackScroller; field in NotificationsQuickSettingsContainer70 mStackScroller = findViewById(R.id.notification_stack_scroller); in onFinishInflate()103 LayoutParams params = (LayoutParams) mStackScroller.getLayoutParams(); in setNotificationsMarginBottom()105 mStackScroller.setLayoutParams(params); in setNotificationsMarginBottom()158 if (mStackScroller.getVisibility() == View.VISIBLE) { in dispatchDraw()159 mDrawingOrderedChildren.add(mStackScroller); in dispatchDraw()160 mLayoutDrawingOrder.add(mStackScroller); in dispatchDraw()
216 @Mock private NotificationStackScrollLayout mStackScroller; field in CentralSurfacesImplTest374 when(mStackScrollerController.getView()).thenReturn(mStackScroller); in setup()375 when(mStackScroller.generateLayoutParams(any())).thenReturn(new LayoutParams(0, 0)); in setup()378 when(mStackScroller.getActivatedChild()).thenReturn(null); in setup()557 mCentralSurfaces.mStackScroller = mStackScroller; in setup()
1601 mStackScroller = mStackScrollerController.getView(); in inflateStatusBarWindow()1663 mStackScroller, in startKeyguard()1894 return mStackScroller; in getNotificationScrollLayout()2228 pw.print(" mStackScroller: " + CentralSurfaces.viewInfo(mStackScroller)); in dump()2229 pw.print(" scroll " + mStackScroller.getScrollX() in dump()2230 + "," + mStackScroller.getScrollY()); in dump()2231 pw.println(" translationX " + mStackScroller.getTranslationX()); in dump()2255 pw.println(" mStackScroller: " + mStackScroller + " (dump moved)"); in dump()3868 protected NotificationStackScrollLayout mStackScroller;