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

1234567

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DGridItemThumbnail.java40 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:GridItemThumbnail
48 super.onMeasure(widthMeasureSpec, widthMeasureSpec);
/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 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 DButtonBarLayout.java69 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ButtonBarLayout
96 super.onMeasure(initialWidthMeasureSpec, heightMeasureSpec);
110 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/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);
H A DAppCompatRatingBar.java55 protected synchronized void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AppCompatRatingBar
56 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DButtonBarLayout.java66 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ButtonBarLayout
87 super.onMeasure(initialWidthMeasureSpec, heightMeasureSpec);
113 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/support/percent/src/android/support/percent/
H A DPercentRelativeLayout.java103 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:PercentRelativeLayout
105 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
107 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DPercentFrameLayout.java103 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:PercentFrameLayout
105 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
107 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/packages/SystemUI/src/com/android/systemui/recents/views/
H A DFixedSizeFrameLayout.java52 protected final void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:FixedSizeFrameLayout
82 super.onMeasure(MeasureSpec.makeMeasureSpec(width, MeasureSpec.AT_MOST),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DIconMerger.java66 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:IconMerger
67 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/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);
/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/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentWithAspectRatioTest.java77 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:BaseWrapContentWithAspectRatioTest.LoggingView
78 mBehavior.onMeasure(this, widthMeasureSpec, heightMeasureSpec);
112 public void onMeasure(LoggingView view, int wSpec, method in class:BaseWrapContentWithAspectRatioTest.AspectRatioMeasureBehavior
114 super.onMeasure(view, wSpec, hSpec);
150 public void onMeasure(LoggingView view, int wSpec, int hSpec) { method in class:BaseWrapContentWithAspectRatioTest.MeasureBehavior
H A DWrapContentBasicTest.java79 mRecyclerView.onMeasure(WRAP, WRAP);
80 mRecyclerView.onMeasure(WRAP, WRAP);
89 mRecyclerView.onMeasure(WRAP, WRAP);
90 mRecyclerView.onMeasure(WRAP, WRAP);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DAutoSizingList.java60 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AutoSizingList
69 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/
H A DStickyHeaderRecyclerView.java75 protected void onMeasure(int widthSpec, int heightSpec) { method in class:StickyHeaderRecyclerView
76 super.onMeasure(widthSpec, heightSpec);
/frameworks/base/core/java/android/widget/
H A DSpace.java95 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Space
/frameworks/support/v4/java/android/support/v4/widget/
H A DSpace.java79 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Space

Completed in 2517 milliseconds

1234567