Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimationSpec.java154 Insets extensionInsets = Insets.min(transformation.getInsets(), Insets.NONE); in accountForExtension() local
155 if (!extensionInsets.equals(Insets.NONE)) { in accountForExtension()
157 clipRect.inset(extensionInsets); in accountForExtension()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DDefaultTransitionHandler.java996 Insets extensionInsets = Insets.min(tmpTransformation.getInsets(), Insets.NONE); in applyTransformation() local
997 if (!extensionInsets.equals(Insets.NONE) && clipRect != null && !clipRect.isEmpty()) { in applyTransformation()
999 clipRect.inset(extensionInsets); in applyTransformation()