Searched refs:backgroundColorInt (Results 1 – 1 of 1) sorted by relevance
407 int backgroundColorInt = mTaskInfo.taskDescription.getBackgroundColor(); in updateTaskSurface() local408 mTmpColor[0] = (float) Color.red(backgroundColorInt) / 255.f; in updateTaskSurface()409 mTmpColor[1] = (float) Color.green(backgroundColorInt) / 255.f; in updateTaskSurface()410 mTmpColor[2] = (float) Color.blue(backgroundColorInt) / 255.f; in updateTaskSurface()