Home
last modified time | relevance | path

Searched refs:onViewRemoved (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DNotificationActionListLayout.java182 public void onViewRemoved(View child) { in onViewRemoved() method in NotificationActionListLayout
183 super.onViewRemoved(child); in onViewRemoved()
/frameworks/base/core/java/android/widget/
DGridLayout.java951 public void onViewRemoved(View child) { in onViewRemoved() method in GridLayout
952 super.onViewRemoved(child); in onViewRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java2227 public void onViewRemoved(View child) { in onViewRemoved() method in NotificationStackScrollLayout
2228 super.onViewRemoved(child); in onViewRemoved()
/frameworks/base/core/java/android/view/
DViewGroup.java4363 onViewRemoved(child); in dispatchViewRemoved()
4375 public void onViewRemoved(View child) { in onViewRemoved() method in ViewGroup
/frameworks/base/api/
Dcurrent.txt43072 method public void onViewRemoved(android.view.View);
Dsystem-current.txt46072 method public void onViewRemoved(android.view.View);
Dtest-current.txt43151 method public void onViewRemoved(android.view.View);