Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java531 mHostLayout.addTransientView(changingView, 0); in processAnimationEvents()
637 mHostLayout.addTransientView(changingView, 0); in processAnimationEvents()
DNotificationChildrenContainer.java617 addTransientView(removedOverflowNumber, getTransientViewCount());
1678 public void addTransientView(View view, int index) {
1686 super.addTransientView(view, index);
DNotificationStackScrollLayout.java2795 public void addTransientView(View view, int index) { in addTransientView() method
2799 super.addTransientView(view, index); in addTransientView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java614 container.addTransientView(this, index); in addToTransientContainer()
DExpandableNotificationRow.java3952 public void addTransientView(View view, int index) {
3956 super.addTransientView(view, index);
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java339 mMessagingLinearLayout.addTransientView(group, 0); in removeGroups()
DMessagingGroup.java282 messageParent.addTransientView(view, 0); in removeMessage()
DConversationLayout.java969 mMessagingLinearLayout.addTransientView(group, 0); in removeGroups()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayout.java352 addTransientView(view, index);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java408 addTransientView(icon, 0); in onViewRemoved()
/frameworks/base/core/java/android/view/
DViewGroup.java4870 public void addTransientView(View view, int index) { in addTransientView() method in ViewGroup