Searched refs:onMeasure (Results 51 - 75 of 178) sorted by relevance

12345678

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DIllustration.java136 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Illustration
147 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DListMenuItemView.java248 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ListMenuItemView
257 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingTabContainerView.java85 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ScrollingTabContainerView
120 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
401 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ScrollingTabContainerView.TabView
402 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
406 super.onMeasure(MeasureSpec.makeMeasureSpec(mMaxTabWidth, MeasureSpec.EXACTLY),
H A DDialogViewAnimator.java42 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DialogViewAnimator
H A DAlertDialogLayout.java68 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AlertDialogLayout
71 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DActionBarContainer.java285 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ActionBarContainer
291 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DScrollingTabContainerView.java96 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ScrollingTabContainerView
131 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
440 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ScrollingTabContainerView.TabView
441 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
445 super.onMeasure(MeasureSpec.makeMeasureSpec(mMaxTabWidth, MeasureSpec.EXACTLY),
H A DViewStubCompat.java146 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ViewStubCompat
H A DActionBarContainer.java256 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ActionBarContainer
262 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/core/java/android/view/
H A DViewStub.java200 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ViewStub
/frameworks/base/core/java/android/widget/
H A DAbsoluteLayout.java59 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AbsoluteLayout
H A DDayPickerViewPager.java58 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DayPickerViewPager
H A DAnalogClock.java146 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AnalogClock
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java53 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:PrintOptionsLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSIconView.java58 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:QSIconView
H A DTileLayout.java90 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:TileLayout
H A DPagedTileLayout.java234 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:PagedTileLayout
235 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DQSContainer.java100 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:QSContainer
109 super.onMeasure(MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY),
/frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
H A DThemePreviewLayout.java93 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ThemePreviewLayout
/frameworks/support/design/src/android/support/design/widget/
H A DSnackbar.java743 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Snackbar.SnackbarLayout
744 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
748 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
772 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DNavigationView.java215 protected void onMeasure(int widthSpec, int heightSpec) { method in class:NavigationView
229 super.onMeasure(widthSpec, heightSpec);
H A DTabLayout.java1003 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:TabLayout
1028 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
1568 public void onMeasure(final int origWidthMeasureSpec, final int origHeightMeasureSpec) { method in class:TabLayout.TabView
1587 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
1627 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
1863 protected void onMeasure(final int widthMeasureSpec, final int heightMeasureSpec) { method in class:TabLayout.SlidingTabStrip
1864 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
1914 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DListMenuItemView.java242 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ListMenuItemView
251 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestActivity.java235 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DpiTestActivity.ScaledBitmapView
236 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java211 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ClosedCaptionWidget
212 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
1309 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Cea608CCWidget.CCLineBox
1324 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
1456 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Cea608CCWidget.CCLayout
1457 super.onMeasure(widthMeasureSpec, heightMeasureSpec);

Completed in 652 milliseconds

12345678