Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DEmptyShadeView.java36 public class EmptyShadeView extends StackScrollerDecorView { class
48 public EmptyShadeView(Context context, AttributeSet attrs) { in EmptyShadeView() method in EmptyShadeView
145 if (view instanceof EmptyShadeView) { in applyToView()
146 EmptyShadeView emptyShadeView = (EmptyShadeView) view; in applyToView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java33 import com.android.systemui.statusbar.EmptyShadeView;
161 if (view instanceof EmptyShadeView && ambientState.isOnKeyguard()) { in updateAlphaState()
239 } else if (view instanceof EmptyShadeView) { in logView()
585 if (view instanceof EmptyShadeView) {
H A DNotificationStackScrollLayout.java98 import com.android.systemui.statusbar.EmptyShadeView;
271 protected EmptyShadeView mEmptyShadeView;
4538 public void setEmptyShadeView(EmptyShadeView emptyShadeView) { in setEmptyShadeView()
5379 EmptyShadeView oldView = mEmptyShadeView; in inflateEmptyShadeView()
5380 EmptyShadeView view = (EmptyShadeView) LayoutInflater.from(mContext).inflate( in inflateEmptyShadeView()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithmTest.kt12 import com.android.systemui.statusbar.EmptyShadeView
49 private val emptyShadeView = EmptyShadeView(context, /* attrs= */ null).apply {
H A DNotificationStackScrollLayoutTest.java76 import com.android.systemui.statusbar.EmptyShadeView;
123 @Mock private EmptyShadeView mEmptyShadeView;