Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DViewGroupTransientViewTest.java66 mTestViewGroup.removeTransientView(mTestView); in addAndRemove_inNonAttachedViewGroup_shouldNotAttachAndDetach()
80 mTestViewGroup.removeTransientView(mTestView); in addAndRemove_inAttachedViewGroup_shouldAttachAndDetachOnce()
91 mTestViewGroup.removeTransientView(mTestView); in addRemoveAdd_noException()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java566 transientContainer.removeTransientView(this); in removeFromTransientContainer()
598 transientContainer.removeTransientView(this); in removeFromTransientContainerForAdditionTo()
DExpandableNotificationRow.java3967 public void removeTransientView(View view) {
3971 super.removeTransientView(view);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayout.java360 removeTransientView(view);
387 super.removeTransientView(view);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java621 removeTransientView(removedOverflowNumber);
1690 public void removeTransientView(View view) {
1697 super.removeTransientView(view);
DNotificationStackScrollLayout.java2803 public void removeTransientView(View view) { in removeTransientView() method
2807 super.removeTransientView(view); in removeTransientView()
4122 viewGroup.removeTransientView(transientView); in clearTemporaryViewsInGroup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
DNotificationIconContainerViewBinder.kt264 removeTransientView(sbiv) in <lambda>()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java341 mMessagingLinearLayout.removeTransientView(group); in removeGroups()
DMessagingGroup.java284 messageParent.removeTransientView(view); in removeMessage()
DConversationLayout.java971 mMessagingLinearLayout.removeTransientView(group); in removeGroups()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyNotificationIconAreaControllerImpl.java445 hostLayout.removeTransientView(v); in updateIconsForLayout()
DNotificationIconContainer.java411 () -> removeTransientView(icon), in onViewRemoved()
/frameworks/base/core/java/android/view/
DViewGroup.java4913 public void removeTransientView(View view) { in removeTransientView() method in ViewGroup