Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootInsetsControllerHost.java271 mViewRoot.notifyInsetsAnimationRunningStateChanged(running); in notifyAnimationRunningStateChanged()
DViewRootImpl.java2464 public void notifyInsetsAnimationRunningStateChanged(boolean running) { in notifyInsetsAnimationRunningStateChanged() method in ViewRootImpl
/frameworks/base/core/tests/coretests/src/android/view/
DViewRootImplTest.java1031 viewRootImpl.notifyInsetsAnimationRunningStateChanged(true); in votePreferredFrameRate_insetsAnimation()