Searched refs:onMeasure (Results 76 - 100 of 178) sorted by relevance

12345678

/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLinearLayout.java86 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:MessagingLinearLayout
H A DDecorCaptionView.java282 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DecorCaptionView
H A DSubtitleView.java219 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:SubtitleView
H A DWatchListDecorLayout.java159 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:WatchListDecorLayout
/frameworks/base/core/tests/coretests/src/android/util/
H A DInternalSelectionView.java105 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:InternalSelectionView
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPseudoGridView.java67 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:PseudoGridView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java53 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ExpandableView
H A DKeyboardShortcutKeysLayout.java45 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:KeyboardShortcutKeysLayout
/frameworks/base/core/java/android/widget/
H A DActionMenuView.java140 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ActionMenuView
167 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DAbsSpinner.java166 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AbsSpinner
H A DTableRow.java111 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:TableRow
H A DSearchView.java782 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:SearchView
785 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
827 super.onMeasure(MeasureSpec.makeMeasureSpec(width, widthMode),
H A DDayPickerView.java189 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:DayPickerView
H A DFrameLayout.java170 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:FrameLayout
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialPickerLayout.java147 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:RadialPickerLayout
154 super.onMeasure(MeasureSpec.makeMeasureSpec(minDimension, widthMode),
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionMenuView.java145 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ActionMenuView
172 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DAppCompatSpinner.java418 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:AppCompatSpinner
419 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/core/java/android/app/
H A DFragmentBreadCrumbs.java242 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:FragmentBreadCrumbs
H A DMediaRouteButton.java328 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:MediaRouteButton
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java375 public void onMeasure(int widthMeasureSpec, int heightMeasureSpec); method in interface:WebViewProvider.ViewDelegate
H A DWebView.java1232 * and onMeasure() will return 0 if MeasureSpec is not MeasureSpec.EXACTLY.
2607 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:WebView
2608 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
2609 mProvider.getViewDelegate().onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipper.java191 protected void onMeasure(int widthSpec, int heightSpec) { method in class:KeyguardSecurityViewFlipper
195 Log.w(TAG, "onMeasure: widthSpec " + MeasureSpec.toString(widthSpec) +
199 Log.w(TAG, "onMeasure: heightSpec " + MeasureSpec.toString(heightSpec) +
/frameworks/support/design/src/android/support/design/internal/
H A DBottomNavigationMenuView.java107 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:BottomNavigationMenuView
/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/base/core/java/android/view/
H A DNotificationHeaderView.java131 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:NotificationHeaderView

Completed in 549 milliseconds

12345678