ShadowPhoneWindow
@Implements(android.view.Window.class) public class ShadowWindow extends Object
Modifier and Type | Field | Description |
---|---|---|
protected Drawable |
backgroundDrawable |
|
protected CharSequence |
title |
Constructor | Description |
---|---|
ShadowWindow() |
Modifier and Type | Method | Description |
---|---|---|
static Window |
create(Context context) |
|
Drawable |
getBackgroundDrawable() |
|
boolean |
getFlag(int flag) |
|
ProgressBar |
getIndeterminateProgressBar() |
|
ProgressBar |
getProgressBar() |
|
int |
getSoftInputMode() |
|
CharSequence |
getTitle() |
|
protected void |
setFlags(int flags,
int mask) |
|
protected void |
setSoftInputMode(int softInputMode) |
protected CharSequence title
protected Drawable backgroundDrawable
@Implementation protected void setFlags(int flags, int mask)
@Implementation protected void setSoftInputMode(int softInputMode)
public boolean getFlag(int flag)
public CharSequence getTitle()
public int getSoftInputMode()
public Drawable getBackgroundDrawable()
public ProgressBar getProgressBar()
public ProgressBar getIndeterminateProgressBar()