@Implements(className="com.android.internal.policy.impl.PhoneWindow", maxSdk=22) public class ShadowPhoneWindowFor22 extends ShadowPhoneWindow
realWindow
backgroundDrawable, title
Constructor and Description |
---|
ShadowPhoneWindowFor22() |
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
@Implementation(maxSdk=22) public void setTitle(java.lang.CharSequence title)
setTitle
in class ShadowPhoneWindow
@Implementation(maxSdk=22) public void setBackgroundDrawable(android.graphics.drawable.Drawable drawable)
setBackgroundDrawable
in class ShadowPhoneWindow