/external/setupdesign/main/src/com/google/android/setupdesign/ |
D | SetupWizardListLayout.java | 87 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in SetupWizardListLayout 88 super.onLayout(changed, left, top, right, bottom); in onLayout() 89 listMixin.onLayout(); in onLayout()
|
D | GlifListLayout.java | 75 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in GlifListLayout 76 super.onLayout(changed, left, top, right, bottom); in onLayout() 77 listMixin.onLayout(); in onLayout()
|
D | SetupWizardRecyclerLayout.java | 72 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in SetupWizardRecyclerLayout 73 super.onLayout(changed, left, top, right, bottom); in onLayout() 74 recyclerMixin.onLayout(); in onLayout()
|
D | GlifRecyclerLayout.java | 76 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in GlifRecyclerLayout 77 super.onLayout(changed, left, top, right, bottom); in onLayout() 78 recyclerMixin.onLayout(); in onLayout()
|
/external/setupdesign/main/src/com/google/android/setupdesign/view/ |
D | BottomScrollView.java | 77 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in BottomScrollView 78 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 | 89 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in StickyHeaderListView 90 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | Illustration.java | 150 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in Illustration 180 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/external/volley/src/main/java/com/android/volley/toolbox/ |
D | NetworkImageView.java | 256 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in NetworkImageView 257 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | PercentFrameLayout.java | 74 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in PercentFrameLayout
|
/external/setupdesign/main/src/com/google/android/setupdesign/template/ |
D | ListMixin.java | 104 public void onLayout() { in onLayout() method in ListMixin
|
D | RecyclerMixin.java | 161 public void onLayout() { in onLayout() method in RecyclerMixin
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowViewTest.java | 109 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in layout_shouldCallOnLayoutOnlyIfChanged() 717 view.onLayout(true, 1, 2, 3, 4); in canAssertThatSuperDotOnLayoutWasCalledFromViewSubclasses() 804 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ShadowViewTest.TestView2 805 super.onLayout(changed, l, t, r, b); in onLayout()
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | SurfaceViewRenderer.java | 362 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
|