Searched refs:onMeasure (Results 1 - 25 of 106) sorted by path

12345

/frameworks/base/core/java/android/app/
H A DFragmentBreadCrumbs.java223 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:FragmentBreadCrumbs
H A DMediaRouteButton.java331 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:MediaRouteButton
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java585 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:KeyboardView
/frameworks/base/core/java/android/view/
H A DSurfaceView.java280 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:SurfaceView
H A DView.java189 * <td><code>{@link #onMeasure(int, int)}</code></td>
3450 // Older apps expect onMeasure() to always be called on a layout pass, regardless
12084 * before or after {@link #onMeasure(int, int)}.
12296 * {@link #onMeasure(int, int)}.
14772 onMeasure(mOldWidthMeasureSpec, mOldHeightMeasureSpec);
16419 * {@link #onMeasure(int, int)}, called by this method. Therefore, only
16420 * {@link #onMeasure(int, int)} can and must be overridden by subclasses.
16429 * @see #onMeasure(int, int)
16458 onMeasure(widthMeasureSpec, heightMeasureSpec);
16470 throw new IllegalStateException("onMeasure() di
16531 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:View
[all...]
H A DViewStub.java200 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ViewStub
/frameworks/base/core/java/android/webkit/
H A DWebView.java1044 * and onMeasure() will return 0 if MeasureSpec is not MeasureSpec.EXACTLY.
2320 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:WebView
2321 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
2322 mProvider.getViewDelegate().onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DWebViewProvider.java351 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec); method in interface:WebViewProvider.ViewDelegate
/frameworks/base/core/java/android/widget/
H A DAbsListView.java345 * Subclasses must retain their measure spec from onMeasure() into this member
2050 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AbsListView
H A DAbsSeekBar.java338 protected synchronized void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AbsSeekBar
H A DAbsSpinner.java165 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AbsSpinner
H A DAbsoluteLayout.java56 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AbsoluteLayout
H A DActivityChooserView.java440 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ActivityChooserView
H A DAdapterViewAnimator.java691 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AdapterViewAnimator
H A DAnalogClock.java134 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AnalogClock
H A DCalendarView.java1855 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:CalendarView.WeekView
H A DEditor.java3079 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Editor.HandleView
H A DFrameLayout.java295 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:FrameLayout
H A DGridLayout.java1036 protected void onMeasure(int widthSpec, int heightSpec) { method in class:GridLayout
H A DGridView.java1017 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:GridView
1019 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DHorizontalScrollView.java305 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:HorizontalScrollView
306 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DImageView.java759 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ImageView
H A DLinearLayout.java586 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:LinearLayout
628 * @see #onMeasure(int, int)
956 * @see #onMeasure(int, int)
H A DListView.java1131 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ListView
1133 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DNumberPicker.java754 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:NumberPicker
756 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
762 super.onMeasure(newWidthMeasureSpec, newHeightMeasureSpec);

Completed in 279 milliseconds

12345