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/fragment/
DCollapsedStatusBarFragment.java730 animateShow(mClockView, animate); in showClock()
746 animateShow(mOngoingActivityChip, animate); in showOngoingActivityChip()
766 animateShow(mNotificationIconAreaInner, animate); in showNotificationIconArea()
777 animateShow(mOperatorNameViewController.getView(), animate); in showOperatorName()
810 private void animateShow(View v, boolean animate) { in animateShow() method in CollapsedStatusBarFragment