Searched refs:mIsStackEnabled (Results 1 – 1 of 1) sorted by relevance
65 boolean[] mIsStackEnabled; field in CardFlip82 mIsStackEnabled = new boolean[2]; in onCreate()83 mIsStackEnabled[0] = true; in onCreate()84 mIsStackEnabled[1] = true; in onCreate()175 boolean bothStacksEnabled = mIsStackEnabled[RIGHT_STACK] && mIsStackEnabled[LEFT_STACK]; in rotateCardView()264 mIsStackEnabled[stack] = !isRotatingOut; in rotateCards()