Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java562 transientContainer.removeTransientView(this); in removeFromTransientContainer()
594 transientContainer.removeTransientView(this); in removeFromTransientContainerForAdditionTo()
H A DExpandableNotificationRow.java3826 public void removeTransientView(View view) {
3830 super.removeTransientView(view);
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayout.java351 removeTransientView(view);
376 super.removeTransientView(view);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java497 removeTransientView(removedOverflowNumber);
1534 public void removeTransientView(View view) {
1541 super.removeTransientView(view);
H A DNotificationStackScrollLayout.java2811 public void removeTransientView(View view) { in removeTransientView() method
2815 super.removeTransientView(view); in removeTransientView()
4078 viewGroup.removeTransientView(transientView); in clearTemporaryViewsInGroup()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingGroup.java277 messageParent.removeTransientView(view); in removeMessage()
H A DMessagingLayout.java304 mMessagingLinearLayout.removeTransientView(group); in removeGroups()
H A DConversationLayout.java790 mMessagingLinearLayout.removeTransientView(group); in removeGroups()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconAreaControllerViewBinderWrapperImpl.kt544 hostLayout.removeTransientView(v)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLegacyNotificationIconAreaControllerImpl.java457 hostLayout.removeTransientView(v); in updateIconsForLayout()
H A DNotificationIconContainer.java382 () -> removeTransientView(icon), in onViewRemoved()
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java4935 public void removeTransientView(View view) { in removeTransientView() method in ViewGroup