@Implements(value=com.android.internal.policy.impl.PhoneWindow.class,
isInAndroidSdk=false)
public class ShadowPhoneWindow
extends ShadowWindow
PhoneWindow.| Constructor and Description |
|---|
ShadowPhoneWindow() |
| Modifier and Type | Method and Description |
|---|---|
android.graphics.drawable.Drawable |
getBackgroundDrawable() |
android.widget.ProgressBar |
getIndeterminateProgressBar() |
android.widget.ProgressBar |
getProgressBar() |
CharSequence |
getTitle() |
void |
setBackgroundDrawable(android.graphics.drawable.Drawable drawable) |
void |
setTitle(CharSequence title) |
create, getFlag, getSoftInputMode, setFlags, setSoftInputMode@Implementation public void setTitle(CharSequence title)
public CharSequence getTitle()
getTitle in class ShadowWindow@Implementation public void setBackgroundDrawable(android.graphics.drawable.Drawable drawable)
public android.graphics.drawable.Drawable getBackgroundDrawable()
getBackgroundDrawable in class ShadowWindowpublic android.widget.ProgressBar getProgressBar()
getProgressBar in class ShadowWindowpublic android.widget.ProgressBar getIndeterminateProgressBar()
getIndeterminateProgressBar in class ShadowWindowCopyright © 2015. All rights reserved.