Searched refs:mDimmer (Results 1 – 4 of 4) sorted by relevance
122 private Dimmer mDimmer; field in DimmerTests148 mDimmer.dimAbove(child, alpha); in testUpdateDimsAppliesCrop()165 mDimmer.dimAbove(child, alpha); in testDimAboveWithChildCreatesSurfaceAboveChild()195 mDimmer.dimAbove(child, alpha); in testDimBelowWithChildSurfaceDestroyedWhenReset()197 mDimmer.resetDimStates(); in testDimBelowWithChildSurfaceDestroyedWhenReset()212 mDimmer.dimAbove(child, alpha); in testDimBelowWithChildSurfaceNotDestroyedWhenPersisted()214 mDimmer.resetDimStates(); in testDimBelowWithChildSurfaceNotDestroyedWhenPersisted()215 mDimmer.dimAbove(child, alpha); in testDimBelowWithChildSurfaceNotDestroyedWhenPersisted()249 mDimmer.dimAbove(child, 1); in testRemoveDimImmediately()255 mDimmer.dontAnimateExit(); in testRemoveDimImmediately()[all …]
769 private final Dimmer mDimmer = new Dimmer(this); field in DisplayArea.Dimmable777 return mDimmer; in getDimmer()782 mDimmer.resetDimStates(); in prepareSurfaces()784 final Rect dimBounds = mDimmer.getDimBounds(); in prepareSurfaces()795 mDimmer.resetDimStates(); in prepareSurfaces()799 if (mDimmer.updateDims(getSyncTransaction())) { in prepareSurfaces()
213 Dimmer mDimmer = new Dimmer(this); field in TaskFragment2914 return mDimmer; in getDimmer()2927 mDimmer.resetDimStates(); in prepareSurfaces()2930 final Rect dimBounds = mDimmer.getDimBounds(); in prepareSurfaces()2934 if (mDimmer.updateDims(getSyncTransaction())) { in prepareSurfaces()
3250 mDimmer.dontAnimateExit();3262 return mDimmer;3274 return mDimmer;3279 mDimmer.resetDimStates();3282 final Rect dimBounds = mDimmer.getDimBounds();3297 if (dimBounds != null && mDimmer.updateDims(t)) {