Searched defs:dependency (Results 1 – 6 of 6) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/widget/toast/ |
D | SnackbarSlidingBehavior.java | 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()
|
D | SnackbarSlidingBehavior.kt | 69 for (dependency in parent.getDependencies(child)) { in updateTranslationY() variable
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | FloatingAppBarScrollingViewBehavior.java | 41 public boolean onDependentViewChanged(CoordinatorLayout parent, View child, View dependency) { in onDependentViewChanged()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ui/ |
D | SearchBarScrollingViewBehavior.java | 41 public boolean onDependentViewChanged(CoordinatorLayout parent, View child, View dependency) { in onDependentViewChanged()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | FloatingAppBarScrollingViewBehavior.java | 41 public boolean onDependentViewChanged(CoordinatorLayout parent, View child, View dependency) { in onDependentViewChanged()
|
/packages/services/Car/car-lib/src/android/car/vms/ |
D | VmsLayerDependency.java | 125 List<VmsLayer> dependency = new ArrayList<>(); in VmsLayerDependency() local
|