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

12345678

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
H A DBaseCardViewTest.java89 View.OnLayoutChangeListener onLayout = Mockito.mock(View.OnLayoutChangeListener.class);
90 info.addOnLayoutChangeListener(onLayout);
97 verifyLayoutTimes(onLayout, 1);
104 verifyLayoutTimes(onLayout, 1);
111 verifyLayoutTimes(onLayout, 1);
118 verifyLayoutTimes(onLayout, 1);
125 verifyLayoutTimes(onLayout, 1);
136 View.OnLayoutChangeListener onLayout = Mockito.mock(View.OnLayoutChangeListener.class);
137 info.addOnLayoutChangeListener(onLayout);
144 verifyLayoutTimes(onLayout,
[all...]
/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...]
/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 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/compat/src/androidTest/java/androidx/core/widget/
H A DTestContentView.java66 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TestContentView
67 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/gridlayout/src/androidTest/java/androidx/gridlayout/widget/
H A DTestContentView.java66 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TestContentView
67 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/leanback-preference/api21/androidx/leanback/preference/internal/
H A DOutlineOnlyWithChildrenFrameLayout.java63 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:OutlineOnlyWithChildrenFrameLayout
64 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DTestContentView.java71 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TestContentView
72 super.onLayout(changed, left, top, right, bottom);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifListLayout.java82 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:GlifListLayout
83 super.onLayout(changed, left, top, right, bottom);
84 mListMixin.onLayout();
H A DSetupWizardListLayout.java90 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SetupWizardListLayout
91 super.onLayout(changed, left, top, right, bottom);
92 mListMixin.onLayout();
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/phone/
H A DNavGesture.java44 public void onLayout(boolean changed, int left, int top, int right, int bottom); method in interface:NavGesture.GestureHelper
/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/support/leanback/src/main/java/androidx/leanback/widget/
H A DGuidedActionsRelativeLayout.java68 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:GuidedActionsRelativeLayout
69 super.onLayout(changed, l, t, r, b);
H A DNonOverlappingLinearLayout.java63 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:NonOverlappingLinearLayout
76 super.onLayout(changed, l, t, r, b);
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.java108 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:NonOverlappingLinearLayoutWithForeground
109 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/percent/src/main/java/androidx/percentlayout/widget/
H A DPercentRelativeLayout.java165 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:PercentRelativeLayout
166 super.onLayout(changed, left, top, right, bottom);
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/
H A DGlifRecyclerLayout.java77 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:GlifRecyclerLayout
78 super.onLayout(changed, left, top, right, bottom);
79 mRecyclerMixin.onLayout();
H A DSetupWizardRecyclerLayout.java76 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SetupWizardRecyclerLayout
77 super.onLayout(changed, left, top, right, bottom);
78 mRecyclerMixin.onLayout();
/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/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/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStackScrollerDecorView.java64 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:StackScrollerDecorView
65 super.onLayout(changed, left, top, right, bottom);
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/test/widgets/
H A DHookWidget.java108 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:HookWidget
110 super.onLayout(changed, left, top, right, bottom);
/frameworks/opt/setupwizard/library/recyclerview/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);

Completed in 426 milliseconds

12345678