Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCollapsedStatusBarFragment.java255 animateShow(mSystemIconArea, animate); in showSystemIconArea()
263 animateShow(mClockView, animate); in showClock()
284 animateShow(mNotificationIconAreaInner, animate); in showNotificationIconArea()
285 animateShow(mCenteredIconArea, animate); in showNotificationIconArea()
296 animateShow(mOperatorNameFrame, animate); in showOperatorName()
329 private void animateShow(View v, boolean animate) { in animateShow() method in CollapsedStatusBarFragment
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/notification/
DCarHeadsUpNotificationSystemContainer.java81 private void animateShow() { in animateShow() method in CarHeadsUpNotificationSystemContainer
95 animateShow(); in displayNotification()