Home
last modified time | relevance | path

Searched refs:addTransientView (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupTransientViewTest.java63 mTestViewGroup.addTransientView(mTestView, 0); in addAndRemove_inNonAttachedViewGroup_shouldNotAttachAndDetach()
74 mTestViewGroup.addTransientView(mTestView, 0); in addAndRemove_inAttachedViewGroup_shouldAttachAndDetachOnce()
90 mTestViewGroup.addTransientView(mTestView, 1); in addRemoveAdd_noException()
92 mTestViewGroup.addTransientView(mTestView, 2); in addRemoveAdd_noException()
101 mTestViewGroup.addTransientView(mTestView, 0); in reAddBeforeRemove_shouldThrowException()
108 mTestViewGroup.addTransientView(mTestView, 0); in reAddBeforeRemove_shouldThrowException()
110 mTestViewGroup.addTransientView(mTestView, 1); in reAddBeforeRemove_shouldThrowException()
127 mTestViewGroup.addTransientView(mTestView, 0); in drawTransientView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java493 addTransientView(removedOverflowNumber, getTransientViewCount());
1522 public void addTransientView(View view, int index) {
1530 super.addTransientView(view, index);
H A DStackStateAnimator.java470 mHostLayout.addTransientView(changingView, 0); in processAnimationEvents()
H A DNotificationStackScrollLayout.java2763 container.addTransientView(child, 0); in onViewRemovedInternal()
2803 public void addTransientView(View view, int index) { in addTransientView() method
2807 super.addTransientView(view, index); in addTransientView()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingGroup.java275 messageParent.addTransientView(view, 0); in removeMessage()
H A DMessagingLayout.java302 mMessagingLinearLayout.addTransientView(group, 0); in removeGroups()
H A DConversationLayout.java788 mMessagingLinearLayout.addTransientView(group, 0); in removeGroups()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java379 addTransientView(icon, 0); in onViewRemoved()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayout.java343 addTransientView(view, index);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java3811 public void addTransientView(View view, int index) {
3815 super.addTransientView(view, index);
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java4892 public void addTransientView(View view, int index) { in addTransientView() method in ViewGroup