Searched defs:onMeasure (Results 1 - 25 of 216) sorted by path

123456789

/frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
H A DClosedCaptionRenderer.java208 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ClosedCaptionWidget
209 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
1300 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Cea608CCWidget.CCLineBox
1315 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
1447 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Cea608CCWidget.CCLayout
1448 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
H A DMediaRouteButton.java439 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:MediaRouteButton
/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/app/
H A DFragmentBreadCrumbs.java245 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:FragmentBreadCrumbs
H A DMediaRouteButton.java279 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:MediaRouteButton
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java596 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:KeyboardView
/frameworks/base/core/java/android/view/
H A DNotificationHeaderView.java125 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:NotificationHeaderView
H A DSurfaceView.java331 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:SurfaceView
H A DView.java230 * <td><code>{@link #onMeasure(int, int)}</code></td>
4818 // Older apps expect onMeasure() to always be called on a layout pass, regardless
17810 * before or after {@link #onMeasure(int, int)}.
18053 * {@link #onMeasure(int, int)}.
20659 onMeasure(mOldWidthMeasureSpec, mOldHeightMeasureSpec);
23120 * {@link #onMeasure(int, int)}, called by this method. Therefore, only
23121 * {@link #onMeasure(int, int)} can and must be overridden by subclasses.
23130 * @see #onMeasure(int, int)
23169 onMeasure(widthMeasureSpec, heightMeasureSpec);
23182 + getClass().getName() + "#onMeasure() di
23243 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:View
[all...]
H A DViewStub.java212 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ViewStub
/frameworks/base/core/java/android/webkit/
H A DWebView.java1309 * and onMeasure() will return 0 if MeasureSpec is not MeasureSpec.EXACTLY.
3064 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:WebView
3065 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
3066 mProvider.getViewDelegate().onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DWebViewProvider.java411 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec); method in interface:WebViewProvider.ViewDelegate
/frameworks/base/core/java/android/widget/
H A DAbsListView.java358 * Subclasses must retain their measure spec from onMeasure() into this member
2126 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AbsListView
H A DAbsSeekBar.java744 protected synchronized void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AbsSeekBar
H A DAbsSpinner.java176 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AbsSpinner
H A DAbsoluteLayout.java59 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AbsoluteLayout
H A DActionMenuView.java141 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ActionMenuView
168 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DActivityChooserView.java465 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ActivityChooserView
H A DAdapterViewAnimator.java693 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AdapterViewAnimator
H A DAnalogClock.java145 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AnalogClock
H A DCalendarViewLegacyDelegate.java1571 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:CalendarViewLegacyDelegate.WeekView
H A DDayPickerView.java190 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DayPickerView
H A DDayPickerViewPager.java53 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DayPickerViewPager

Completed in 398 milliseconds

123456789