Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DPhoneUi.java414 ObjectAnimator otheralpha = ObjectAnimator.ofFloat(mCustomViewContainer, "alpha", 1f, 0f); in hideNavScreen() local
415 otheralpha.setDuration(100); in hideNavScreen()
419 combo.playSequentially(set1, set2, otheralpha); in hideNavScreen()