Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DWindowDecoration.java374 wct.removeInsetsSource(mTaskInfo.token, in releaseViews()
376 wct.removeInsetsSource(mTaskInfo.token, in releaseViews()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
H A DWindowDecorationTests.java308 .removeInsetsSource(eq(taskInfo.token), any(), anyInt(), anyInt()); in testLayoutResultCalculation_visibleFocusedTaskToInvisible()
320 .removeInsetsSource(eq(taskInfo.token), any(), anyInt(), anyInt()); in testLayoutResultCalculation_visibleFocusedTaskToInvisible()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskViewTaskController.java485 wct.removeInsetsSource(mTaskToken, mCaptionInsetsOwner, 0, in applyCaptionInsetsIfNeeded()
/aosp14/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java709 public WindowContainerTransaction removeInsetsSource( in removeInsetsSource() method in WindowContainerTransaction
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowOrganizerTests.java827 wct2.removeInsetsSource( in testRemoveInsetsSource()