Home
last modified time | relevance | path

Searched refs:isRotatingOut (Results 1 – 2 of 2) sorted by relevance

/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
DCardFlip.java243 final boolean isRotatingOut) { in rotateCards() argument
250 animations.add(cardView.getRotationAnimator(i, corner, isRotatingOut, false)); in rotateCards()
264 mIsStackEnabled[stack] = !isRotatingOut; in rotateCards()
DCardView.java256 boolean isRotatingOut, boolean isClockwise) {
264 if (!isRotatingOut) {