Searched defs:onMeasure (Results 26 - 50 of 216) sorted by relevance

123456789

/frameworks/rs/tests/java_api/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/support/car/src/main/java/androidx/car/widget/
H A DColumnCardView.java84 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ColumnCardView
88 super.onMeasure(
/frameworks/support/preference/src/main/java/androidx/preference/internal/
H A DPreferenceImageView.java90 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:PreferenceImageView
111 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/core/java/com/android/internal/widget/
H A DAlertDialogLayout.java68 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AlertDialogLayout
71 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DButtonBarLayout.java62 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ButtonBarLayout
89 super.onMeasure(initialWidthMeasureSpec, heightMeasureSpec);
103 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DMediaNotificationView.java57 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:MediaNotificationView
62 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
112 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DImageFloatingTextView.java120 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ImageFloatingTextView
128 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
144 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/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.java125 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ListViewTest.MockView
126 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DAutoSizingList.java63 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AutoSizingList
72 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/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/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);
/frameworks/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
H A DErrorCatcher.java53 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ErrorCatcher
63 Bridge.getLog().warning(LayoutLog.TAG_BROKEN, "Failed to do onMeasure for view " +
H A DThemePreviewLayout.java93 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ThemePreviewLayout
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DFillContentLayout.java76 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:FillContentLayout
/frameworks/opt/setupwizard/library/recyclerview/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/support/leanback/src/main/java/androidx/leanback/widget/
H A DGuidedActionsRelativeLayout.java49 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:GuidedActionsRelativeLayout
64 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DAlertDialogLayout.java63 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AlertDialogLayout
66 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DButtonBarLayout.java67 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ButtonBarLayout
94 super.onMeasure(initialWidthMeasureSpec, heightMeasureSpec);
111 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DTestContentView.java66 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:TestContentView
67 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/av/packages/MediaComponents/src/com/android/widget/
H A DVideoSurfaceView.java148 // TODO: Investigate the way to move onMeasure() code into FrameLayout.
150 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:VideoSurfaceView
154 Log.d(TAG, "onMeasure(" + MeasureSpec.toString(widthMeasureSpec) + ", "
188 Log.i(TAG, "end of onMeasure()");
H A DVideoTextureView.java161 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:VideoTextureView
165 Log.d(TAG, "onMeasure(" + MeasureSpec.toString(widthMeasureSpec) + ", "
199 Log.i(TAG, "end of onMeasure()");
/frameworks/base/apct-tests/perftests/core/src/android/widget/
H A DTextViewPrecomputedTextPerfTest.java77 public void onMeasure(int w, int h) { method in class:TextViewPrecomputedTextPerfTest.TestableTextView
78 super.onMeasure(w, h);
276 textView.onMeasure(width, height);
297 textView.onMeasure(width, height);
320 textView.onMeasure(width, height);
344 textView.onMeasure(width, height);
/frameworks/base/core/java/android/widget/
H A DAbsoluteLayout.java59 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AbsoluteLayout
H A DAnalogClock.java145 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AnalogClock

Completed in 480 milliseconds

123456789