Searched refs:mColorFade (Results 1 – 1 of 1) sorted by relevance
64 private final ColorFade mColorFade; field in DisplayPowerState97 mColorFade = colorFade; in DisplayPowerState()245 if (mColorFade == null || !mColorFade.prepare(context, mode)) { in prepareColorFade()262 if (mColorFade != null) mColorFade.dismiss(); in dismissColorFade()271 if (mColorFade != null) mColorFade.dismissResources(); in dismissColorFadeResources()339 if (mColorFade != null) { in stop()340 mAsyncDestroyExecutor.execute(mColorFade::destroy); in stop()361 if (mColorFade != null) mColorFade.dump(pw); in dump()432 mColorFade.draw(mColorFadeLevel);