Home
last modified time | relevance | path

Searched refs:setResizeBgColor (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskViewBase.java41 void setResizeBgColor(SurfaceControl.Transaction transaction, int color); in setResizeBgColor() method
H A DTaskView.java145 public void setResizeBgColor(SurfaceControl.Transaction t, int bgColor) { in setResizeBgColor() method in TaskView
H A DTaskViewTaskController.java632 mTaskViewBase.setResizeBgColor(startTransaction, backgroundColor); in prepareOpenAnimation()