Searched refs:setResizeBackgroundColor (Results 1 – 5 of 5) sorted by relevance
131 runOnViewThread(() -> setResizeBackgroundColor(bgColor)); in onTaskAppeared()139 runOnViewThread(() -> setResizeBackgroundColor(bgColor)); in onTaskInfoChanged()162 runOnViewThread(() -> setResizeBackgroundColor(t, bgColor)); in setResizeBgColor()164 runOnViewThread(() -> setResizeBackgroundColor(bgColor)); in setResizeBgColor()
120 public void setResizeBackgroundColor(int bgColor) { in setResizeBackgroundColor() method in SurfaceView123 public void setResizeBackgroundColor(@NonNull SurfaceControl.Transaction t, int bgColor) { in setResizeBackgroundColor() method in SurfaceView
703 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()
1720 public void setResizeBackgroundColor(int bgColor) { in setResizeBackgroundColor() method in SurfaceView1722 setResizeBackgroundColor(transaction, bgColor); in setResizeBackgroundColor()1732 public void setResizeBackgroundColor(@NonNull SurfaceControl.Transaction t, int bgColor) { in setResizeBackgroundColor() method in SurfaceView
61593 Landroid/view/SurfaceView;->setResizeBackgroundColor(I)V