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/
DStatusBarIconController.java249 animateHide(mSystemIconArea, animate); in hideSystemIconArea()
257 animateHide(mNotificationIconArea, animate); in hideNotificationIconArea()
287 private void animateHide(final View v, boolean animate) { in animateHide() method in StatusBarIconController