Searched refs:getResizingBackgroundColor (Results 1 – 3 of 3) sorted by relevance
29 import static com.android.wm.shell.common.split.SplitScreenUtils.getResizingBackgroundColor;280 int bgColor1 = getResizingBackgroundColor(taskInfo1).toArgb(); in prepare()300 int topOrLeftColor = getResizingBackgroundColor(topOrLeftTask).toArgb(); in prepare()303 int bottomOrRightColor = getResizingBackgroundColor(bottomOrRightTask).toArgb(); in prepare()
133 public static Color getResizingBackgroundColor(ActivityManager.RunningTaskInfo taskInfo) { in getResizingBackgroundColor() method in SplitScreenUtils
44 import static com.android.wm.shell.common.split.SplitScreenUtils.getResizingBackgroundColor;2405 float[] commonColor = getResizingBackgroundColor(mSideStage.mRootTaskInfo).getComponents(); in onLayoutSizeChanging()