Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DEmptyShadeView.java31 public class EmptyShadeView extends StackScrollerDecorView { class
36 public EmptyShadeView(Context context, AttributeSet attrs) { in EmptyShadeView() method in EmptyShadeView
84 if (view instanceof EmptyShadeView) { in applyToView()
85 EmptyShadeView emptyShadeView = (EmptyShadeView) view; in applyToView()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithmTest.kt7 import com.android.systemui.statusbar.EmptyShadeView
63 val emptyShadeView = EmptyShadeView(context, /* attrs= */ null).apply {
H A DNotificationStackScrollLayoutTest.java55 import com.android.systemui.statusbar.EmptyShadeView;
99 @Mock private EmptyShadeView mEmptyShadeView;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java32 import com.android.systemui.statusbar.EmptyShadeView;
470 if (view instanceof EmptyShadeView) { in updateChild()
H A DNotificationStackScrollLayout.java84 import com.android.systemui.statusbar.EmptyShadeView;
259 protected EmptyShadeView mEmptyShadeView;
4436 void setEmptyShadeView(EmptyShadeView emptyShadeView) { in setEmptyShadeView()
5189 EmptyShadeView view = (EmptyShadeView) LayoutInflater.from(mContext).inflate( in inflateEmptyShadeView()