Searched refs:onLayoutChild (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
H A DViewOffsetBehavior.java40 public boolean onLayoutChild(CoordinatorLayout parent, V child, int layoutDirection) { method in class:ViewOffsetBehavior
42 parent.onLayoutChild(child, layoutDirection);
H A DFloatingActionButton.java421 public boolean onLayoutChild(CoordinatorLayout parent, FloatingActionButton child, method in class:FloatingActionButton.Behavior
433 parent.onLayoutChild(child, layoutDirection);
H A DCoordinatorLayout.java733 public void onLayoutChild(View child, int layoutDirection) { method in class:CoordinatorLayout
757 if (behavior == null || !behavior.onLayoutChild(this, child, layoutDirection)) {
758 onLayoutChild(child, layoutDirection);
1766 * {@link #onLayoutChild(CoordinatorLayout, android.view.View, int) onLayoutChild}.
1846 * {@link CoordinatorLayout#onLayoutChild(android.view.View, int)
1852 * should also implement <code>onLayoutChild</code> in such a way that respects those
1853 * dependent views. <code>onLayoutChild</code> will always be called for a dependent view
1864 public boolean onLayoutChild(CoordinatorLayout parent, V child, int layoutDirection) { method in class:CoordinatorLayout.Behavior
H A DAppBarLayout.java939 public boolean onLayoutChild(CoordinatorLayout parent, AppBarLayout abl, method in class:AppBarLayout.Behavior
941 boolean handled = super.onLayoutChild(parent, abl, layoutDirection);

Completed in 199 milliseconds