Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragment.java762 animateHide(mNotificationIconAreaInner, animate); in hideNotificationIconArea()
771 animateHide(mOperatorNameViewController.getView(), animate); in hideOperatorName()
803 private void animateHide(final View v, boolean animate) { in animateHide() method in CollapsedStatusBarFragment