Home | History | Annotate | Download | only in browser

Lines Matching defs:mCustomViewContainer

121                 mCustomViewContainer.addView(mNavScreen, COVER_SCREEN_PARAMS);
270 mCustomViewContainer.addView(mNavScreen, COVER_SCREEN_PARAMS);
286 mCustomViewContainer.addView(mAnimScreen.mMain, COVER_SCREEN_PARAMS);
288 mCustomViewContainer.setVisibility(View.VISIBLE);
289 mCustomViewContainer.bringToFront();
329 mCustomViewContainer.removeView(mAnimScreen.mMain);
379 mCustomViewContainer.addView(mAnimScreen.mMain, COVER_SCREEN_PARAMS);
417 ObjectAnimator otheralpha = ObjectAnimator.ofFloat(mCustomViewContainer, "alpha", 1f, 0f);
426 mCustomViewContainer.removeView(mAnimScreen.mMain);
437 mCustomViewContainer.setAlpha(1f);
438 mCustomViewContainer.setVisibility(View.GONE);