Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestDisplayContent.java81 WindowTestsBase.suppressInsetsAnimation(insetsPolicy.getPermanentControlTarget()); in TestDisplayContent()
82 WindowTestsBase.suppressInsetsAnimation(insetsPolicy.getTransientControlTarget()); in TestDisplayContent()
DWindowTestsBase.java240 suppressInsetsAnimation(insetsPolicy.getTransientControlTarget()); in setUpBase()
241 suppressInsetsAnimation(insetsPolicy.getPermanentControlTarget()); in setUpBase()
314 static void suppressInsetsAnimation(InsetsControlTarget target) { in suppressInsetsAnimation() method in WindowTestsBase