Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCollapsedStatusBarFragment.java253 animateShow(mSystemIconArea, animate); in showSystemIconArea()
261 animateShow(mClockView, animate); in showClock()
282 animateShow(mNotificationIconAreaInner, animate); in showNotificationIconArea()
283 animateShow(mCenteredIconArea, animate); in showNotificationIconArea()
294 animateShow(mOperatorNameFrame, animate); in showOperatorName()
327 private void animateShow(View v, boolean animate) { in animateShow() method in CollapsedStatusBarFragment