Searched defs:dependency (Results 1 – 2 of 2) sorted by relevance
36 public boolean layoutDependsOn(CoordinatorLayout parent, View child, View dependency) { in layoutDependsOn()41 public boolean onDependentViewChanged(CoordinatorLayout parent, View child, View dependency) { in onDependentViewChanged()47 public void onDependentViewRemoved(CoordinatorLayout parent, View child, View dependency) { in onDependentViewRemoved()
110 List<VmsLayer> dependency = new ArrayList<>(); in VmsLayerDependency() local