Home
last modified time | relevance | path

Searched defs:dependency (Results 1 – 6 of 6) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/widget/toast/
DSnackbarSlidingBehavior.java36 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()
DSnackbarSlidingBehavior.kt69 for (dependency in parent.getDependencies(child)) { in updateTranslationY() variable
/packages/apps/Settings/src/com/android/settings/widget/
DFloatingAppBarScrollingViewBehavior.java41 public boolean onDependentViewChanged(CoordinatorLayout parent, View child, View dependency) { in onDependentViewChanged()
/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DSearchBarScrollingViewBehavior.java41 public boolean onDependentViewChanged(CoordinatorLayout parent, View child, View dependency) { in onDependentViewChanged()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DFloatingAppBarScrollingViewBehavior.java41 public boolean onDependentViewChanged(CoordinatorLayout parent, View child, View dependency) { in onDependentViewChanged()
/packages/services/Car/car-lib/src/android/car/vms/
DVmsLayerDependency.java125 List<VmsLayer> dependency = new ArrayList<>(); in VmsLayerDependency() local