Home
last modified time | relevance | path

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

/external/setupdesign/main/src/com/google/android/setupdesign/
DSetupWizardListLayout.java87 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()
DGlifListLayout.java75 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()
DSetupWizardRecyclerLayout.java72 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()
DGlifRecyclerLayout.java76 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/
DBottomScrollView.java77 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()
DStickyHeaderScrollView.java64 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()
DStickyHeaderRecyclerView.java61 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()
DStickyHeaderListView.java89 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()
DIllustration.java150 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/
DNetworkImageView.java256 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/
DPercentFrameLayout.java74 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/
DListMixin.java104 public void onLayout() { in onLayout() method in ListMixin
DRecyclerMixin.java161 public void onLayout() { in onLayout() method in RecyclerMixin
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowViewTest.java109 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/
DSurfaceViewRenderer.java362 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/
DShadowView.java174 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ShadowView