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/
DStatusBarIconController.java324 animateShow(mSystemIconArea, animate); in showSystemIconArea()
332 animateShow(mNotificationIconAreaInner, animate); in showNotificationIconArea()
381 private void animateShow(View v, boolean animate) { in animateShow() method in StatusBarIconController