Home
last modified time | relevance | path

Searched refs:mCustomViewContainer (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DPhoneUi.java122 mCustomViewContainer.addView(mNavScreen, COVER_SCREEN_PARAMS); in handleMessage()
267 mCustomViewContainer.addView(mNavScreen, COVER_SCREEN_PARAMS); in showNavScreen()
283 mCustomViewContainer.addView(mAnimScreen.mMain, COVER_SCREEN_PARAMS); in showNavScreen()
285 mCustomViewContainer.setVisibility(View.VISIBLE); in showNavScreen()
286 mCustomViewContainer.bringToFront(); in showNavScreen()
326 mCustomViewContainer.removeView(mAnimScreen.mMain); in showNavScreen()
376 mCustomViewContainer.addView(mAnimScreen.mMain, COVER_SCREEN_PARAMS); in hideNavScreen()
414 ObjectAnimator otheralpha = ObjectAnimator.ofFloat(mCustomViewContainer, "alpha", 1f, 0f); in hideNavScreen()
423 mCustomViewContainer.removeView(mAnimScreen.mMain); in hideNavScreen()
434 mCustomViewContainer.setAlpha(1f); in finishAnimateOut()
[all …]
DBaseUi.java91 protected FrameLayout mCustomViewContainer; field in BaseUi
134 mCustomViewContainer = (FrameLayout) frameLayout.findViewById( in BaseUi()