Searched defs:onLayout (Results 151 - 154 of 154) sorted by relevance

1234567

/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java3790 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:RecyclerView
7091 * {@link #onLayout(boolean, int, int, int, int)} method is called, RecyclerView checks
8252 * You can call this method only if your LayoutManger is in onLayout or onScroll callback.
8273 * You can call this method only if your LayoutManger is in onLayout or onScroll callback.
10165 * If a ViewHolder was laid out in the previous onLayout call, old position will keep its
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java550 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:NotificationStackScrollLayout
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java3958 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:RecyclerView
7363 * {@link #onLayout(boolean, int, int, int, int)} method is called, RecyclerView checks
8524 * You can call this method only if your LayoutManger is in onLayout or onScroll callback.
8546 * You can call this method only if your LayoutManger is in onLayout or onScroll callback.
10553 * If a ViewHolder was laid out in the previous onLayout call, old position will keep its
/frameworks/base/core/java/android/view/
H A DView.java232 * <td><code>{@link #onLayout(boolean, int, int, int, int)}</code></td>
19562 * onLayout. In that method, they should
19586 onLayout(changed, l, t, r, b);
19631 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:View

Completed in 1396 milliseconds

1234567