Home
last modified time | relevance | path

Searched refs:getTransientView (Results 1 – 4 of 4) 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/
DNotificationShelf.java429 View transientView = mHostLayout.getTransientView(i);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java4343 viewGroup.removeTransientView(viewGroup.getTransientView(0));
5422 ExpandableView child = (ExpandableView) getTransientView(i);
/frameworks/base/core/java/android/view/
DViewGroup.java4828 public View getTransientView(int position) { in getTransientView() method in ViewGroup