Home
last modified time | relevance | path

Searched refs:applyCaptionInsetsIfNeeded (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskViewTaskController.java475 applyCaptionInsetsIfNeeded(); in setCaptionInsets()
478 void applyCaptionInsetsIfNeeded() { in applyCaptionInsetsIfNeeded() method in TaskViewTaskController
618 applyCaptionInsetsIfNeeded(); in prepareOpenAnimation()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/taskview/
H A DTaskViewTest.java590 verify(mTaskViewTaskController).applyCaptionInsetsIfNeeded(); in testSetCaptionInsets_noTaskInitially()
602 verify(mTaskViewTaskController).applyCaptionInsetsIfNeeded(); in testSetCaptionInsets_noTaskInitially()
621 verify(mTaskViewTaskController).applyCaptionInsetsIfNeeded(); in testSetCaptionInsets_withTask()