Searched refs:mFadeInVolShaperConfig (Results 1 – 1 of 1) sorted by relevance
1558 private @Nullable VolumeShaper.Configuration mFadeInVolShaperConfig; field in FadeManagerConfiguration.FadeVolumeShaperConfigsWrapper1565 this.mFadeInVolShaperConfig = wrapper.mFadeInVolShaperConfig; in FadeVolumeShaperConfigsWrapper()1573 mFadeInVolShaperConfig = fadeInConfig; in setFadeInVolShaperConfig()1593 return mFadeInVolShaperConfig; in getFadeInVolShaperConfig()1611 return mFadeInVolShaperConfig != null; in isFadeInConfigActive()1626 if (mFadeInVolShaperConfig == null && rhs.mFadeInVolShaperConfig == null in equals()1640 if (mFadeInVolShaperConfig != null) { in equals()1641 isEqual = isEqual && mFadeInVolShaperConfig.equals(rhs.mFadeInVolShaperConfig); in equals()1642 } else if (rhs.mFadeInVolShaperConfig != null) { in equals()1651 return Objects.hash(mFadeOutVolShaperConfig, mFadeInVolShaperConfig); in hashCode()[all …]