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

1234567

/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/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java126 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:PrintOptionsLayout
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DCustomLayout.java40 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:CustomLayout
/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/design/src/android/support/design/internal/
H A DBaselineLayout.java84 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:BaselineLayout
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidanceStylingRelativeLayout.java17 * fragment transition. To avoid that, we do that in the onLayout pass.
44 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:GuidanceStylingRelativeLayout
45 super.onLayout(changed, l, t, r, b);
H A DGuidedActionsRelativeLayout.java67 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:GuidedActionsRelativeLayout
68 super.onLayout(changed, l, t, r, b);
/frameworks/support/v17/preference-leanback/api21/android/support/v17/internal/widget/
H A DOutlineOnlyWithChildrenFrameLayout.java62 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:OutlineOnlyWithChildrenFrameLayout
63 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/com/android/internal/widget/
H A DAlertDialogLayout.java272 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:AlertDialogLayout
H A DMessagingLinearLayout.java209 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:MessagingLinearLayout
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DActionBarContainerTest.java93 protected void onLayout(boolean changed, int l, int t, int r, int b) {} method in class:ActionBarContainerTest.TestViewGroup
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DFixedSizeFrameLayout.java58 protected final void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:FixedSizeFrameLayout
90 super.onLayout(changed, bounds.left, bounds.top, bounds.right, bounds.bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DMinimizedDockShadow.java82 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:MinimizedDockShadow
83 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/tools/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 " +
H A DThemePreviewLayout.java171 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ThemePreviewLayout
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/
H A DStickyHeaderRecyclerView.java60 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:StickyHeaderRecyclerView
61 super.onLayout(changed, l, t, r, b);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
H A DListMixin.java100 * should be called when {@link View#onLayout(boolean, int, int, int, int)} of the template
103 public void onLayout() { method in class:ListMixin
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DBottomScrollView.java70 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:BottomScrollView
71 super.onLayout(changed, l, t, r, b);
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 DStickyHeaderScrollView.java63 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:StickyHeaderScrollView
64 super.onLayout(changed, l, t, r, b);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAlertDialogLayout.java263 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:AlertDialogLayout
/frameworks/base/core/java/android/view/
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 DAbsoluteLayout.java110 protected void onLayout(boolean changed, int l, int t, method in class:AbsoluteLayout

Completed in 2371 milliseconds

1234567