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

  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 118 mCustomViewContainer.addView(mNavScreen, COVER_SCREEN_PARAMS);
252 mCustomViewContainer.addView(mNavScreen, COVER_SCREEN_PARAMS);
268 mCustomViewContainer.addView(mAnimScreen.mMain, COVER_SCREEN_PARAMS);
270 mCustomViewContainer.setVisibility(View.VISIBLE);
271 mCustomViewContainer.bringToFront();
311 mCustomViewContainer.removeView(mAnimScreen.mMain);
360 mCustomViewContainer.addView(mAnimScreen.mMain, COVER_SCREEN_PARAMS);
398 ObjectAnimator otheralpha = ObjectAnimator.ofFloat(mCustomViewContainer, "alpha", 1f, 0f);
407 mCustomViewContainer.removeView(mAnimScreen.mMain);
418 mCustomViewContainer.setAlpha(1f)
    [all...]
BaseUi.java 92 protected FrameLayout mCustomViewContainer;
135 mCustomViewContainer = (FrameLayout) frameLayout.findViewById(

Completed in 2100 milliseconds