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/
DCollapsedStatusBarFragment.java209 animateHide(mSystemIconArea, animate); in hideSystemIconArea()
236 animateHide(mNotificationIconAreaInner, animate); in hideNotificationIconArea()
245 animateHide(mOperatorNameFrame, animate); in hideOperatorName()
277 private void animateHide(final View v, boolean animate) { in animateHide() method in CollapsedStatusBarFragment