Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java614 return mHostLayout.getTransientView(index);
616 return mHostLayoutController.getTransientView(index);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1462 public View getTransientView(int i) {
1463 return mView.getTransientView(i);
H A DNotificationStackScrollLayout.java4077 final View transientView = viewGroup.getTransientView(0); in clearTemporaryViewsInGroup()
5143 ExpandableView child = (ExpandableView) getTransientView(i); in dump()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java3715 ExpandableView child = (ExpandableView) mChildrenContainer.getTransientView(i);
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java4999 public View getTransientView(int position) { in getTransientView() method in ViewGroup