Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java326 .removeTransientView(transientViewsToRemove); in onAnimationFinished()
355 removeTransientView(changingView); in processAnimationEvents()
392 0, () -> removeTransientView(changingView), null); in processAnimationEvents()
397 changingView.getTransientContainer().removeTransientView(changingView); in processAnimationEvents()
427 endRunnable = () -> removeTransientView(changingView); in processAnimationEvents()
470 public static void removeTransientView(ExpandableView viewToRemove) { in removeTransientView() method
472 viewToRemove.getTransientContainer().removeTransientView(viewToRemove); in removeTransientView()
H A DNotificationSectionsManager.kt215 header.transientContainer?.removeTransientView(header)
H A DNotificationChildrenContainer.java421 removeTransientView(removedOverflowNumber);
H A DNotificationStackScrollLayout.java3239 transientContainer.removeTransientView(child); in generateChildRemovalEvents()
3957 viewGroup.removeTransientView(viewGroup.getTransientView(0)); in clearTemporaryViewsInGroup()
4127 StackStateAnimator.removeTransientView(view); in clearTransient()
H A DNotificationStackScrollLayoutController.java451 transientContainer.removeTransientView(view);
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupTransientViewTest.java66 mTestViewGroup.removeTransientView(mTestView); in addAndRemove_inNonAttachedViewGroup_shouldNotAttachAndDetach()
80 mTestViewGroup.removeTransientView(mTestView); in addAndRemove_inAttachedViewGroup_shouldAttachAndDetachOnce()
91 mTestViewGroup.removeTransientView(mTestView); in addRemoveAdd_noException()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingGroup.java275 messageParent.removeTransientView(view); in removeMessage()
H A DMessagingLayout.java267 mMessagingLinearLayout.removeTransientView(group); in removeGroups()
H A DConversationLayout.java749 mMessagingLinearLayout.removeTransientView(group); in removeGroups()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSectionsManagerTest.java267 verify(transientParent).removeTransientView(silentHeaderView); in testHeaderRemovedFromTransientParent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java350 () -> removeTransientView(icon), in onViewRemoved()
H A DNotificationIconAreaController.java496 hostLayout.removeTransientView(v); in updateIconsForLayout()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayout.java345 removeTransientView(view);
/aosp12/frameworks/base/core/java/android/view/
H A DViewGroup.java4904 public void removeTransientView(View view) { in removeTransientView() method in ViewGroup