Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollState.java180 EmptyShadeView emptyShadeView = (EmptyShadeView) child; in apply()
182 emptyShadeView.performVisibilityAnimation( in apply()
183 visible && !emptyShadeView.willBeGone()); in apply()
DNotificationStackScrollLayout.java2263 public void setEmptyShadeView(EmptyShadeView emptyShadeView) { in setEmptyShadeView() argument
2264 mEmptyShadeView = emptyShadeView; in setEmptyShadeView()