Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DWindowDecorationTests.java314 .removeInsetsSource(eq(taskInfo.token), any(), anyInt(), anyInt()); in testLayoutResultCalculation_visibleFocusedTaskToInvisible()
328 .removeInsetsSource(eq(taskInfo.token), any(), anyInt(), anyInt()); in testLayoutResultCalculation_visibleFocusedTaskToInvisible()
632 verify(mMockWindowContainerTransaction).removeInsetsSource(eq(taskInfo.token), any(), in testRelayout_captionHidden_insetsRemoved()
634 verify(mMockWindowContainerTransaction).removeInsetsSource(eq(taskInfo.token), any(), in testRelayout_captionHidden_insetsRemoved()
661 verify(mMockWindowContainerTransaction, never()).removeInsetsSource(eq(taskInfo.token), in testRelayout_captionHidden_neverWasVisible_insetsNotRemoved()
663 verify(mMockWindowContainerTransaction, never()).removeInsetsSource(eq(taskInfo.token), in testRelayout_captionHidden_neverWasVisible_insetsNotRemoved()
691 verify(mMockWindowContainerTransaction).removeInsetsSource(eq(taskInfo.token), any(), in testClose_withExistingInsets_insetsRemoved()
693 verify(mMockWindowContainerTransaction).removeInsetsSource(eq(taskInfo.token), any(), in testClose_withExistingInsets_insetsRemoved()
713 verify(mMockWindowContainerTransaction, never()).removeInsetsSource(eq(taskInfo.token), in testClose_withoutExistingInsets_insetsNotRemoved()
715 verify(mMockWindowContainerTransaction, never()).removeInsetsSource(eq(taskInfo.token), in testClose_withoutExistingInsets_insetsNotRemoved()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DWindowDecoration.java768 wct.removeInsetsSource(mToken, mOwner, INDEX, captionBar()); in remove()
769 wct.removeInsetsSource(mToken, mOwner, INDEX, mandatorySystemGestures()); in remove()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
DTaskViewTaskController.java540 wct.removeInsetsSource(mTaskToken, mCaptionInsetsOwner, 0, in applyCaptionInsetsIfNeeded()
/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java740 public WindowContainerTransaction removeInsetsSource( in removeInsetsSource() method in WindowContainerTransaction
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowOrganizerTests.java959 wct2.removeInsetsSource( in testRemoveInsetsSource()