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.java191 public void onViewRemoved(View child) { in onViewRemoved() method in NotificationActionListLayout
192 super.onViewRemoved(child); in onViewRemoved()
/frameworks/base/core/java/android/widget/
DGridLayout.java952 public void onViewRemoved(View child) { in onViewRemoved() method in GridLayout
953 super.onViewRemoved(child); in onViewRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java2323 public void onViewRemoved(View child) { in onViewRemoved() method in NotificationStackScrollLayout
2324 super.onViewRemoved(child); in onViewRemoved()
/frameworks/base/core/java/android/view/
DViewGroup.java4326 onViewRemoved(child); in dispatchViewRemoved()
4338 public void onViewRemoved(View child) { in onViewRemoved() method in ViewGroup
/frameworks/base/api/
Dcurrent.txt43242 method public void onViewRemoved(android.view.View);
Dsystem-current.txt46419 method public void onViewRemoved(android.view.View);
Dtest-current.txt43328 method public void onViewRemoved(android.view.View);