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 EmptyShadeView147 if (view instanceof EmptyShadeView) { in applyToView()148 EmptyShadeView emptyShadeView = (EmptyShadeView) view; in applyToView()
33 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) {
96 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()
17 import com.android.systemui.statusbar.EmptyShadeView in <lambda>()63 EmptyShadeView(context, /* attrs= */ null).apply { in <lambda>()
82 import com.android.systemui.statusbar.EmptyShadeView;132 @Mock private EmptyShadeView mEmptyShadeView;