Searched refs:onLayout (Results 101 - 103 of 103) sorted by relevance

12345

/frameworks/base/core/java/android/view/
H A DView.java207 * <td><code>{@link #onLayout(boolean, int, int, int, int)}</code></td>
15647 * onLayout. In that method, they should
15671 onLayout(changed, l, t, r, b);
15702 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:View
H A DViewGroup.java3879 * Adds a view during layout. This is useful if in your onLayout() method,
3894 * Adds a view during layout. This is useful if in your onLayout() method,
4131 * Removes a view during layout. This is useful if in your onLayout() method,
4145 * Removes a range of views during layout. This is useful if in your onLayout() method,
5049 protected abstract void onLayout(boolean changed, method in class:ViewGroup
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java2413 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:RecyclerView
5709 * You can call this method only if your LayoutManger is in onLayout or onScroll callback.
5730 * You can call this method only if your LayoutManger is in onLayout or onScroll callback.
7198 * If a ViewHolder was laid out in the previous onLayout call, old position will keep its

Completed in 784 milliseconds

12345