OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PropertyValuesAnimatorSet
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/libs/hwui/
PropertyValuesAnimatorSet.cpp
17
#include "
PropertyValuesAnimatorSet
.h"
25
void
PropertyValuesAnimatorSet
::addPropertyAnimator(PropertyValuesHolder* propertyValuesHolder,
39
PropertyValuesAnimatorSet
::
PropertyValuesAnimatorSet
()
47
void
PropertyValuesAnimatorSet
::onFinished(BaseRenderNodeAnimator* animator) {
63
float
PropertyValuesAnimatorSet
::getValue(RenderNode* target) const {
67
void
PropertyValuesAnimatorSet
::setValue(RenderNode* target, float value) {
71
void
PropertyValuesAnimatorSet
::onPlayTimeChanged(nsecs_t playTime) {
87
void
PropertyValuesAnimatorSet
::start(AnimationListener* listener) {
94
void
PropertyValuesAnimatorSet
::reverse(AnimationListener* listener)
[
all
...]
PropertyValuesAnimatorSet.h
49
class ANDROID_API
PropertyValuesAnimatorSet
: public BaseRenderNodeAnimator {
52
PropertyValuesAnimatorSet
();
92
PropertyAnimatorSetListener(
PropertyValuesAnimatorSet
* set) : mSet(set) {}
96
PropertyValuesAnimatorSet
* mSet;
Android.mk
87
PropertyValuesAnimatorSet
.cpp \
/frameworks/base/core/jni/
android_graphics_drawable_AnimatedVectorDrawable.cpp
25
#include "
PropertyValuesAnimatorSet
.h"
88
PropertyValuesAnimatorSet
* set = reinterpret_cast<
PropertyValuesAnimatorSet
*>(animatorSetPtr);
96
PropertyValuesAnimatorSet
* animatorSet = new
PropertyValuesAnimatorSet
();
102
PropertyValuesAnimatorSet
* set = reinterpret_cast<
PropertyValuesAnimatorSet
*>(animatorPtr);
166
PropertyValuesAnimatorSet
* set = reinterpret_cast<
PropertyValuesAnimatorSet
*>(animatorSetPtr);
172
PropertyValuesAnimatorSet
* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr)
[
all
...]
android_view_ThreadedRenderer.cpp
48
#include <
PropertyValuesAnimatorSet
.h>
129
explicit FinishAndInvokeListener(
PropertyValuesAnimatorSet
* anim)
147
sp<
PropertyValuesAnimatorSet
> mAnimator;
361
void addVectorDrawableAnimator(
PropertyValuesAnimatorSet
* anim) {
369
std::set< sp<
PropertyValuesAnimatorSet
> > mPendingVectorDrawableAnimators;
370
std::set< sp<
PropertyValuesAnimatorSet
> > mRunningVDAnimators;
378
std::set< sp<
PropertyValuesAnimatorSet
> > mPausedVDAnimators;
379
void detachVectorDrawableAnimator(
PropertyValuesAnimatorSet
* anim) {
747
PropertyValuesAnimatorSet
* animator = reinterpret_cast<
PropertyValuesAnimatorSet
*>(animatorPtr)
[
all
...]
Completed in 542 milliseconds