Searched refs:setCustomAnimation (Results 1 – 3 of 3) sorted by relevance
156 .setCustomAnimation(PACKAGE_NAME, enterResId, exitResId, Color.GREEN) in testLoadCustomAnimation()196 .setCustomAnimation(PACKAGE_NAME, OPEN_RES_ID, CLOSE_RES_ID, /*backgroundColor*/ 0) in startCustomAnimation()
486 public Builder setCustomAnimation(String packageName, @AnimRes int enterResId, in setCustomAnimation() method in BackNavigationInfo.Builder
271 infoBuilder.setCustomAnimation(currentActivity.packageName, in startBackNavigation()