Searched defs:dependsOn (Results 1 - 1 of 1) sorted by last modified time

/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java128 } else if (((LayoutParams) lhs.getLayoutParams()).dependsOn(
131 } else if (((LayoutParams) rhs.getLayoutParams()).dependsOn(
1222 if (b != null && lp.dependsOn(this, child, view)) {
1253 if (b != null && lp.dependsOn(this, child, view)) {
1281 if (lp.dependsOn(this, child, other)) {
1327 if (lp.dependsOn(this, child, other)) {
2469 boolean dependsOn(CoordinatorLayout parent, View child, View dependency) { method in class:CoordinatorLayout.LayoutParams

Completed in 90 milliseconds