Searched refs:onLayout (Results 1 - 25 of 146) sorted by relevance

123456

/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/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DBottomScrollView.java71 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:BottomScrollView
72 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);
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);
/frameworks/support/v17/preference-leanback/api21/android/support/v17/internal/widget/
H A DOutlineOnlyWithChildrenFrameLayout.java60 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:OutlineOnlyWithChildrenFrameLayout
61 super.onLayout(changed, left, top, right, bottom);
/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/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/statusbar/
H A DStackScrollerDecorView.java48 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:StackScrollerDecorView
49 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DIconMerger.java74 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:IconMerger
75 super.onLayout(changed, l, t, r, b);
/frameworks/support/percent/src/android/support/percent/
H A DPercentRelativeLayout.java112 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:PercentRelativeLayout
113 super.onLayout(changed, left, top, right, bottom);
H A DPercentFrameLayout.java112 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:PercentFrameLayout
113 super.onLayout(changed, left, top, right, 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/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/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidanceStylingRelativeLayout.java18 * fragment transition. To avoid that, we do that in the onLayout pass.
45 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:GuidanceStylingRelativeLayout
46 super.onLayout(changed, l, t, r, b);
H A DNonOverlappingLinearLayoutWithForeground.java110 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:NonOverlappingLinearLayoutWithForeground
111 super.onLayout(changed, left, top, right, bottom);
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DNetworkImageView.java197 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:NetworkImageView
198 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/packages/SystemUI/src/com/android/systemui/qs/
H A DSignalTileView.java80 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SignalTileView
81 super.onLayout(changed, l, t, r, b);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifListLayout.java98 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:GlifListLayout
99 super.onLayout(changed, left, top, right, bottom);
H A DSetupWizardListLayout.java95 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SetupWizardListLayout
96 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/design/src/android/support/design/internal/
H A DForegroundLinearLayout.java183 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ForegroundLinearLayout
184 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/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 " +
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentWithAspectRatioTest.java82 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:BaseWrapContentWithAspectRatioTest.LoggingView
83 super.onLayout(changed, left, top, right, bottom);
84 mBehavior.onLayout(changed, left, top, right, bottom);
177 public void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:BaseWrapContentWithAspectRatioTest.MeasureBehavior

Completed in 3134 milliseconds

123456