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.java249 animateHide(mSystemIconArea, animate); in hideSystemIconArea()
277 animateHide(mNotificationIconAreaInner, animate); in hideNotificationIconArea()
278 animateHide(mCenteredIconArea, animate); in hideNotificationIconArea()
288 animateHide(mOperatorNameFrame, animate); in hideOperatorName()
320 private void animateHide(final View v, boolean animate) { in animateHide() method in CollapsedStatusBarFragment