Searched refs:insetsPolicy (Results 1 – 3 of 3) sorted by relevance
80 final InsetsPolicy insetsPolicy = getInsetsPolicy(); in TestDisplayContent() local81 WindowTestsBase.suppressInsetsAnimation(insetsPolicy.getPermanentControlTarget()); in TestDisplayContent()82 WindowTestsBase.suppressInsetsAnimation(insetsPolicy.getTransientControlTarget()); in TestDisplayContent()
227 final InsetsPolicy insetsPolicy = mDefaultDisplay.getInsetsPolicy(); in setUpBase() local228 suppressInsetsAnimation(insetsPolicy.getTransientControlTarget()); in setUpBase()229 suppressInsetsAnimation(insetsPolicy.getPermanentControlTarget()); in setUpBase()
1618 final InsetsPolicy insetsPolicy = getDisplayContent().getInsetsPolicy(); in getInsetsState() local1620 return insetsPolicy.adjustInsetsForWindow(this, rotatedState); in getInsetsState()1624 final InsetsState insetsStateForWindow = insetsPolicy.enforceInsetsPolicyForTarget( in getInsetsState()1626 return insetsPolicy.adjustInsetsForWindow(this, insetsStateForWindow, in getInsetsState()