Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyNotificationIconAreaControllerImpl.java369 NotificationIconContainer hostLayout, boolean showAmbient, boolean showLowPriority, in updateIconsForLayout() argument
393 for (int i = 0; i < hostLayout.getChildCount(); i++) { in updateIconsForLayout()
394 View child = hostLayout.getChildAt(i); in updateIconsForLayout()
434 hostLayout.setReplacingIconsLegacy(replacingIcons); in updateIconsForLayout()
438 hostLayout.removeView(toRemove.get(i)); in updateIconsForLayout()
445 hostLayout.removeTransientView(v); in updateIconsForLayout()
450 hostLayout.addView(v, i, params); in updateIconsForLayout()
454 hostLayout.setChangingViewPositions(true); in updateIconsForLayout()
456 final int childCount = hostLayout.getChildCount(); in updateIconsForLayout()
458 View actual = hostLayout.getChildAt(i); in updateIconsForLayout()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DAboveShelfObserver.java34 public AboveShelfObserver(ViewGroup hostLayout) { in AboveShelfObserver() argument
35 mHostLayout = hostLayout; in AboveShelfObserver()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationShelfTest.kt47 @Mock private lateinit var hostLayout: NotificationStackScrollLayout variable in com.android.systemui.statusbar.notification.stack.NotificationShelfTest
68 shelf.bind(ambientState, hostLayout, roundnessManager) in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java100 public StackStateAnimator(Context context, NotificationStackScrollLayout hostLayout) { in StackStateAnimator() argument
101 mHostLayout = hostLayout; in StackStateAnimator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java127 public void bind(AmbientState ambientState, NotificationStackScrollLayout hostLayout, in bind() argument
130 mHostLayout = hostLayout; in bind()