Searched refs:onLayout (Results 26 - 50 of 194) sorted by relevance

12345678

/frameworks/support/media-widget/src/main/java/androidx/media/widget/
H A DSubtitleView.java117 public void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SubtitleView
118 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/percent/src/main/java/androidx/percentlayout/widget/
H A DPercentFrameLayout.java168 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:PercentFrameLayout
169 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupAttributesTest.java34 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ViewGroupAttributesTest.MyViewGroup
/frameworks/base/core/java/com/android/internal/widget/
H A DMediaNotificationView.java117 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:MediaNotificationView
118 super.onLayout(changed, left, top, right, bottom);
H A DMessagingImageMessage.java219 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:MessagingImageMessage
220 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSignalTileView.java93 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SignalTileView
94 super.onLayout(changed, l, t, r, b);
H A DQSContainerImpl.java122 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:QSContainerImpl
123 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNearestTouchFrame.java64 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:NearestTouchFrame
65 super.onLayout(changed, left, top, right, bottom);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStickyHeaderListView.java88 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:StickyHeaderListView
89 super.onLayout(changed, l, t, r, b);
H A DIllustration.java152 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:Illustration
175 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DActionBarContainerTest.java91 protected void onLayout(boolean changed, int l, int t, int r, int b) {} method in class:ActionBarContainerTest.TestViewGroup
/frameworks/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
H A DErrorCatcher.java83 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ErrorCatcher
90 Bridge.getLog().warning(LayoutLog.TAG_BROKEN, "Failed to do onLayout for view " +
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DBaseWrapContentWithAspectRatioTest.java84 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:BaseWrapContentWithAspectRatioTest.LoggingView
85 super.onLayout(changed, left, top, right, bottom);
86 mBehavior.onLayout(changed, left, top, right, bottom);
179 public void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:BaseWrapContentWithAspectRatioTest.MeasureBehavior
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DAppCompatButton.java184 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:AppCompatButton
185 super.onLayout(changed, left, top, right, bottom);
187 mTextHelper.onLayout(changed, left, top, right, bottom);
H A DAppCompatTextView.java182 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:AppCompatTextView
183 super.onLayout(changed, left, top, right, bottom);
185 mTextHelper.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/android/print/
H A DPrintFileDocumentAdapter.java82 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, method in class:PrintFileDocumentAdapter
/frameworks/base/core/java/android/widget/
H A DMediaControlView2.java215 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:MediaControlView2
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DFlowLayout.java91 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:FlowLayout
/frameworks/support/media/src/main/java/androidx/media/subtitle/
H A DClosedCaptionWidget.java134 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ClosedCaptionWidget
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java252 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:IconMenuItemView
253 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/media/java/android/media/update/
H A DViewGroupHelper.java93 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ViewGroupHelper
301 ViewGroupHelper.this.onLayout(changed, left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DHeadsUpStatusBarView.java138 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:HeadsUpStatusBarView
139 super.onLayout(changed, l, t, r, b);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DShadowOverlayContainer.java314 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ShadowOverlayContainer
315 super.onLayout(changed, l, t, r, b);
H A DThumbsBar.java236 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ThumbsBar
237 super.onLayout(changed, l, t, r, b);
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
H A DDrawerInteractionTest.java170 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:DrawerInteractionTest.TestDrawerLayout
171 super.onLayout(changed, left, top, right, bottom);

Completed in 516 milliseconds

12345678