Home
last modified time | relevance | path

Searched refs:onDependentViewChanged (Results 1 – 6 of 6) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DSearchBarScrollingViewBehavior.java41 public boolean onDependentViewChanged(CoordinatorLayout parent, View child, View dependency) { in onDependentViewChanged() method in SearchBarScrollingViewBehavior
42 final boolean changed = super.onDependentViewChanged(parent, child, dependency); in onDependentViewChanged()
/packages/apps/Settings/src/com/android/settings/widget/
DFloatingAppBarScrollingViewBehavior.java41 public boolean onDependentViewChanged(CoordinatorLayout parent, View child, View dependency) { in onDependentViewChanged() method in FloatingAppBarScrollingViewBehavior
42 boolean changed = super.onDependentViewChanged(parent, child, 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() method in FloatingAppBarScrollingViewBehavior
42 boolean changed = super.onDependentViewChanged(parent, child, dependency); in onDependentViewChanged()
/packages/apps/DeskClock/src/com/android/deskclock/widget/toast/
DSnackbarSlidingBehavior.java41 public boolean onDependentViewChanged(CoordinatorLayout parent, View child, View dependency) { in onDependentViewChanged() method in SnackbarSlidingBehavior
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ui/
DSearchBarScrollingViewBehaviorTest.java63 mScrollingViewBehavior.onDependentViewChanged(coordinatorLayout, null, appBarLayout); in setAppBarLayoutTransparent_defaultWhiteBackground_shouldBeTransparent()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DScaleBehavior.java48 public boolean onDependentViewChanged(@NonNull CoordinatorLayout parent, in onDependentViewChanged() method in ScaleBehavior