Home
last modified time | relevance | path

Searched refs:onLayout (Results 1 – 25 of 208) sorted by relevance

123456789

/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
DBaseCardViewTest.java89 View.OnLayoutChangeListener onLayout = Mockito.mock(View.OnLayoutChangeListener.class); in infoOver_InfoVisibleAlways() local
90 info.addOnLayoutChangeListener(onLayout); in infoOver_InfoVisibleAlways()
97 verifyLayoutTimes(onLayout, 1); in infoOver_InfoVisibleAlways()
104 verifyLayoutTimes(onLayout, 1); in infoOver_InfoVisibleAlways()
111 verifyLayoutTimes(onLayout, 1); in infoOver_InfoVisibleAlways()
118 verifyLayoutTimes(onLayout, 1); in infoOver_InfoVisibleAlways()
125 verifyLayoutTimes(onLayout, 1); in infoOver_InfoVisibleAlways()
136 View.OnLayoutChangeListener onLayout = Mockito.mock(View.OnLayoutChangeListener.class); in infoUnder_InfoVisibleAlways() local
137 info.addOnLayoutChangeListener(onLayout); in infoUnder_InfoVisibleAlways()
144 verifyLayoutTimes(onLayout, 1); in infoUnder_InfoVisibleAlways()
[all …]
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DSetupWizardListLayout.java90 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in SetupWizardListLayout
91 super.onLayout(changed, left, top, right, bottom); in onLayout()
92 mListMixin.onLayout(); in onLayout()
DGlifListLayout.java82 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in GlifListLayout
83 super.onLayout(changed, left, top, right, bottom); in onLayout()
84 mListMixin.onLayout(); in onLayout()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/
DSetupWizardRecyclerLayout.java76 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in SetupWizardRecyclerLayout
77 super.onLayout(changed, left, top, right, bottom); in onLayout()
78 mRecyclerMixin.onLayout(); in onLayout()
DGlifRecyclerLayout.java77 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in GlifRecyclerLayout
78 super.onLayout(changed, left, top, right, bottom); in onLayout()
79 mRecyclerMixin.onLayout(); in onLayout()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DBottomScrollView.java70 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in BottomScrollView
71 super.onLayout(changed, l, t, r, b); in onLayout()
DStickyHeaderScrollView.java63 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in StickyHeaderScrollView
64 super.onLayout(changed, l, t, r, b); in onLayout()
DStickyHeaderListView.java88 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in StickyHeaderListView
89 super.onLayout(changed, l, t, r, b); in onLayout()
/frameworks/support/v17/preference-leanback/api21/android/support/v17/internal/widget/
DOutlineOnlyWithChildrenFrameLayout.java62 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in OutlineOnlyWithChildrenFrameLayout
63 super.onLayout(changed, left, top, right, bottom); in onLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DFixedSizeFrameLayout.java58 protected final void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in FixedSizeFrameLayout
90 super.onLayout(changed, bounds.left, bounds.top, bounds.right, bounds.bottom); in layoutContents()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStackScrollerDecorView.java48 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in StackScrollerDecorView
49 super.onLayout(changed, left, top, right, bottom); in onLayout()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGuidedActionsRelativeLayout.java67 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in GuidedActionsRelativeLayout
68 super.onLayout(changed, l, t, r, b); in onLayout()
DNonOverlappingLinearLayout.java62 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in NonOverlappingLinearLayout
75 super.onLayout(changed, l, t, r, b); in onLayout()
DGuidanceStylingRelativeLayout.java44 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in GuidanceStylingRelativeLayout
45 super.onLayout(changed, l, t, r, b); in onLayout()
DNonOverlappingLinearLayoutWithForeground.java108 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in NonOverlappingLinearLayoutWithForeground
109 super.onLayout(changed, left, top, right, bottom); in onLayout()
/frameworks/support/percent/src/android/support/percent/
DPercentRelativeLayout.java165 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in PercentRelativeLayout
166 super.onLayout(changed, left, top, right, bottom); in onLayout()
DPercentFrameLayout.java166 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in PercentFrameLayout
167 super.onLayout(changed, left, top, right, bottom); in onLayout()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseWrapContentWithAspectRatioTest.java82 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in BaseWrapContentWithAspectRatioTest.LoggingView
83 super.onLayout(changed, left, top, right, bottom); in onLayout()
84 mBehavior.onLayout(changed, left, top, right, bottom); in onLayout()
177 public void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in BaseWrapContentWithAspectRatioTest.MeasureBehavior
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DMinimizedDockShadow.java82 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in MinimizedDockShadow
83 super.onLayout(changed, left, top, right, bottom); in onLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSContainerImpl.java91 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in QSContainerImpl
92 super.onLayout(changed, left, top, right, bottom); in onLayout()
DSignalTileView.java87 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in SignalTileView
88 super.onLayout(changed, l, t, r, b); in onLayout()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatTextView.java176 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in AppCompatTextView
177 super.onLayout(changed, left, top, right, bottom); in onLayout()
179 mTextHelper.onLayout(changed, left, top, right, bottom); in onLayout()
DAppCompatButton.java185 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in AppCompatButton
186 super.onLayout(changed, left, top, right, bottom); in onLayout()
188 mTextHelper.onLayout(changed, left, top, right, bottom); in onLayout()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
DStickyHeaderRecyclerView.java60 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in StickyHeaderRecyclerView
61 super.onLayout(changed, l, t, r, b); in onLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNearestTouchFrame.java64 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
65 super.onLayout(changed, left, top, right, bottom);

123456789