Searched refs:onLayout (Results 76 - 100 of 146) sorted by relevance

123456

/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java429 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:IconMenuView
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java382 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActionBarContextView
H A DActionBarOverlayLayout.java468 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ActionBarOverlayLayout
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java272 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:PrintContentView
/frameworks/support/core-ui/java/android/support/v4/view/
H A DPagerTitleStrip.java464 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:PagerTitleStrip
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionBarContextView.java320 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActionBarContextView
H A DSwitchCompat.java1078 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SwitchCompat
1079 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/android/widget/
H A DGallery.java360 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:Gallery
361 super.onLayout(changed, l, t, r, b);
H A DSpinner.java603 * @see android.view.View#onLayout(boolean,int,int,int,int)
609 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:Spinner
610 super.onLayout(changed, l, t, r, b);
H A DSwitch.java1090 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:Switch
1091 super.onLayout(changed, left, top, right, bottom);
H A DActivityChooserView.java476 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ActivityChooserView
H A DAdapterViewAnimator.java760 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:AdapterViewAnimator
H A DSlidingDrawer.java333 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SlidingDrawer
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java312 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TaskViewHeader
313 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java655 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ActivatableNotificationView
656 super.onLayout(changed, left, top, right, bottom);
H A DNotificationContentView.java271 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:NotificationContentView
276 super.onLayout(changed, left, top, right, bottom);
H A DSignalClusterView.java241 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SignalClusterView
242 super.onLayout(changed, l, t, r, b);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java714 protected void onLayout (boolean changed, int left, int top, int right, int bottom) { method in class:PanelView
715 super.onLayout(changed, left, top, right, bottom);
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java722 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:PhotoView
723 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/design/src/android/support/design/widget/
H A DAppBarLayout.java225 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:AppBarLayout
226 super.onLayout(changed, l, t, r, b);
H A DCollapsingToolbarLayout.java413 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:CollapsingToolbarLayout
414 super.onLayout(changed, left, top, right, bottom);
H A DTextInputLayout.java1263 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TextInputLayout
1264 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/tests/coretests/src/android/print/
H A DIPrintManagerParametersTest.java93 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java527 protected void onLayout (boolean changed, int left, int top, int right, int bottom) { method in class:DessertCaseView.RescalingContainer
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java415 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:BaseCardView

Completed in 3985 milliseconds

123456