Home
last modified time | relevance | path

Searched refs:InsetUtils (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/utils/
DInsetUtils.java24 public class InsetUtils { class
26 private InsetUtils() { in InsetUtils() method in InsetUtils
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/utils/
DInsetUtilsTest.java39 InsetUtils.addInsets(rect1, rect2); in testAdd()
/frameworks/base/services/core/java/com/android/server/wm/
DRemoteAnimationController.java43 import com.android.server.wm.utils.InsetUtils;
309 InsetUtils.addInsets(insets, mAppWindowToken.getLetterboxInsets()); in createRemoteAppAnimation()
DTaskSnapshotController.java49 import com.android.server.wm.utils.InsetUtils;
291 InsetUtils.addInsets(insets, state.mAppToken.getLetterboxInsets()); in getInsets()
DRecentsAnimationController.java54 import com.android.server.wm.utils.InsetUtils;
573 InsetUtils.addInsets(insets, mainWindow.mAppToken.getLetterboxInsets()); in createRemoteAnimationApp()