FileDocCategorySizeDatePackage
EmptyShadeView.javaAPI DocAndroid 5.1 API1474Thu Mar 12 22:22:42 GMT 2015com.android.systemui.statusbar

EmptyShadeView

public class EmptyShadeView extends StackScrollerDecorView

Fields Summary
Constructors Summary
public EmptyShadeView(android.content.Context context, android.util.AttributeSet attrs)

        super(context, attrs);
    
Methods Summary
protected android.view.ViewfindContentView()

        return findViewById(R.id.no_notifications);
    
protected voidonConfigurationChanged(android.content.res.Configuration newConfig)

        super.onConfigurationChanged(newConfig);
        ((TextView) findViewById(R.id.no_notifications)).setText(R.string.empty_shade_text);