Searched refs:mFadeOutVolShaperConfig (Results 1 – 1 of 1) sorted by relevance
1557 private @Nullable VolumeShaper.Configuration mFadeOutVolShaperConfig; field in FadeManagerConfiguration.FadeVolumeShaperConfigsWrapper1564 this.mFadeOutVolShaperConfig = wrapper.mFadeOutVolShaperConfig; in FadeVolumeShaperConfigsWrapper()1569 mFadeOutVolShaperConfig = fadeOutConfig; in setFadeOutVolShaperConfig()1583 return mFadeOutVolShaperConfig; in getFadeOutVolShaperConfig()1607 return mFadeOutVolShaperConfig != null; in isFadeOutConfigActive()1627 && mFadeOutVolShaperConfig == null && rhs.mFadeOutVolShaperConfig == null) { in equals()1632 if (mFadeOutVolShaperConfig != null) { in equals()1633 isEqual = mFadeOutVolShaperConfig.equals(rhs.mFadeOutVolShaperConfig); in equals()1634 } else if (rhs.mFadeOutVolShaperConfig != null) { in equals()1651 return Objects.hash(mFadeOutVolShaperConfig, mFadeInVolShaperConfig); in hashCode()[all …]