Searched refs:onLayoutChild (Results 1 - 5 of 5) 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
63 parent.onLayoutChild(child, layoutDirection);
H A DBottomSheetBehavior.java216 public boolean onLayoutChild(CoordinatorLayout parent, V child, int layoutDirection) { method in class:BottomSheetBehavior
222 parent.onLayoutChild(child, layoutDirection);
531 // The view is not laid out yet; modify mState and let onLayoutChild handle it later
H A DFloatingActionButton.java692 public boolean onLayoutChild(CoordinatorLayout parent, FloatingActionButton child, method in class:FloatingActionButton.Behavior
710 parent.onLayoutChild(child, layoutDirection);
H A DAppBarLayout.java1020 public boolean onLayoutChild(CoordinatorLayout parent, AppBarLayout abl, method in class:AppBarLayout.Behavior
1022 boolean handled = super.onLayoutChild(parent, abl, layoutDirection);
H A DCoordinatorLayout.java840 public void onLayoutChild(View child, int layoutDirection) { method in class:CoordinatorLayout
869 if (behavior == null || !behavior.onLayoutChild(this, child, layoutDirection)) {
870 onLayoutChild(child, layoutDirection);
2157 * {@link #onLayoutChild(CoordinatorLayout, android.view.View, int) onLayoutChild}.
2222 * {@link CoordinatorLayout#onLayoutChild(android.view.View, int)
2223 * parent.onLayoutChild}.</p>
2228 * should also implement <code>onLayoutChild</code> in such a way that respects those
2229 * dependent views. <code>onLayoutChild</code> will always be called for a dependent view
2240 public boolean onLayoutChild(CoordinatorLayou method in class:CoordinatorLayout.Behavior
[all...]

Completed in 109 milliseconds