Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
DTaskView.java147 runOnViewThread(() -> setResizeBackgroundColor(bgColor)); in onTaskAppeared()
155 runOnViewThread(() -> setResizeBackgroundColor(bgColor)); in onTaskInfoChanged()
178 runOnViewThread(() -> setResizeBackgroundColor(t, bgColor)); in setResizeBgColor()
180 runOnViewThread(() -> setResizeBackgroundColor(bgColor)); in setResizeBgColor()
338 private void runOnViewThread(Runnable r) { in runOnViewThread() method in TaskView