Searched defs:onMeasure (Results 76 - 100 of 216) sorted by relevance

123456789

/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
H A DCircleImageView.java83 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:CircleImageView
84 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DContentFrameLayout.java98 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ContentFrameLayout
143 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
170 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DViewStubCompat.java148 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ViewStubCompat
/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/view/
H A DViewStub.java212 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ViewStub
/frameworks/base/core/java/android/widget/
H A DFrameLayout.java170 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:FrameLayout
H A DRatingBar.java286 protected synchronized void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:RatingBar
287 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java301 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ActionBarContextView
H A DMessagingImageMessage.java210 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:MessagingImageMessage
211 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DMessagingLinearLayout.java69 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:MessagingLinearLayout
H A DSubtitleView.java219 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:SubtitleView
/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/keyguard/
H A DKeyguardSecurityViewFlipper.java200 protected void onMeasure(int widthSpec, int heightSpec) { method in class:KeyguardSecurityViewFlipper
204 Log.w(TAG, "onMeasure: widthSpec " + MeasureSpec.toString(widthSpec) +
208 Log.w(TAG, "onMeasure: heightSpec " + MeasureSpec.toString(heightSpec) +
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPageIndicator.java194 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:PageIndicator
197 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DQSContainerImpl.java102 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:QSContainerImpl
112 super.onMeasure(MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY),
H A DQuickQSPanel.java304 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:QuickQSPanel.HeaderTileLayout
305 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DTileLayout.java94 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:TileLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSIconViewImpl.java72 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:QSIconViewImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DHeadsUpStatusBarView.java95 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:HeadsUpStatusBarView
101 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusIconContainer.java140 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:StatusIconContainer
247 // Allow room for underflow if we found we need it in onMeasure
/frameworks/support/cardview/src/main/java/androidx/cardview/widget/
H A DCardView.java231 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:CardView
258 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
260 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DResizingTextView.java195 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ResizingTextView
210 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
263 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
H A DThumbsBar.java220 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:ThumbsBar
221 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
H A DGridRowView.java145 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { method in class:GridRowView
149 super.onMeasure(widthMeasureSpec, heightMeasureSpec);

Completed in 429 milliseconds

123456789