Searched refs:mCurrentLayer (Results 1 – 1 of 1) sorted by relevance
247 if (mCurrentLayer == null) { in animate()249 mCurrentLayer = mLayers[layerID]; in animate()251 mCurrentLayer.startAnimation(); in animate()271 mCurrentLayer.setAngle(mEndAngle); in animate()272 mCurrentLayer.endAnimation(); in animate()273 mCurrentLayer = null; in animate()285 mCurrentLayer.setAngle(mCurrentAngle); in animate()324 Layer mCurrentLayer = null; field in Kube