Searched refs:mShapes (Results 1 – 3 of 3) sorted by relevance
28 for (int i = 0; i < mShapes.length; i++) { in startAnimation()29 GLShape shape = mShapes[i]; in startAnimation()37 for (int i = 0; i < mShapes.length; i++) { in endAnimation()38 GLShape shape = mShapes[i]; in endAnimation()83 for (int i = 0; i < mShapes.length; i++) { in setAngle()84 GLShape shape = mShapes[i]; in setAngle()91 GLShape[] mShapes = new GLShape[9]; field in Layer
156 shapes = layer.mShapes; in updateLayers()162 shapes = layer.mShapes; in updateLayers()168 shapes = layer.mShapes; in updateLayers()175 shapes = layer.mShapes; in updateLayers()182 shapes = layer.mShapes; in updateLayers()189 shapes = layer.mShapes; in updateLayers()196 shapes = layer.mShapes; in updateLayers()203 shapes = layer.mShapes; in updateLayers()209 shapes = layer.mShapes; in updateLayers()
141 private final ArrayList<Shape> mShapes = new ArrayList<Shape>(); field in ShadowCardDrag155 mShapes.add(new RectShape()); in onCreate()156 mShapes.add(new OvalShape()); in onCreate()159 mShapes.add(new RoundRectShape(radii, null, null)); in onCreate()160 mShapes.add(new TriangleShape()); in onCreate()163 mCardBackground.setShape(mShapes.get(0)); in onCreate()195 index = (index + 1) % mShapes.size(); in onCreate()196 mCardBackground.setShape(mShapes.get(index)); in onCreate()