Searched refs:mCustomAnimationInfo (Results 1 – 1 of 1) sorted by relevance
114 private final CustomAnimationInfo mCustomAnimationInfo; field in BackNavigationInfo144 mCustomAnimationInfo = customAnimationInfo; in BackNavigationInfo()156 mCustomAnimationInfo = in.readTypedObject(CustomAnimationInfo.CREATOR); in BackNavigationInfo()170 dest.writeTypedObject(mCustomAnimationInfo, flags); in writeToParcel()274 return mCustomAnimationInfo; in getCustomAnimationInfo()304 + ", mCustomizeAnimationInfo=" + mCustomAnimationInfo in toString()432 private CustomAnimationInfo mCustomAnimationInfo; field in BackNavigationInfo.Builder476 if (mCustomAnimationInfo == null) { in setWindowAnimations()477 mCustomAnimationInfo = new CustomAnimationInfo(packageName); in setWindowAnimations()479 mCustomAnimationInfo.mWindowAnimations = windowAnimations; in setWindowAnimations()[all …]