Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/
H A DCarDisplayAreaController.java379 animateToControlBarState((int) mCurrentPos, (int) y, 0); in register()
386 animateToControlBarState((int) y, in register()
560 animateToControlBarState(fromPos, toPos, mEnterExitAnimationDurationMs); in startAnimation()
580 private void animateToControlBarState(int fromPos, int toPos, int durationMs) { in animateToControlBarState() method in CarDisplayAreaController