Home
last modified time | relevance | path

Searched refs:mStackScroller (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java106 private NotificationStackScrollLayout mStackScroller; // Normally test this field in NotificationStackScrollLayoutTest
178 mStackScroller = spy(mStackScrollerInternal); in setUp()
179 mStackScroller.setShelf(notificationShelf); in setUp()
180 mStackScroller.setStatusBar(mBar); in setUp()
181 mStackScroller.setScrimController(mock(ScrimController.class)); in setUp()
182 mStackScroller.setGroupManager(mGroupManager); in setUp()
183 mStackScroller.setEmptyShadeView(mEmptyShadeView); in setUp()
184 mStackScroller.setIconAreaController(mNotificationIconAreaController); in setUp()
209 mStackScroller.setDimmed(true /* dimmed */, false /* animate */); in testNotDimmedOnKeyguard()
210 mStackScroller.setDimmed(true /* dimmed */, true /* animate */); in testNotDimmedOnKeyguard()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationsQuickSettingsContainer.java51 private NotificationStackScrollLayout mStackScroller; field in NotificationsQuickSettingsContainer
72 mStackScroller = findViewById(R.id.notification_stack_scroller); in onFinishInflate()
73 mStackScrollerMargin = ((LayoutParams) mStackScroller.getLayoutParams()).bottomMargin; in onFinishInflate()
96 reloadWidth(mStackScroller, R.dimen.notification_panel_width); in onConfigurationChanged()
129 if (mStackScroller.getVisibility() == View.VISIBLE) { in dispatchDraw()
130 mDrawingOrderedChildren.add(mStackScroller); in dispatchDraw()
131 mLayoutDrawingOrder.add(mStackScroller); in dispatchDraw()
140 mDrawingOrderedChildren.remove(mStackScroller); in dispatchDraw()
141 mDrawingOrderedChildren.add(mStackScroller); in dispatchDraw()
191 setBottomMargin(mStackScroller, 0); in setCustomizerShowing()
[all …]
DHeadsUpAppearanceController.java57 private final NotificationStackScrollLayout mStackScroller; field in HeadsUpAppearanceController
132 mStackScroller = stackScroller; in HeadsUpAppearanceController()
137 mStackScroller.addOnExpandedHeightChangedListener(mSetExpandedHeight); in HeadsUpAppearanceController()
138 mStackScroller.addOnLayoutChangeListener(mStackScrollLayoutChangeListener); in HeadsUpAppearanceController()
139 mStackScroller.setHeadsUpAppearanceController(this); in HeadsUpAppearanceController()
153 mStackScroller.requestLayout(); in HeadsUpAppearanceController()
174 mStackScroller.removeOnExpandedHeightChangedListener(mSetExpandedHeight); in destroy()
175 mStackScroller.removeOnLayoutChangeListener(mStackScrollLayoutChangeListener); in destroy()
219 if (mStackScroller.getDisplay() != null) { in getRtlTranslation()
220 mStackScroller.getDisplay().getRealSize(mPoint); in getRtlTranslation()
[all …]
DStatusBar.java810 mStackScroller = mStatusBarWindow.findViewById(R.id.notification_stack_scroller); in makeStatusBarView()
812 NotificationListContainer notifListContainer = (NotificationListContainer) mStackScroller; in makeStatusBarView()
1044 (NotificationListContainer) mStackScroller); in setUpPresenter()
1054 mHeadsUpManager, mStatusBarWindow, mStackScroller, mDozeScrimController, in setUpPresenter()
1061 (NotificationListContainer) mStackScroller, in setUpPresenter()
1223 R.layout.status_bar_notification_shelf, mStackScroller, false); in inflateShelf()
1295 mStatusBarWindow.findViewById(R.id.lock_icon_container), mStackScroller, in startKeyguard()
1678 return mStackScroller; in getNotificationScrollLayout()
1869 ((NotificationListContainer) mStackScroller).setWillExpand(true); in handleSystemKey()
2362 pw.println(" mStackScroller: " + viewInfo(mStackScroller)); in dump()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt58 private lateinit var mStackScroller: NotificationStackScrollLayout variable in com.android.systemui.statusbar.notification.NotificationWakeUpCoordinator
85 mStackScroller.wakeUpFromPulse();
164 mStackScroller = stackScroller in setStackScroller()
176 fun isPulseExpanding(): Boolean = mStackScroller.isPulseExpanding in isPulseExpanding()
247 mStackScroller.setDozeAmount(mDozeAmount) in setDozeAmount()
328 return mStackScroller.wakeUpHeight in getWakeUpHeight()
334 mStackScroller.setHideAmount(linearAmount, amount) in updateHideAmount()
339 mStackScroller.notifyHideAnimationStart(!awake) in notifyAnimationStart()
353 val overflow = mStackScroller.setPulseHeight(height) in setPulseHeight()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java52 private final NotificationStackScrollLayout mStackScroller = field in HeadsUpAppearanceControllerTest
85 mStackScroller, in setUp()
162 mStackScroller, in testHeaderReadFromOldController()
182 reset(mStackScroller); in testDestroy()
189 verify(mStackScroller).removeOnExpandedHeightChangedListener(any()); in testDestroy()
190 verify(mStackScroller).removeOnLayoutChangeListener(any()); in testDestroy()
DStatusBarTest.java138 @Mock private NotificationStackScrollLayout mStackScroller; field in StatusBarTest
238 when(mStackScroller.generateLayoutParams(any())).thenReturn(new LayoutParams(0, 0)); in setup()
241 when(mStackScroller.getActivatedChild()).thenReturn(null); in setup()
260 mKeyguardIndicationController, mStackScroller, in setup()
279 mEntryManager.setUpForTest(mock(NotificationPresenter.class), mStackScroller, in setup() local
282 mNotificationLogger.setUpWithContainer(mStackScroller); in setup()
795 mStackScroller = stack; in TestableStatusBar()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackView.java145 private TaskStackViewScroller mStackScroller; field in TaskStackView
260 mStackScroller = new TaskStackViewScroller(context, this, mLayoutAlgorithm); in TaskStackView()
262 context, this, mStackScroller, Dependency.get(FalsingManager.class)); in TaskStackView()
333 mStackScroller.reset(); in onReload()
368 mStackScroller.setStackScrollToInitialState(); in updateToInitialState()
547 mStackScroller.getStackScroll(), targetStackScroll, mIgnoreTasks, in bindVisibleTaskViews()
658 bindVisibleTaskViews(mStackScroller.getStackScroll(), ignoreTaskOverrides); in relayoutTaskViews()
718 mLayoutAlgorithm.getStackTransform(task, mStackScroller.getStackScroll(), in getCurrentTaskTransforms()
833 mStackScroller.boundScroll(); in updateLayoutAlgorithm()
850 return mStackScroller; in getScroller()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java105 @Mock private NotificationStackScrollLayout mStackScroller; field in NotificationGutsManagerTest
124 mGutsManager.setUpWithPresenter(mPresenter, mStackScroller, in setUp()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java1260 pw.println(" mStackScroller: " + viewInfo(mStackScroller)); in dump()
1261 pw.println(" mStackScroller: " + viewInfo(mStackScroller) in dump()
1262 + " scroll " + mStackScroller.getScrollX() in dump()
1263 + "," + mStackScroller.getScrollY()); in dump()