Searched defs:dependsOn (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/design/tests/src/android/support/design/widget/
H A DCoordinatorLayoutTest.java150 assertThat(dependsOn(lpDodgeLeft, lpInsetLeft, col, a, b), is(true));
151 assertThat(dependsOn(lpDodgeLeft, lpInsetRight, col, a, b), is(false));
152 assertThat(dependsOn(lpDodgeLeft, lpInsetTop, col, a, b), is(false));
153 assertThat(dependsOn(lpDodgeLeft, lpInsetBottom, col, a, b), is(false));
155 assertThat(dependsOn(lpDodgeLeftAndTop, lpInsetLeft, col, a, b), is(true));
156 assertThat(dependsOn(lpDodgeLeftAndTop, lpInsetRight, col, a, b), is(false));
157 assertThat(dependsOn(lpDodgeLeftAndTop, lpInsetTop, col, a, b), is(true));
158 assertThat(dependsOn(lpDodgeLeftAndTop, lpInsetBottom, col, a, b), is(false));
160 assertThat(dependsOn(lpDodgeAll, lpInsetLeft, col, a, b), is(true));
161 assertThat(dependsOn(lpDodgeAl
168 private static boolean dependsOn(CoordinatorLayout.LayoutParams lpChild, method in class:CoordinatorLayoutTest
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java650 if (otherLp.dependsOn(this, other, view)) {
2757 boolean dependsOn(CoordinatorLayout parent, View child, View dependency) { method in class:CoordinatorLayout.LayoutParams

Completed in 98 milliseconds