Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarControllers.java69 @Nullable private BackgroundRendererController[] mBackgroundRendererControllers = null; field in TaskbarControllers
187 mBackgroundRendererControllers = new BackgroundRendererController[] { in init()
253 mBackgroundRendererControllers = null; in onDestroy()
295 if (mBackgroundRendererControllers == null) { in updateCornerRoundness()
299 for (BackgroundRendererController controller : mBackgroundRendererControllers) { in updateCornerRoundness()