Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DViewGroupTransientViewTest.java76 assertEquals(1, mTestViewGroup.getTransientViewCount()); in addAndRemove_inAttachedViewGroup_shouldAttachAndDetachOnce()
82 assertEquals(0, mTestViewGroup.getTransientViewCount()); in addAndRemove_inAttachedViewGroup_shouldAttachAndDetachOnce()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DStackAnimationControllerTest.java209 assertEquals(0, mLayout.getTransientViewCount()); in testChildRemoved()
215 assertEquals(1, mLayout.getTransientViewCount()); in testChildRemoved()
222 assertEquals(0, mLayout.getTransientViewCount()); in testChildRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1599 public int getTransientViewCount() {
1600 return mView.getTransientViewCount();
DNotificationChildrenContainer.java617 addTransientView(removedOverflowNumber, getTransientViewCount());
DNotificationStackScrollLayout.java4120 while (viewGroup != null && viewGroup.getTransientViewCount() != 0) { in clearTemporaryViewsInGroup()
5196 int transientViewCount = getTransientViewCount(); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java608 return mHostLayout.getTransientViewCount();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java3811 ? 0 : mChildrenContainer.getTransientViewCount();
/frameworks/base/core/java/android/view/
DViewGroup.java4943 public int getTransientViewCount() { in getTransientViewCount() method in ViewGroup