HomeSort by relevance Sort by last modified time
    Searched full:actor (Results 101 - 125 of 162) sorted by null

1 2 3 45 6 7

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
LabelTest.java 27 import com.badlogic.gdx.scenes.scene2d.Actor;
40 Actor root;
StagePerformanceTest.java 26 import com.badlogic.gdx.scenes.scene2d.Actor;
84 Array<Actor> actors = root.getChildren();
  /external/opencv3/modules/viz/src/vtk/
vtkVizInteractorStyle.cpp 138 for (ac->InitTraversal(ait); vtkActor* actor = ac->GetNextActor(ait); )
139 for (actor->InitPathTraversal(); vtkAssemblyPath* path = actor->GetNextPath(); )
152 for (ac->InitTraversal(ait); vtkActor* actor = ac->GetNextActor(ait); )
153 for (actor->InitPathTraversal(); vtkAssemblyPath* path = actor->GetNextPath(); )
213 vtkProp3D * actor = vtkProp3D::SafeDownCast(it->second); local
214 if (actor && actor->GetUserMatrix())
239 // go to the next actor for the next key-press event
    [all...]
  /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/ui/
Window.java 25 import com.badlogic.gdx.scenes.scene2d.Actor;
265 public Actor hit (float x, float y, boolean touchable) {
266 Actor hit = super.hit(x, y, touchable);
272 Actor current = hit;
Touchpad.java 23 import com.badlogic.gdx.scenes.scene2d.Actor;
135 public Actor hit (float x, float y, boolean touchable) {
Image.java 33 * Only when using a {@link TextureRegionDrawable} will the actor's scale, rotation, and origin be used when drawing.
  /external/opencv3/modules/viz/src/
vizimpl.hpp 134 bool removeActorFromRenderer(vtkSmartPointer<vtkProp> actor);
  /docs/source.android.com/src/security/selinux/
validate.jd 88 <li><em>Actor</em> - The <code>scontext</code> (source context) entry represents the actor, in this case the<code> rmt_storage</code> daemon.
  /external/sfntly/cpp/src/test/autogenerated/
cmap_test_data.h 106 "data/fonts/actor/Actor-Regular.ttf",
  /external/libgdx/
CHANGES 103 - Added rotationChanged() for Actor class, called when rotation changes, see https://github.com/libgdx/libgdx/pull/3563
137 - Made possible to use any actor for tooltips.
153 - Fixed ActorGestureListener pan and zoom when the actor is rotated or scaled.
205 - API Change: Group#toString now returns actor hierarchy. Group#print is gone.
237 - API Change: Added concept of target actor, separate from the actor the action is added to. This allows an action to be added to one actor but affect another. This is useful to create a sequence of actions that affect many different actors. Previously this would require adding actions to each actor and using delays to get them to play in the correct order.
292 - API Change: Removed Actor#setCenterPosition, added setPosition(x,y,align).
294 - API Change: Stage#cancelTouchFocus(EventListener,Actor) changed to cancelTouchFocusExcept
    [all...]
  /frameworks/base/core/tests/coretests/res/values/
strings.xml 136 <string name="actor">Abe Lincoln</string>
  /external/libvorbis/doc/
05-comment.tex 117 The artist(s) who performed the work. In classical music this would be the conductor, orchestra, soloists. In an audio book it would be the actor who did the reading. In popular music this is typically the same as the ARTIST and is omitted.
v-comment.html 177 conductor, orchestra, soloists. In an audio book it would be the actor who did
  /external/valgrind/docs/internals/
segments-seginfos.txt 109 something else. Needless to say, ld-linux assumes that it is the only actor
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 82 * Helper class that encapsulates an "actor" which is owned by a specific
265 * Create an "actor" using the given parent {@link Context} and the specific
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14/
gradle-tooling-api-2.14-sources.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14.1/
gradle-tooling-api-2.14.1-sources.jar 
  /external/chromium-trace/catapult/third_party/Paste/docs/
url-parsing-with-wsgi.txt 69 (another actor, really). In the process we can actually retain some
  /external/tcpdump/
print-slow.c 198 { (SLOW_PROTO_LACP << 8) + LACP_TLV_ACTOR_INFO, "Actor Information"},
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
gradle-tooling-api-1.10-sources.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/
gradle-tooling-api-1.11-sources.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12-sources.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6-sources.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1-sources.jar 

Completed in 549 milliseconds

1 2 3 45 6 7