Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
DInsetUtilsTest.java45 InsetUtils.addInsets(rect1, rect2); in testAdd()
69 InsetUtils.rotateInsets(copy, rotationDelta); in rotateCopy()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowFrames.java40 import com.android.server.wm.utils.InsetUtils;
246 InsetUtils.insetsBetweenFrames(mOutsetFrame, mContentFrame, mOutsets); in calculateOutsets()
262 InsetUtils.insetsBetweenFrames(mDisplayFrame, mTmpRect, mStableInsets); in calculateDockedDividerInsets()
293 InsetUtils.insetsBetweenFrames(mTmpRect, mContentFrame, mContentInsets); in calculateInsets()
294 InsetUtils.insetsBetweenFrames(mTmpRect, mVisibleFrame, mVisibleInsets); in calculateInsets()
295 InsetUtils.insetsBetweenFrames(mTmpRect, mStableFrame, mStableInsets); in calculateInsets()
DTaskSnapshotController.java48 import com.android.server.wm.utils.InsetUtils;
329 InsetUtils.addInsets(insets, state.mAppToken.getLetterboxInsets()); in getInsets()
DRemoteAnimationController.java43 import com.android.server.wm.utils.InsetUtils;
344 InsetUtils.addInsets(insets, mAppWindowToken.getLetterboxInsets()); in createRemoteAnimationTarget()
DRecentsAnimationController.java61 import com.android.server.wm.utils.InsetUtils;
745 InsetUtils.addInsets(insets, mainWindow.mAppToken.getLetterboxInsets()); in createRemoteAnimationApp()
DDisplayPolicy.java178 import com.android.server.wm.utils.InsetUtils;
1310 InsetUtils.insetsBetweenFrames(outFrame, cf, outContentInsets); in getLayoutHintLw()
1311 InsetUtils.insetsBetweenFrames(outFrame, sf, outStableInsets); in getLayoutHintLw()
/frameworks/base/services/core/java/com/android/server/wm/utils/
DInsetUtils.java28 public class InsetUtils { class
30 private InsetUtils() { in InsetUtils() method in InsetUtils
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java26 import com.android.server.wm.utils.InsetUtils;
398 InsetUtils.rotateInsets(maskingInsets, orientation); in configureDisplayLocked()
/frameworks/base/services/
Dart-profile17990 HSPLcom/android/server/wm/utils/InsetUtils;->insetsBetweenFrames(Landroid/graphics/Rect;Landroid/gr…
17991 HSPLcom/android/server/wm/utils/InsetUtils;->rotateInsets(Landroid/graphics/Rect;I)V
20819 Lcom/android/server/wm/utils/InsetUtils;