Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
H A DDisplaySystemBarsInsetsControllerHost.java145 public void postInsetsAnimationCallback(Runnable r) { in postInsetsAnimationCallback() method in DisplaySystemBarsInsetsControllerHost
/aosp12/frameworks/base/core/java/android/view/
H A DViewRootInsetsControllerHost.java141 public void postInsetsAnimationCallback(Runnable r) { in postInsetsAnimationCallback() method in ViewRootInsetsControllerHost
H A DInsetsController.java170 void postInsetsAnimationCallback(Runnable r); in postInsetsAnimationCallback() method
1564 mHost.postInsetsAnimationCallback(mAnimCallback); in scheduleApplyChangeInsets()