Home | History | Annotate | Download | only in browser

Lines Matching defs:mCustomViewContainer

122                 mCustomViewContainer.addView(mNavScreen, COVER_SCREEN_PARAMS);
267 mCustomViewContainer.addView(mNavScreen, COVER_SCREEN_PARAMS);
283 mCustomViewContainer.addView(mAnimScreen.mMain, COVER_SCREEN_PARAMS);
285 mCustomViewContainer.setVisibility(View.VISIBLE);
286 mCustomViewContainer.bringToFront();
326 mCustomViewContainer.removeView(mAnimScreen.mMain);
376 mCustomViewContainer.addView(mAnimScreen.mMain, COVER_SCREEN_PARAMS);
414 ObjectAnimator otheralpha = ObjectAnimator.ofFloat(mCustomViewContainer, "alpha", 1f, 0f);
423 mCustomViewContainer.removeView(mAnimScreen.mMain);
434 mCustomViewContainer.setAlpha(1f);
435 mCustomViewContainer.setVisibility(View.GONE);