Searched defs:onLayout (Results 1 - 25 of 154) sorted by path

1234567

/frameworks/base/core/java/android/app/
H A DActivityView.java177 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActivityView
H A DFragmentBreadCrumbs.java194 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:FragmentBreadCrumbs
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java246 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:AppWidgetHostView
248 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/android/print/
H A DPrintDocumentAdapter.java34 * Next, you will get one or more calls to {@link #onLayout(PrintAttributes,
40 * After every call to {@link #onLayout(PrintAttributes, PrintAttributes,
57 * The {@link #onLayout(PrintAttributes, PrintAttributes, CancellationSignal,
73 * calls to this method without a previous call to {@link #onLayout(PrintAttributes,
96 * content, you can handle {@link #onStart()} and {@link #onLayout(PrintAttributes,
104 * {@link #onLayout(PrintAttributes, PrintAttributes, CancellationSignal,
115 * #onLayout(PrintAttributes, PrintAttributes, CancellationSignal,
118 * @see #onLayout(PrintAttributes, PrintAttributes, CancellationSignal,
186 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, method in class:PrintDocumentAdapter
297 * PrintDocumentAdapter#onLayout(PrintAttribute
[all...]
H A DPrintFileDocumentAdapter.java80 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, method in class:PrintFileDocumentAdapter
/frameworks/base/core/java/android/view/
H A DNotificationHeaderView.java148 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:NotificationHeaderView
H A DView.java232 * <td><code>{@link #onLayout(boolean, int, int, int, int)}</code></td>
19562 * onLayout. In that method, they should
19586 onLayout(changed, l, t, r, b);
19631 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:View
H A DViewGroup.java4858 * Adds a view during layout. This is useful if in your onLayout() method,
4873 * Adds a view during layout. This is useful if in your onLayout() method,
5132 * Removes a view during layout. This is useful if in your onLayout() method,
5146 * Removes a range of views during layout. This is useful if in your onLayout() method,
6061 protected abstract void onLayout(boolean changed, method in class:ViewGroup
H A DViewOverlay.java261 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ViewOverlay.OverlayViewGroup
/frameworks/base/core/java/android/widget/
H A DAbsListView.java2158 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:AbsListView
2159 super.onLayout(changed, l, t, r, b);
2175 // TODO: Move somewhere sane. This doesn't belong in onLayout().
H A DAbsoluteLayout.java110 protected void onLayout(boolean changed, int l, int t, method in class:AbsoluteLayout
H A DActionMenuView.java434 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ActionMenuView
436 super.onLayout(changed, left, top, right, bottom);
H A DActivityChooserView.java479 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ActivityChooserView
H A DAdapterView.java557 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:AdapterView
782 this.onLayout(false, mLeft, mTop, mRight, mBottom);
H A DAdapterViewAnimator.java760 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:AdapterViewAnimator
H A DDayPickerView.java214 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:DayPickerView
H A DFrameLayout.java260 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:FrameLayout
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 DGridLayout.java1117 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:GridLayout
H A DHorizontalScrollView.java1510 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:HorizontalScrollView
H A DLinearLayout.java1542 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:LinearLayout
1556 * @see #onLayout(boolean, int, int, int, int)
1661 * @see #onLayout(boolean, int, int, int, int)
H A DNumberPicker.java776 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:NumberPicker
778 super.onLayout(changed, left, top, right, bottom);
H A DRadialTimePickerView.java645 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:RadialTimePickerView
H A DRelativeLayout.java1070 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:RelativeLayout
H A DScrollView.java1551 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ScrollView
1552 super.onLayout(changed, l, t, r, b);

Completed in 2025 milliseconds

1234567