Searched refs:EmptyShadeView (Results 1 – 5 of 5) sorted by relevance
36 public class EmptyShadeView extends StackScrollerDecorView { class48 public EmptyShadeView(Context context, AttributeSet attrs) { in EmptyShadeView() method in EmptyShadeView145 if (view instanceof EmptyShadeView) { in applyToView()146 EmptyShadeView emptyShadeView = (EmptyShadeView) view; in applyToView()
33 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) {
98 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()
12 import com.android.systemui.statusbar.EmptyShadeView49 private val emptyShadeView = EmptyShadeView(context, /* attrs= */ null).apply {
76 import com.android.systemui.statusbar.EmptyShadeView;123 @Mock private EmptyShadeView mEmptyShadeView;