|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectActivity
android.support.wearable.activity.InsetActivity
public abstract class InsetActivity
Base class for wearable display shape aware activities
| Constructor Summary | |
|---|---|
InsetActivity()
|
|
| Method Summary | |
|---|---|
Rect |
getSystemInsets()
Get the system insets |
boolean |
isRound()
Get the shape of the screen |
protected void |
onCreate(Bundle state)
|
abstract void |
onReadyForContent()
Use this callback to set the content view |
void |
setContentView(int layoutResID)
|
void |
setContentView(View view)
|
void |
setContentView(View view,
LayoutParams params)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InsetActivity()
| Method Detail |
|---|
protected void onCreate(Bundle state)
public boolean isRound()
public Rect getSystemInsets()
public abstract void onReadyForContent()
public void setContentView(int layoutResID)
public void setContentView(View view)
public void setContentView(View view,
LayoutParams params)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||