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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DEmptyShadeView.java27 public class EmptyShadeView extends StackScrollerDecorView { class in inherits:StackScrollerDecorView
29 public EmptyShadeView(Context context, AttributeSet attrs) { method in class:EmptyShadeView
H A DBaseStatusBar.java271 protected EmptyShadeView mEmptyShadeView;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollState.java25 import com.android.systemui.statusbar.EmptyShadeView;
114 } else if (child instanceof EmptyShadeView) {
115 EmptyShadeView emptyShadeView = (EmptyShadeView) child;
H A DNotificationStackScrollLayout.java67 import com.android.systemui.statusbar.EmptyShadeView;
199 private EmptyShadeView mEmptyShadeView;
3468 public void setEmptyShadeView(EmptyShadeView emptyShadeView) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java159 import com.android.systemui.statusbar.EmptyShadeView;
1116 mEmptyShadeView = (EmptyShadeView) LayoutInflater.from(mContext).inflate(

Completed in 359 milliseconds