[go: nahoru, domu]

Searched refs:onChildViewRemoved (Results 1 - 8 of 8) sorted by relevance

/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DViewGroupBindingAdapter.java47 @BindingAdapter(value = {"android:onChildViewAdded", "android:onChildViewRemoved"},
63 public void onChildViewRemoved(View parent, View child) {
65 removed.onChildViewRemoved(parent, child);
109 void onChildViewRemoved(View parent, View child); method in interface:ViewGroupBindingAdapter.OnChildViewRemoved
/frameworks/base/core/java/android/widget/
H A DRadioGroup.java387 public void onChildViewRemoved(View parent, View child) { method in class:RadioGroup.PassThroughHierarchyChangeListener
393 mOnHierarchyChangeListener.onChildViewRemoved(parent, child);
H A DTableRow.java540 public void onChildViewRemoved(View parent, View child) { method in class:TableRow.ChildrenTracker
545 this.listener.onChildViewRemoved(parent, child);
H A DTableLayout.java768 public void onChildViewRemoved(View parent, View child) { method in class:TableLayout.PassThroughHierarchyChangeListener
770 mOnHierarchyChangeListener.onChildViewRemoved(parent, child);
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DListenerBindingObject.java219 public void onChildViewRemoved(View parent, View child) { } method in class:ListenerBindingObject
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java2607 public void onChildViewRemoved(View parent, View child) { method in class:CoordinatorLayout.HierarchyChangeListener
2611 mOnHierarchyChangeListener.onChildViewRemoved(parent, child);
/frameworks/base/core/java/android/webkit/
H A DWebView.java1995 public void onChildViewRemoved(View p, View child) {} method in class:WebView
/frameworks/base/core/java/android/view/
H A DViewGroup.java4333 void onChildViewRemoved(View parent, View child); method in interface:ViewGroup.OnHierarchyChangeListener
4365 mOnHierarchyChangeListener.onChildViewRemoved(this, child);

Completed in 210 milliseconds