Searched refs:addTransientView (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
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()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | MessagingGroup.java | 204 messageParent.addTransientView(view, 0); in removeMessage()
|
D | MessagingLayout.java | 228 mMessagingLinearLayout.addTransientView(group, 0); in removeGroups()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | StackStateAnimator.java | 436 mHostLayout.addTransientView(changingView, 0); in processAnimationEvents()
|
D | NotificationChildrenContainer.java | 380 addTransientView(removedOverflowNumber, getTransientViewCount());
|
D | NotificationStackScrollLayout.java | 2942 container.addTransientView(child, 0);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationIconContainer.java | 335 addTransientView(icon, 0); in onViewRemoved()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayout.java | 335 addTransientView(view, index);
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 4765 public void addTransientView(View view, int index) { in addTransientView() method in ViewGroup
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 42741 HSPLandroid/view/ViewGroup;->addTransientView(Landroid/view/View;I)V
|