Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DEmptyShadeView.java36 public class EmptyShadeView extends StackScrollerDecorView { class
48 public EmptyShadeView(Context context, AttributeSet attrs) { in EmptyShadeView() method in EmptyShadeView
147 if (view instanceof EmptyShadeView) { in applyToView()
148 EmptyShadeView emptyShadeView = (EmptyShadeView) view; in applyToView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java33 import com.android.systemui.statusbar.EmptyShadeView;
180 if (view instanceof EmptyShadeView && ambientState.getExpansionFraction() == 0f) { in updateAlphaState()
186 if (view instanceof EmptyShadeView && ambientState.isOnKeyguard()) { in updateAlphaState()
280 } else if (view instanceof EmptyShadeView) { in debugLogView()
683 if (view instanceof EmptyShadeView) {
DNotificationStackScrollLayout.java96 import com.android.systemui.statusbar.EmptyShadeView;
280 protected EmptyShadeView mEmptyShadeView;
4586 public void setEmptyShadeView(EmptyShadeView emptyShadeView) { in setEmptyShadeView()
5449 EmptyShadeView oldView = mEmptyShadeView; in inflateEmptyShadeView()
5450 EmptyShadeView view = (EmptyShadeView) LayoutInflater.from(mContext).inflate( in inflateEmptyShadeView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt17 import com.android.systemui.statusbar.EmptyShadeView in <lambda>()
63 EmptyShadeView(context, /* attrs= */ null).apply { in <lambda>()
DNotificationStackScrollLayoutTest.java82 import com.android.systemui.statusbar.EmptyShadeView;
132 @Mock private EmptyShadeView mEmptyShadeView;