Searched refs:EmptyShadeView (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DEmptyShadeView.java29 public class EmptyShadeView extends StackScrollerDecorView { class in inherits:StackScrollerDecorView
31 public EmptyShadeView(Context context, AttributeSet attrs) { method in class:EmptyShadeView
H A DBaseStatusBar.java242 protected EmptyShadeView mEmptyShadeView;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollState.java26 import com.android.systemui.statusbar.EmptyShadeView;
179 } else if (child instanceof EmptyShadeView) {
180 EmptyShadeView emptyShadeView = (EmptyShadeView) child;
H A DNotificationStackScrollLayout.java41 import com.android.systemui.statusbar.EmptyShadeView;
165 private EmptyShadeView mEmptyShadeView;
2263 public void setEmptyShadeView(EmptyShadeView emptyShadeView) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java139 import com.android.systemui.statusbar.EmptyShadeView;
739 mEmptyShadeView = (EmptyShadeView) LayoutInflater.from(mContext).inflate(

Completed in 104 milliseconds