Searched refs:removeInsetsSource (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/ |
D | WindowDecorationTests.java | 314 .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/ |
D | WindowDecoration.java | 768 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/ |
D | TaskViewTaskController.java | 540 wct.removeInsetsSource(mTaskToken, mCaptionInsetsOwner, 0, in applyCaptionInsetsIfNeeded()
|
/frameworks/base/core/java/android/window/ |
D | WindowContainerTransaction.java | 740 public WindowContainerTransaction removeInsetsSource( in removeInsetsSource() method in WindowContainerTransaction
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowOrganizerTests.java | 959 wct2.removeInsetsSource( in testRemoveInsetsSource()
|