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 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)
    [all...]
BaseUi.java 92 protected FrameLayout mCustomViewContainer;
135 mCustomViewContainer = (FrameLayout) frameLayout.findViewById(

Completed in 111 milliseconds