Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMenuView.java403 void hideMenu(final Runnable animationFinishedRunnable, boolean notifyMenuVisibility, in hideMenu() argument
431 if (animationFinishedRunnable != null) { in hideMenu()
432 animationFinishedRunnable.run(); in hideMenu()