@Implements(className="com.android.internal.policy.impl.PhoneWindow", maxSdk=22, looseSignatures=true, isInAndroidSdk=false) public class ShadowPhoneWindowFor22 extends ShadowPhoneWindow
Shadow for the API 16-22 PhoneWindow.li
realWindowbackgroundDrawable, title| Constructor and Description |
|---|
ShadowPhoneWindowFor22() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getOptionsPanelGravity() |
void |
setBackgroundDrawable(Drawable drawable) |
void |
setTitle(CharSequence title) |
create, getBackgroundDrawable, getFlag, getIndeterminateProgressBar, getProgressBar, getSoftInputMode, getTitle, setFlags, setSoftInputMode@Implementation(maxSdk=22) public void setTitle(CharSequence title)
setTitle in class ShadowPhoneWindow@Implementation(maxSdk=22) public void setBackgroundDrawable(Drawable drawable)
setBackgroundDrawable in class ShadowPhoneWindow@Implementation(maxSdk=22) protected int getOptionsPanelGravity()
getOptionsPanelGravity in class ShadowPhoneWindow