ShadowPhoneWindowFor22
@Implements(className="com.android.internal.policy.PhoneWindow", isInAndroidSdk=false, minSdk=23, looseSignatures=true) public class ShadowPhoneWindow extends ShadowWindow
Modifier and Type | Field | Description |
---|---|---|
protected Window |
realWindow |
backgroundDrawable, title
Constructor | Description |
---|---|
ShadowPhoneWindow() |
Modifier and Type | Method | Description |
---|---|---|
protected int |
getOptionsPanelGravity() |
|
void |
setBackgroundDrawable(Drawable drawable) |
|
void |
setTitle(CharSequence title) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addOnFrameMetricsAvailableListener, create, getBackgroundDrawable, getFlag, getIndeterminateProgressBar, getProgressBar, getSoftInputMode, getTitle, removeOnFrameMetricsAvailableListener, reportOnFrameMetricsAvailable, reportOnFrameMetricsAvailable, setFlags, setSoftInputMode
@RealObject protected Window realWindow
@Implementation(minSdk=23) public void setTitle(CharSequence title)
@Implementation(minSdk=23) public void setBackgroundDrawable(Drawable drawable)
@Implementation protected int getOptionsPanelGravity()