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

/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java337 public boolean onDependentViewChanged(CoordinatorLayout parent, FloatingActionButton child, method in class:FloatingActionButton.Behavior
H A DAppBarLayout.java1248 public boolean onDependentViewChanged(CoordinatorLayout parent, View child, method in class:AppBarLayout.ScrollingViewBehavior
H A DCoordinatorLayout.java1134 final boolean handled = b.onDependentViewChanged(this, checkChild, child);
1161 * {@link Behavior#onDependentViewChanged(CoordinatorLayout, View, View)} to the associated
1184 b.onDependentViewChanged(this, child, view);
1330 b.onDependentViewChanged(this, child, lp.mAnchorView);
1737 * <li>Call {@link #onDependentViewChanged} when the dependency view's layout or
1747 * @see #onDependentViewChanged(CoordinatorLayout, android.view.View, android.view.View)
1767 * <code>onDependentViewChanged</code> will not be called during normal layout since
1778 public boolean onDependentViewChanged(CoordinatorLayout parent, V child, View dependency) { method in class:CoordinatorLayout.Behavior
1850 * {@link #onDependentViewChanged(CoordinatorLayout, android.view.View, android.view.View)}

Completed in 248 milliseconds