Home
last modified time | relevance | path

Searched refs:getTransientView (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupTransientViewTest.java75 assertEquals(mTestView, mTestViewGroup.getTransientView(0)); in addAndRemove_inAttachedViewGroup_shouldAttachAndDetachOnce()
81 assertEquals(null, mTestViewGroup.getTransientView(0)); in addAndRemove_inAttachedViewGroup_shouldAttachAndDetachOnce()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1362 public View getTransientView(int i) {
1363 return mView.getTransientView(i);
H A DNotificationStackScrollLayout.java3957 viewGroup.removeTransientView(viewGroup.getTransientView(0)); in clearTemporaryViewsInGroup()
4991 ExpandableView child = (ExpandableView) getTransientView(i); in dump()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java423 View transientView = mHostLayoutController.getTransientView(i);
/aosp12/frameworks/base/core/java/android/view/
H A DViewGroup.java4968 public View getTransientView(int position) { in getTransientView() method in ViewGroup