Esempio n. 1
0
 /**
  * Sets the desired transition effect.
  *
  * @param transitionEffect The non-bundled transition provided by the client.
  */
 public void setTransitionEffect(JazzyEffect transitionEffect) {
   mHelper.setTransitionEffect(transitionEffect);
 }
Esempio n. 2
0
 /**
  * Sets the desired transition effect.
  *
  * @param transitionEffect Numeric constant representing a bundled transition effect.
  */
 public void setTransitionEffect(int transitionEffect) {
   mHelper.setTransitionEffect(transitionEffect);
 }