HomeSort by relevance Sort by last modified time
    Searched refs:mCustomViewContainer (Results 1 - 2 of 2) sorted by null

  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 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)
    [all...]
BaseUi.java 91 protected FrameLayout mCustomViewContainer;
134 mCustomViewContainer = (FrameLayout) frameLayout.findViewById(

Completed in 41 milliseconds