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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DHideFromAccessibilityHelper.java90 public void onChildViewAdded(View parent, View child) { method in class:HideFromAccessibilityHelper
H A DDragLayer.java719 public void onChildViewAdded(View parent, View child) { method in class:DragLayer
H A DPagedView.java704 public void onChildViewAdded(View parent, View child) { method in class:PagedView
H A DWorkspace.java439 public void onChildViewAdded(View parent, View child) { method in class:Workspace
/packages/apps/Launcher3/src/com/android/launcher3/
H A DInsettableFrameLayout.java98 public void onChildViewAdded(View parent, View child) { method in class:InsettableFrameLayout
H A DPagedView.java909 public void onChildViewAdded(View parent, View child) { method in class:PagedView
H A DWorkspace.java549 public void onChildViewAdded(View parent, View child) { method in class:Workspace
557 super.onChildViewAdded(parent, child);
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java807 public void onChildViewAdded(View parent, View child) { method in class:DragLayer
808 super.onChildViewAdded(parent, child);

Completed in 172 milliseconds