Searched defs:onMeasure (Results 176 - 200 of 216) sorted by relevance

123456789

/frameworks/base/core/java/android/widget/
H A DListView.java1269 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ListView
1271 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DProgressBar.java1818 protected synchronized void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ProgressBar
H A DRelativeLayout.java386 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:RelativeLayout
H A DScrollView.java349 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ScrollView
350 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DSearchView.java769 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:SearchView
772 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
814 super.onMeasure(MeasureSpec.makeMeasureSpec(width, widthMode),
H A DStackView.java1179 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:StackView
H A DToolbar.java1570 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Toolbar
H A DGridLayout.java1054 protected void onMeasure(int widthSpec, int heightSpec) { method in class:GridLayout
H A DNumberPicker.java816 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:NumberPicker
818 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
824 super.onMeasure(newWidthMeasureSpec, newHeightMeasureSpec);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java874 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ActionBarView
1495 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ActionBarView.HomeView
H A DFloatingToolbar.java1418 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
1426 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
1566 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:FloatingToolbar.FloatingToolbarPopup.OverflowPanel
1572 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DLockPatternView.java671 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:LockPatternView
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java211 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ClosedCaptionWidget
212 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
1309 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Cea608CCWidget.CCLineBox
1324 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
1456 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Cea608CCWidget.CCLayout
1457 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DWebVttRenderer.java1338 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:WebVttRenderingWidget
1339 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
1753 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:WebVttRenderingWidget.CueLayout
1754 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java1185 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:TaskStackView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java177 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:NotificationContentView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java187 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:NotificationChildrenContainer
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java743 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:PhotoView
745 super.onMeasure(widthMeasureSpec, MeasureSpec.makeMeasureSpec(mFixedHeight,
749 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DNestedScrollView.java555 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:NestedScrollView
556 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/support/media-widget/src/main/java/androidx/media/widget/
H A DMediaControlView2.java503 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:MediaControlView2
504 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
1273 // Set to true to update layout inside onMeasure()
/frameworks/support/slidingpanelayout/src/main/java/androidx/slidingpanelayout/widget/
H A DSlidingPaneLayout.java437 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:SlidingPaneLayout
490 Log.e(TAG, "onMeasure: More than two child views are not supported.");
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
H A DSwipeRefreshLayout.java633 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:SwipeRefreshLayout
634 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DSearchView.java780 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:SearchView
783 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
825 super.onMeasure(MeasureSpec.makeMeasureSpec(width, widthMode),
H A DToolbar.java1570 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:Toolbar
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java411 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec); method in interface:WebViewProvider.ViewDelegate

Completed in 391 milliseconds

123456789