Searched defs:onMeasure (Results 1 - 25 of 216) sorted by relevance

123456789

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DDialogTitle.java53 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DialogTitle
54 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
77 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DAppCompatRatingBar.java55 protected synchronized void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AppCompatRatingBar
56 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/core/java/android/widget/
H A DDayPickerViewPager.java53 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DayPickerViewPager
H A DSpace.java95 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Space
/frameworks/base/core/java/com/android/internal/widget/
H A DDialogTitle.java49 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DialogTitle
50 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
72 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DDialogViewAnimator.java42 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DialogViewAnimator
H A DPreferenceImageView.java46 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:PreferenceImageView
67 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DRemeasuringLinearLayout.java52 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:RemeasuringLinearLayout
53 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DWeightedLinearLayout.java57 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:WeightedLinearLayout
64 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
88 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
H A DZenRadioLayout.java39 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ZenRadioLayout
40 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
66 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcutAppItemLayout.java45 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:KeyboardShortcutAppItemLayout
58 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DButtonBarLayout.java47 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ButtonBarLayout
64 super.onMeasure(initialWidthMeasureSpec, heightMeasureSpec);
74 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DIntrinsicSizeFrameLayout.java68 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:IntrinsicSizeFrameLayout
69 super.onMeasure(getIntrinsicMeasureSpec(widthMeasureSpec, mIntrinsicWidth),
/frameworks/support/browser/src/main/java/androidx/browser/browseractions/
H A DBrowserActionsFallbackMenuView.java46 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:BrowserActionsFallbackMenuView
51 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/widget/
H A DCustomSnackbarMainContent.java47 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:CustomSnackbarMainContent
48 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
51 super.onMeasure(MeasureSpec.makeMeasureSpec(mMaxWidth, MeasureSpec.EXACTLY),
/frameworks/support/legacy/core-ui/src/main/java/androidx/legacy/widget/
H A DSpace.java106 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Space
/frameworks/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/widget/
H A DCustomSnackbarMainContent.java47 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:CustomSnackbarMainContent
48 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
51 super.onMeasure(MeasureSpec.makeMeasureSpec(mMaxWidth, MeasureSpec.EXACTLY),
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java54 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:PrintOptionsLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DResizingSpace.java98 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ResizingSpace
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DCustomScrollView.java58 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:CustomScrollView
59 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTextPathActivity.java52 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:TextPathActivity.CustomTextView
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DFlowLayout.java36 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:FlowLayout
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DFixedAspectSurfaceView.java86 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:FixedAspectSurfaceView
H A DVerticalSeekBar.java47 protected synchronized void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:VerticalSeekBar
48 super.onMeasure(heightMeasureSpec, widthMeasureSpec);
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DFixedAspectSurfaceView.java86 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:FixedAspectSurfaceView

Completed in 447 milliseconds

123456789