Searched refs:onLayout (Results 1 - 25 of 194) sorted by path

12345678

/frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
H A DClosedCaptionRenderer.java214 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ClosedCaptionWidget
1474 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:Cea608CCWidget.CCLayout
/frameworks/av/packages/MediaComponents/src/com/android/widget/
H A DSubtitleView.java116 public void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SubtitleView
117 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/config/
H A Dboot-image-profile.txt4695 HPLandroid/print/PrintDocumentAdapter;->onLayout(Landroid/print/PrintAttributes;Landroid/print/PrintAttributes;Landroid/os/CancellationSignal;Landroid/print/PrintDocumentAdapter$LayoutResultCallback;Landroid/os/Bundle;)V
7462 HPLandroid/widget/GridLayout;->onLayout(ZIIII)V
7602 HPLandroid/widget/NumberPicker;->onLayout(ZIIII)V
10503 HPLcom/android/internal/widget/ActionBarContainer;->onLayout(ZIIII)V
10528 HPLcom/android/internal/widget/ActionBarOverlayLayout;->onLayout(ZIIII)V
[all...]
/frameworks/base/core/java/android/app/
H A DActivityView.java249 public void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActivityView
H A DFragmentBreadCrumbs.java197 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
299 * PrintDocumentAdapter#onLayout(PrintAttribute
[all...]
H A DPrintFileDocumentAdapter.java82 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, method in class:PrintFileDocumentAdapter
H A DPrintManager.java1048 builder.append("PrintDocumentAdapter#onLayout() {\n");
1057 adapter.onLayout(oldAttributes, newAttributes, cancellation,
/frameworks/base/core/java/android/view/
H A DNotificationHeaderView.java178 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:NotificationHeaderView
H A DView.java236 * <td><code>{@link #onLayout(boolean, int, int, int, int)}</code></td>
20648 * onLayout. In that method, they should
20672 onLayout(changed, l, t, r, b);
20760 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:View
[all...]
H A DViewGroup.java4977 * Adds a view during layout. This is useful if in your onLayout() method,
4992 * Adds a view during layout. This is useful if in your onLayout() method,
5268 * Removes a view during layout. This is useful if in your onLayout() method,
5282 * Removes a range of views during layout. This is useful if in your onLayout() method,
6202 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.java2152 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:AbsListView
2153 super.onLayout(changed, l, t, r, b);
2169 // 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.java1123 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.java1563 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:LinearLayout
1577 * @see #onLayout(boolean, int, int, int, int)
1682 * @see #onLayout(boolean, int, int, int, int)

Completed in 383 milliseconds

12345678