Searched defs:LayerOrientationAnim (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/surfaceflinger/
H A DLayerOrientationAnim.cpp33 #include "LayerOrientationAnim.h"
41 const uint32_t LayerOrientationAnim::typeInfo = LayerBase::typeInfo | 0x80;
42 const char* const LayerOrientationAnim::typeID = "LayerOrientationAnim";
54 LayerOrientationAnim::LayerOrientationAnim( function in class:android::LayerOrientationAnim
68 LayerOrientationAnim::~LayerOrientationAnim()
78 bool LayerOrientationAnim::needsBlending() const
83 Point LayerOrientationAnim
[all...]
H A DLayerOrientationAnim.h45 class LayerOrientationAnim : public LayerOrientationAnimBase class in namespace:android
53 LayerOrientationAnim(SurfaceFlinger* flinger, DisplayID display,
57 virtual ~LayerOrientationAnim();

Completed in 65 milliseconds