Searched refs:addTransientView (Results 1 – 11 of 11) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | ViewGroupTransientViewTest.java | 63 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 D | NotificationChildrenContainer.java | 493 addTransientView(removedOverflowNumber, getTransientViewCount()); 1522 public void addTransientView(View view, int index) { 1530 super.addTransientView(view, index);
|
H A D | StackStateAnimator.java | 470 mHostLayout.addTransientView(changingView, 0); in processAnimationEvents()
|
H A D | NotificationStackScrollLayout.java | 2763 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 D | MessagingGroup.java | 275 messageParent.addTransientView(view, 0); in removeMessage()
|
H A D | MessagingLayout.java | 302 mMessagingLinearLayout.addTransientView(group, 0); in removeGroups()
|
H A D | ConversationLayout.java | 788 mMessagingLinearLayout.addTransientView(group, 0); in removeGroups()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationIconContainer.java | 379 addTransientView(icon, 0); in onViewRemoved()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
H A D | PhysicsAnimationLayout.java | 343 addTransientView(view, index);
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRow.java | 3811 public void addTransientView(View view, int index) { 3815 super.addTransientView(view, index);
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ViewGroup.java | 4892 public void addTransientView(View view, int index) { in addTransientView() method in ViewGroup
|