Searched refs:onMeasure (Results 201 - 220 of 220) sorted by relevance

123456789

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java386 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:RelativeLayout
H A DToolbar.java1570 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Toolbar
H A DListView.java1269 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ListView
1271 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DGridLayout.java1054 protected void onMeasure(int widthSpec, int heightSpec) { method in class:GridLayout
H A DAbsListView.java358 * Subclasses must retain their measure spec from onMeasure() into this member
2126 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AbsListView
H A DEditor.java4569 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Editor.HandleView
H A DTextView.java8471 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:TextView
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java1144 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Cea708CCWidget.ScaledLayout
1150 Log.d(TAG, String.format("onMeasure width: %d, height: %d", width, height));
1183 Log.d(TAG, String.format("onMeasure child scaleStartRow: %f scaleEndRow: %f "
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java177 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:NotificationContentView
/frameworks/support/drawerlayout/src/main/java/androidx/drawerlayout/widget/
H A DDrawerLayout.java1030 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DrawerLayout
1236 } else { // Drawer, if it wasn't onMeasure would have thrown an exception.
1245 } else { // Right; onMeasure checked for us.
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DToolbar.java1570 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Toolbar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java649 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:NotificationStackScrollLayout
650 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java1361 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ViewPager
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java1185 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:TaskStackView
/frameworks/support/coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/
H A DCoordinatorLayout.java738 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:CoordinatorLayout
/frameworks/support/gridlayout/src/main/java/androidx/gridlayout/widget/
H A DGridLayout.java947 protected void onMeasure(int widthSpec, int heightSpec) { method in class:GridLayout
/frameworks/support/viewpager/src/main/java/androidx/viewpager/widget/
H A DViewPager.java1549 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ViewPager
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGridLayoutManager.java1438 public void onMeasure(Recycler recycler, State state, int widthSpec, int heightSpec) { method in class:GridLayoutManager
1455 Log.v(getTag(), "onMeasure widthSpec " + Integer.toHexString(widthSpec)
1537 Log.v(getTag(), "onMeasure sizePrimary " + sizePrimary
/frameworks/base/core/java/android/view/
H A DView.java230 * <td><code>{@link #onMeasure(int, int)}</code></td>
4818 // Older apps expect onMeasure() to always be called on a layout pass, regardless
17810 * before or after {@link #onMeasure(int, int)}.
18053 * {@link #onMeasure(int, int)}.
20659 onMeasure(mOldWidthMeasureSpec, mOldHeightMeasureSpec);
23120 * {@link #onMeasure(int, int)}, called by this method. Therefore, only
23121 * {@link #onMeasure(int, int)} can and must be overridden by subclasses.
23130 * @see #onMeasure(int, int)
23169 onMeasure(widthMeasureSpec, heightMeasureSpec);
23182 + getClass().getName() + "#onMeasure() di
23243 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:View
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt7241 HPLandroid/widget/AbsSeekBar;->onMeasure(II)V
7347 HPLandroid/widget/Editor$HandleView;->onMeasure(II)V
7463 HPLandroid/widget/GridLayout;->onMeasure(II)V
7487 HPLandroid/widget/GridView;->onMeasure(II)V
7603 HPLandroid/widget/NumberPicker;->onMeasure(II)V
10374 HPLcom/android/internal/view/menu/ActionMenuItemView;->onMeasure(II)V
10393 HPLcom/android/internal/view/menu/ListMenuItemView;->onMeasure(II)V
10504 HPLcom/android/internal/widget/ActionBarContainer;->onMeasure(II)V
10529 HPLcom/android/internal/widget/ActionBarOverlayLayout;->onMeasure(II)V
10546 HPLcom/android/internal/widget/ButtonBarLayout;->onMeasure(I
[all...]

Completed in 952 milliseconds

123456789