Searched refs:dimmer (Results 1 – 2 of 2) sorted by relevance
877 final Dimmer dimmer = mTaskFragment.getDimmer(); in testGetDimBounds() local878 spyOn(dimmer); in testGetDimBounds()879 doReturn(taskBounds).when(dimmer).getDimBounds(); in testGetDimBounds()
465 final Dimmer dimmer = task.getDimmer(); in canApplyDim()466 if (dimmer == null) { in canApplyDim()469 if (dimmer.getHost().asTask() != null) { in canApplyDim()