Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
DTaskView.java131 runOnViewThread(() -> setResizeBackgroundColor(bgColor)); in onTaskAppeared()
139 runOnViewThread(() -> setResizeBackgroundColor(bgColor)); in onTaskInfoChanged()
162 runOnViewThread(() -> setResizeBackgroundColor(t, bgColor)); in setResizeBgColor()
164 runOnViewThread(() -> setResizeBackgroundColor(bgColor)); in setResizeBgColor()
/frameworks/layoutlib/bridge/src/android/view/
DSurfaceView.java120 public void setResizeBackgroundColor(int bgColor) { in setResizeBackgroundColor() method in SurfaceView
123 public void setResizeBackgroundColor(@NonNull SurfaceControl.Transaction t, int bgColor) { in setResizeBackgroundColor() method in SurfaceView
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/taskview/
DTaskViewTest.java703 verify(mTaskView, never()).setResizeBackgroundColor(eq(Color.BLUE)); in testSetResizeBgOnSameUiThread_expectUsesTransaction()
704 verify(mTaskView).setResizeBackgroundColor(eq(tx), eq(Color.BLUE)); in testSetResizeBgOnSameUiThread_expectUsesTransaction()
714 verify(mTaskView).setResizeBackgroundColor(eq(Color.BLUE)); in testSetResizeBgOnDifferentUiThread_expectDoesNotUseTransaction()
/frameworks/base/core/java/android/view/
DSurfaceView.java1720 public void setResizeBackgroundColor(int bgColor) { in setResizeBackgroundColor() method in SurfaceView
1722 setResizeBackgroundColor(transaction, bgColor); in setResizeBackgroundColor()
1732 public void setResizeBackgroundColor(@NonNull SurfaceControl.Transaction t, int bgColor) { in setResizeBackgroundColor() method in SurfaceView
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt61593 Landroid/view/SurfaceView;->setResizeBackgroundColor(I)V