HomeSort by relevance Sort by last modified time
    Searched defs:AnimationThread (Results 1 - 4 of 4) sorted by null

  /development/samples/BrowserPlugin/jni/animation/
AnimationThread.cpp 25 #include "AnimationThread.h"
33 AnimationThread::AnimationThread(NPP npp) : RenderingThread(npp) {
57 AnimationThread::~AnimationThread() {
63 SkBitmap* AnimationThread::constructBitmap(int width, int height) {
86 bool AnimationThread::threadLoop() {
AnimationThread.h 34 class AnimationThread : public RenderingThread {
36 AnimationThread(NPP npp);
37 virtual ~AnimationThread();
  /frameworks/base/tools/layoutlib/bridge/src/android/animation/
AnimationThread.java 46 public abstract class AnimationThread extends Thread {
73 public AnimationThread(RenderSessionImpl scene, String threadName,
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 57 import android.animation.AnimationThread;
638 new AnimationThread(this, "insertChild", listener) {
752 new AnimationThread(this, "moveChild", listener) {
    [all...]

Completed in 57 milliseconds