Searched refs:EmptyShadeView (Results 1 – 5 of 5) sorted by relevance
31 public class EmptyShadeView extends StackScrollerDecorView { class36 public EmptyShadeView(Context context, AttributeSet attrs) { in EmptyShadeView() method in EmptyShadeView84 if (view instanceof EmptyShadeView) { in applyToView()85 EmptyShadeView emptyShadeView = (EmptyShadeView) view; in applyToView()
7 import com.android.systemui.statusbar.EmptyShadeView63 val emptyShadeView = EmptyShadeView(context, /* attrs= */ null).apply {
55 import com.android.systemui.statusbar.EmptyShadeView;99 @Mock private EmptyShadeView mEmptyShadeView;
32 import com.android.systemui.statusbar.EmptyShadeView;470 if (view instanceof EmptyShadeView) { in updateChild()
84 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()