Searched refs:InsetUtils (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/ |
D | InsetUtilsTest.java | 45 InsetUtils.addInsets(rect1, rect2); in testAdd() 69 InsetUtils.rotateInsets(copy, rotationDelta); in rotateCopy()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowFrames.java | 40 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()
|
D | TaskSnapshotController.java | 48 import com.android.server.wm.utils.InsetUtils; 329 InsetUtils.addInsets(insets, state.mAppToken.getLetterboxInsets()); in getInsets()
|
D | RemoteAnimationController.java | 43 import com.android.server.wm.utils.InsetUtils; 344 InsetUtils.addInsets(insets, mAppWindowToken.getLetterboxInsets()); in createRemoteAnimationTarget()
|
D | RecentsAnimationController.java | 61 import com.android.server.wm.utils.InsetUtils; 745 InsetUtils.addInsets(insets, mainWindow.mAppToken.getLetterboxInsets()); in createRemoteAnimationApp()
|
D | DisplayPolicy.java | 178 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/ |
D | InsetUtils.java | 28 public class InsetUtils { class 30 private InsetUtils() { in InsetUtils() method in InsetUtils
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | LogicalDisplay.java | 26 import com.android.server.wm.utils.InsetUtils; 398 InsetUtils.rotateInsets(maskingInsets, orientation); in configureDisplayLocked()
|
/frameworks/base/services/ |
D | art-profile | 17990 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;
|