/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/ |
D | BaseCardViewTest.java | 89 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/ |
D | SetupWizardListLayout.java | 90 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()
|
D | GlifListLayout.java | 82 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/ |
D | SetupWizardRecyclerLayout.java | 76 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()
|
D | GlifRecyclerLayout.java | 77 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/ |
D | BottomScrollView.java | 70 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()
|
D | StickyHeaderScrollView.java | 63 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()
|
D | StickyHeaderListView.java | 88 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/ |
D | OutlineOnlyWithChildrenFrameLayout.java | 62 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/ |
D | FixedSizeFrameLayout.java | 58 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/ |
D | StackScrollerDecorView.java | 48 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/ |
D | GuidedActionsRelativeLayout.java | 67 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()
|
D | NonOverlappingLinearLayout.java | 62 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()
|
D | GuidanceStylingRelativeLayout.java | 44 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()
|
D | NonOverlappingLinearLayoutWithForeground.java | 108 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/ |
D | PercentRelativeLayout.java | 165 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()
|
D | PercentFrameLayout.java | 166 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/ |
D | BaseWrapContentWithAspectRatioTest.java | 82 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/ |
D | MinimizedDockShadow.java | 82 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/ |
D | QSContainerImpl.java | 91 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()
|
D | SignalTileView.java | 87 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/ |
D | AppCompatTextView.java | 176 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()
|
D | AppCompatButton.java | 185 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/ |
D | StickyHeaderRecyclerView.java | 60 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/ |
D | NearestTouchFrame.java | 64 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 65 super.onLayout(changed, left, top, right, bottom);
|