Home | History | Annotate | Download | only in animation

Lines Matching refs:mContainer

30     private ViewGroup mContainer;
61 mContainer = (ViewGroup) findViewById(R.id.container);
77 mContainer.setPersistentDrawingCache(ViewGroup.PERSISTENT_ANIMATION_CACHE);
89 final float centerX = mContainer.getWidth() / 2.0f;
90 final float centerY = mContainer.getHeight() / 2.0f;
101 mContainer.startAnimation(rotation);
130 mContainer.post(new SwapViews(mPosition));
149 final float centerX = mContainer.getWidth() / 2.0f;
150 final float centerY = mContainer.getHeight() / 2.0f;
171 mContainer.startAnimation(rotation);