Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DHomepageAppBarScrollingViewBehavior.java41 public boolean onDependentViewChanged(CoordinatorLayout parent, View child, View dependency) { in onDependentViewChanged()
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/apps/DeskClock/src/com/android/deskclock/widget/toast/
DSnackbarSlidingBehavior.kt69 for (dependency in parent.getDependencies(child)) { in updateTranslationY() variable
/packages/modules/Bluetooth/system/gd/
Dmodule.cc49 for (auto& dependency : dependencies_.list_) { in GetDependency() local