OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Actor
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/
layer2.py
150
class
Actor
(SWFBase):
160
class ActivityWorker(
Actor
):
205
class Decider(
Actor
):
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/
Actor.java
38
/** 2D scene graph node. An
actor
has a position, rectangular size, origin, scale, rotation, Z index, and color. The position
39
* corresponds to the unrotated, unscaled bottom left corner of the
actor
. The position is relative to the
actor
's parent. The
42
* An
actor
has a list of in progress {@link Action actions} that are applied to the
actor
(often over time). These are generally
43
* used to change the presentation of the
actor
(moving it, resizing it, etc). See {@link #act(float)}, {@link Action} and its
46
* An
actor
has two kinds of listeners associated with it: "capture" and regular. The listeners are notified of events the
actor
47
* or its children receive. The regular listeners are designed to allow an
actor
to respond to events that have been delivered.
48
* The capture listeners are designed to allow a parent or container
actor
to handle events before child actors. See {@link #fire}
783
Actor
actor
= this;
local
[
all
...]
Completed in 122 milliseconds