Searched refs:onDependentViewChanged (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/coordinatorlayout/src/androidTest/java/androidx/coordinatorlayout/custom/
H A DTestFloatingBehavior.java42 public boolean onDependentViewChanged(CoordinatorLayout parent, TextView child, method in class:TestFloatingBehavior
/frameworks/support/coordinatorlayout/src/androidTest/java/androidx/coordinatorlayout/widget/
H A DCoordinatorLayoutTest.java330 // Reset the Behavior since onDependentViewChanged may have already been called as part of
345 verify(behavior, times(1)).onDependentViewChanged(col, viewB, viewA);
680 // Verify that the Behavior's onDependentViewChanged is not called due to the
682 verify(dependentBehavior, never()).onDependentViewChanged(
/frameworks/support/coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/
H A DCoordinatorLayout.java1360 // Otherwise we dispatch onDependentViewChanged()
1361 handled = b.onDependentViewChanged(this, checkChild, child);
1480 * {@link Behavior#onDependentViewChanged(CoordinatorLayout, View, View)} to the associated
1497 b.onDependentViewChanged(this, child, view);
1648 b.onDependentViewChanged(this, child, lp.mAnchorView);
2175 * <li>Call {@link #onDependentViewChanged} when the dependency view's layout or
2185 * @see #onDependentViewChanged(CoordinatorLayout, View, View)
2206 * <code>onDependentViewChanged</code> will not be called during normal layout since
2217 public boolean onDependentViewChanged(@NonNull CoordinatorLayout parent, @NonNull V child, method in class:CoordinatorLayout.Behavior
2276 * {@link #onDependentViewChanged(CoordinatorLayou
[all...]

Completed in 70 milliseconds