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

/frameworks/support/design/tests/src/android/support/design/custom/
H A DTestFloatingBehavior.java42 public boolean onDependentViewChanged(CoordinatorLayout parent, TextView child, method in class:TestFloatingBehavior
/frameworks/support/design/tests/src/android/support/design/widget/
H A DCoordinatorLayoutTest.java325 // Reset the Behavior since onDependentViewChanged may have already been called as part of
340 verify(behavior, times(1)).onDependentViewChanged(col, viewB, viewA);
675 // Verify that the Behavior's onDependentViewChanged is not called due to the
677 verify(dependentBehavior, never()).onDependentViewChanged(
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java1334 // Otherwise we dispatch onDependentViewChanged()
1335 handled = b.onDependentViewChanged(this, checkChild, child);
1454 * {@link Behavior#onDependentViewChanged(CoordinatorLayout, View, View)} to the associated
1471 b.onDependentViewChanged(this, child, view);
1622 b.onDependentViewChanged(this, child, lp.mAnchorView);
2128 * <li>Call {@link #onDependentViewChanged} when the dependency view's layout or
2138 * @see #onDependentViewChanged(CoordinatorLayout, android.view.View, android.view.View)
2158 * <code>onDependentViewChanged</code> will not be called during normal layout since
2169 public boolean onDependentViewChanged(CoordinatorLayout parent, V child, View dependency) { method in class:CoordinatorLayout.Behavior
2226 * {@link #onDependentViewChanged(CoordinatorLayou
[all...]
H A DFloatingActionButton.java604 public boolean onDependentViewChanged(CoordinatorLayout parent, FloatingActionButton child, method in class:FloatingActionButton.Behavior
H A DAppBarLayout.java1383 public boolean onDependentViewChanged(CoordinatorLayout parent, View child, method in class:AppBarLayout.ScrollingViewBehavior

Completed in 254 milliseconds