public static interface Window.ReparentAction
Modifier and Type | Field and Description |
---|---|
static int |
ACTION_INVALID
No native reparenting valid
|
static int |
ACTION_NATIVE_CREATION
Native window creation after tree change - instead of reparenting.
|
static int |
ACTION_NATIVE_CREATION_PENDING
Change Window tree only, native creation is pending
|
static int |
ACTION_NATIVE_REPARENTING
Native reparenting incl.
|
static int |
ACTION_UNCHANGED
No native reparenting action required, no change
|
static final int ACTION_INVALID
static final int ACTION_UNCHANGED
static final int ACTION_NATIVE_REPARENTING
static final int ACTION_NATIVE_CREATION
static final int ACTION_NATIVE_CREATION_PENDING
Copyright 2010 JogAmp Community.