Home
last modified time | relevance | path

Searched refs:getTransientViewCount (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupTransientViewTest.java76 assertEquals(1, mTestViewGroup.getTransientViewCount()); in addAndRemove_inAttachedViewGroup_shouldAttachAndDetachOnce()
82 assertEquals(0, mTestViewGroup.getTransientViewCount()); in addAndRemove_inAttachedViewGroup_shouldAttachAndDetachOnce()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationControllerTest.java209 assertEquals(0, mLayout.getTransientViewCount()); in testChildRemoved()
215 assertEquals(1, mLayout.getTransientViewCount()); in testChildRemoved()
222 assertEquals(0, mLayout.getTransientViewCount()); in testChildRemoved()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java622 return mHostLayout.getTransientViewCount();
624 return mHostLayoutController.getTransientViewCount();
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1458 public int getTransientViewCount() {
1459 return mView.getTransientViewCount();
H A DNotificationChildrenContainer.java493 addTransientView(removedOverflowNumber, getTransientViewCount());
H A DNotificationStackScrollLayout.java4076 while (viewGroup != null && viewGroup.getTransientViewCount() != 0) { in clearTemporaryViewsInGroup()
5140 int transientViewCount = getTransientViewCount(); in dump()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java3698 ? 0 : mChildrenContainer.getTransientViewCount();
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java4965 public int getTransientViewCount() { in getTransientViewCount() method in ViewGroup