Searched refs:hostLayout (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LegacyNotificationIconAreaControllerImpl.java | 369 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/ |
D | AboveShelfObserver.java | 34 public AboveShelfObserver(ViewGroup hostLayout) { in AboveShelfObserver() argument 35 mHostLayout = hostLayout; in AboveShelfObserver()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationShelfTest.kt | 47 @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/ |
D | StackStateAnimator.java | 100 public StackStateAnimator(Context context, NotificationStackScrollLayout hostLayout) { in StackStateAnimator() argument 101 mHostLayout = hostLayout; in StackStateAnimator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShelf.java | 127 public void bind(AmbientState ambientState, NotificationStackScrollLayout hostLayout, in bind() argument 130 mHostLayout = hostLayout; in bind()
|