/external/setupdesign/main/src/com/google/android/setupdesign/ |
D | SetupWizardListLayout.java | 91 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in SetupWizardListLayout 92 super.onLayout(changed, left, top, right, bottom); in onLayout() 93 listMixin.onLayout(); in onLayout()
|
D | GlifListLayout.java | 85 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in GlifListLayout 86 super.onLayout(changed, left, top, right, bottom); in onLayout() 87 listMixin.onLayout(); in onLayout()
|
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 recyclerMixin.onLayout(); in onLayout()
|
D | GlifRecyclerLayout.java | 86 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in GlifRecyclerLayout 87 super.onLayout(changed, left, top, right, bottom); in onLayout() 88 recyclerMixin.onLayout(); in onLayout()
|
/external/setupdesign/main/src/com/google/android/setupdesign/view/ |
D | BottomScrollView.java | 76 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in BottomScrollView 77 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | StickyHeaderScrollView.java | 64 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in StickyHeaderScrollView 65 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | StickyHeaderRecyclerView.java | 61 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in StickyHeaderRecyclerView 62 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | StickyHeaderListView.java | 93 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in StickyHeaderListView 94 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | Illustration.java | 154 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in Illustration 184 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/external/volley/src/main/java/com/android/volley/toolbox/ |
D | NetworkImageView.java | 309 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in NetworkImageView 310 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/ |
D | LottieFontViewGroup.kt | 87 override fun onLayout(changed: Boolean, left: Int, top: Int, right: Int, bottom: Int) { in onLayout() method
|
/external/setupdesign/main/src/com/google/android/setupdesign/template/ |
D | ListMixin.java | 145 public void onLayout() { in onLayout() method in ListMixin
|
D | RecyclerMixin.java | 205 public void onLayout() { in onLayout() method in RecyclerMixin
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowViewTest.java | 110 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in layout_shouldCallOnLayoutOnlyIfChanged() 718 view.onLayout(true, 1, 2, 3, 4); in canAssertThatSuperDotOnLayoutWasCalledFromViewSubclasses() 805 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ShadowViewTest.TestView2 806 super.onLayout(changed, l, t, r, b); in onLayout()
|
/external/webrtc/sdk/android/api/org/webrtc/ |
D | SurfaceViewRenderer.java | 199 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in SurfaceViewRenderer
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowView.java | 174 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ShadowView
|
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | DefaultTimeBar.java | 645 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in DefaultTimeBar
|