Searched refs:onMeasure (Results 1 - 25 of 153) sorted by relevance

1234567

/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 DButtonBarLayout.java57 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ButtonBarLayout
84 super.onMeasure(initialWidthMeasureSpec, heightMeasureSpec);
98 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);
H A DPreferenceImageView.java46 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:PreferenceImageView
67 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DDrawingSpace.java71 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DrawingSpace
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DDialogTitle.java48 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DialogTitle
49 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
72 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/support/percent/src/android/support/percent/
H A DPercentFrameLayout.java86 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:PercentFrameLayout
88 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
90 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DPercentRelativeLayout.java86 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:PercentRelativeLayout
88 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
90 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DIconMerger.java49 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:IconMerger
50 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A DVerticalSeekBar.java47 protected synchronized void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:VerticalSeekBar
48 super.onMeasure(heightMeasureSpec, widthMeasureSpec);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
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 DTextPathActivity.java52 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:TextPathActivity.CustomTextView
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DControlBar.java66 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ControlBar
67 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DResizingTextView.java196 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ResizingTextView
211 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
264 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DScaleFrameLayout.java152 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ScaleFrameLayout
158 super.onMeasure(scaledWidthMeasureSpec, scaledHeightMeasureSpec);
162 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/support/v7/preference/src/android/support/v7/internal/widget/
H A DPreferenceImageView.java83 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:PreferenceImageView
104 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/core/java/android/widget/
H A DSpace.java95 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Space
H A DRatingBar.java280 protected synchronized void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:RatingBar
281 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/support/v4/java/android/support/v4/widget/
H A DSpace.java79 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Space
H A DCircleImageView.java83 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:CircleImageView
84 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/core/tests/coretests/src/android/widget/
H A DListViewTest.java123 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ListViewTest.MockView
124 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DLabelView.java120 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:LabelView
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DNumPadKey.java129 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:NumPadKey
130 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSignalTileView.java71 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:SignalTileView
72 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSpeedBumpView.java68 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:SpeedBumpView

Completed in 1731 milliseconds

1234567