Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java69 private NotificationStackScrollLayoutController mHostLayoutController; field in NotificationShelf
113 mHostLayoutController = hostLayoutController; in bind()
177 viewState.belowSpeedBump = mHostLayoutController.getSpeedBumpIndex() == 0; in updateState()
248 for (int i = 0; i < mHostLayoutController.getChildCount(); i++) { in updateAppearance()
249 ExpandableView child = mHostLayoutController.getChildAt(i); in updateAppearance()
336 mShelfIcons.setSpeedBumpIndex(mHostLayoutController.getSpeedBumpIndex()); in updateAppearance()
339 for (int i = 0; i < mHostLayoutController.getChildCount(); i++) { in updateAppearance()
340 View child = mHostLayoutController.getChildAt(i); in updateAppearance()
367 && !mHostLayoutController.isViewAffectedBySwipe(anv)
422 for (int i = 0; i < mHostLayoutController.getTransientViewCount(); i++) {
[all …]