@Implements(className="com.android.internal.policy.PhoneWindow", isInAndroidSdk=false, minSdk=23) public class ShadowPhoneWindow extends ShadowWindow
Modifier and Type | Field and Description |
---|---|
protected android.view.Window |
realWindow |
backgroundDrawable, title
Constructor and Description |
---|
ShadowPhoneWindow() |
Modifier and Type | Method and Description |
---|---|
void |
setBackgroundDrawable(android.graphics.drawable.Drawable drawable) |
void |
setTitle(java.lang.CharSequence title) |
create, getBackgroundDrawable, getFlag, getIndeterminateProgressBar, getProgressBar, getSoftInputMode, getTitle, setFlags, setSoftInputMode
@RealObject protected android.view.Window realWindow
@Implementation(minSdk=23) public void setTitle(java.lang.CharSequence title)
@Implementation(minSdk=23) public void setBackgroundDrawable(android.graphics.drawable.Drawable drawable)