Home
last modified time | relevance | path

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

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