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

1234

/frameworks/base/core/java/android/widget/
H A DSpace.java89 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Space
H A DAbsoluteLayout.java56 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AbsoluteLayout
H A DAnalogClock.java134 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AnalogClock
H A DAbsSpinner.java165 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AbsSpinner
H A DRatingBar.java279 protected synchronized void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:RatingBar
280 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/core/java/com/android/internal/widget/
H A DDialogTitle.java46 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DialogTitle
47 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
69 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DFaceUnlockView.java55 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:FaceUnlockView
67 super.onMeasure(newWidthMeasureSpec, newHeightMeasureSpec);
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);
H A DActionBarContainer.java259 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ActionBarContainer
260 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DSizeAdaptiveLayout.java150 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:SizeAdaptiveLayout
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DSpace.java89 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Space
/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
H A DGradientsActivity.java105 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:GradientsActivity.BitmapView
106 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
130 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:GradientsActivity.GradientView
131 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
155 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:GradientsActivity.RadialGradientView
156 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
179 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:GradientsActivity.SweepGradientView
180 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DDisplayListLayersActivity.java120 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DisplayListLayersActivity.LayerView
/frameworks/base/core/tests/coretests/src/android/widget/
H A DLabelView.java120 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:LabelView
H A DListViewTest.java123 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ListViewTest.MockView
124 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DIconMerger.java54 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:IconMerger
55 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DQuickSettingsContainerView.java62 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:QuickSettingsContainerView
/frameworks/base/core/java/android/view/
H A DViewStub.java200 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ViewStub
/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/core/java/android/app/
H A DFragmentBreadCrumbs.java223 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:FragmentBreadCrumbs
/frameworks/base/core/java/android/webkit/
H A DHTML5VideoFullScreen.java48 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:HTML5VideoFullScreen.VideoSurfaceView
234 // This will trigger the onMeasure to get the display size right.
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItemView.java254 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ActionMenuItemView
266 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
276 super.onMeasure(MeasureSpec.makeMeasureSpec(targetWidth, MeasureSpec.EXACTLY),
H A DListMenuItemView.java223 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ListMenuItemView
232 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/core/tests/coretests/src/android/util/
H A DInternalSelectionView.java105 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:InternalSelectionView

Completed in 359 milliseconds

1234