Searched refs:onLayout (Results 176 - 194 of 194) sorted by relevance

12345678

/frameworks/base/core/java/android/widget/
H A DToolbar.java1698 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:Toolbar
H A DGridLayout.java1123 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:GridLayout
H A DAbsListView.java2152 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:AbsListView
2153 super.onLayout(changed, l, t, r, b);
2169 // TODO: Move somewhere sane. This doesn't belong in onLayout().
H A DTextView.java8914 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TextView
8915 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java1261 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:Cea708CCWidget.ScaledLayout
H A DWebVttRenderer.java1355 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:WebVttRenderingWidget
/frameworks/support/drawerlayout/src/main/java/androidx/drawerlayout/widget/
H A DDrawerLayout.java1219 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:DrawerLayout
2184 // This reverses the positioning shown in onLayout.
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DToolbar.java1704 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:Toolbar
/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java1495 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ViewPager
H A DRecyclerView.java3788 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:RecyclerView
7089 * {@link #onLayout(boolean, int, int, int, int)} method is called, RecyclerView checks
8250 * You can call this method only if your LayoutManger is in onLayout or onScroll callback.
8271 * You can call this method only if your LayoutManger is in onLayout or onScroll callback.
10158 * If a ViewHolder was laid out in the previous onLayout call, old position will keep its
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java1268 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TaskStackView
/frameworks/support/coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/
H A DCoordinatorLayout.java875 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:CoordinatorLayout
/frameworks/support/gridlayout/src/main/java/androidx/gridlayout/widget/
H A DGridLayout.java1016 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:GridLayout
/frameworks/support/viewpager/src/main/java/androidx/viewpager/widget/
H A DViewPager.java1681 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ViewPager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java664 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:NotificationStackScrollLayout
/frameworks/base/core/java/android/view/
H A DViewGroup.java4977 * Adds a view during layout. This is useful if in your onLayout() method,
4992 * Adds a view during layout. This is useful if in your onLayout() method,
5268 * Removes a view during layout. This is useful if in your onLayout() method,
5282 * Removes a range of views during layout. This is useful if in your onLayout() method,
6202 protected abstract void onLayout(boolean changed, method in class:ViewGroup
H A DView.java236 * <td><code>{@link #onLayout(boolean, int, int, int, int)}</code></td>
20648 * onLayout. In that method, they should
20672 onLayout(changed, l, t, r, b);
20760 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:View
[all...]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java4146 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:RecyclerView
7662 * {@link #onLayout(boolean, int, int, int, int)} method is called, RecyclerView checks
8840 * You can call this method only if your LayoutManger is in onLayout or onScroll callback.
8862 * You can call this method only if your LayoutManger is in onLayout or onScroll callback.
10901 * If a ViewHolder was laid out in the previous onLayout call, old position will keep its
/frameworks/base/config/
H A Dboot-image-profile.txt4695 HPLandroid/print/PrintDocumentAdapter;->onLayout(Landroid/print/PrintAttributes;Landroid/print/PrintAttributes;Landroid/os/CancellationSignal;Landroid/print/PrintDocumentAdapter$LayoutResultCallback;Landroid/os/Bundle;)V
7462 HPLandroid/widget/GridLayout;->onLayout(ZIIII)V
7602 HPLandroid/widget/NumberPicker;->onLayout(ZIIII)V
10503 HPLcom/android/internal/widget/ActionBarContainer;->onLayout(ZIIII)V
10528 HPLcom/android/internal/widget/ActionBarOverlayLayout;->onLayout(ZIIII)V
[all...]

Completed in 9110 milliseconds

12345678