Home
last modified time | relevance | path

Searched refs:setCaptionInsets (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskView.java184 public void setCaptionInsets(Insets captionInsets) { in setCaptionInsets() method in TaskView
189 mTaskViewTaskController.setCaptionInsets(null); in setCaptionInsets()
258 mTaskViewTaskController.setCaptionInsets(new Rect( in onComputeInternalInsets()
H A DTaskViewTaskController.java470 void setCaptionInsets(Rect captionInsets) { in setCaptionInsets() method in TaskViewTaskController
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarExpandedView.java233 mTaskView.setCaptionInsets(Insets.of(0, mCaptionHeight, 0, 0)); in onLayout()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/taskview/
H A DTaskViewTest.java587 mTaskView.setCaptionInsets(Insets.of(insets)); in testSetCaptionInsets_noTaskInitially()
619 mTaskView.setCaptionInsets(Insets.of(insets)); in testSetCaptionInsets_withTask()