Searched refs:kKeyPressUp (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayEvent.h26 kKeyPressUp, //i assume the order here is intended to match with skanimatorscript.cpp enumerator in enum:SkDisplayEvent::Kind
H A DSkDisplayEvent.cpp90 if (kind == SkDisplayEvent::kKeyPress || kind == SkDisplayEvent::kKeyPressUp) {
H A DSkAnimator.cpp138 bool result = fMaker->fEvents.doEvent(*fMaker, SkDisplayEvent::kKeyPressUp, &state);
/external/skia/src/animator/
H A DSkDisplayEvent.h26 kKeyPressUp, //i assume the order here is intended to match with skanimatorscript.cpp enumerator in enum:SkDisplayEvent::Kind
H A DSkDisplayEvent.cpp90 if (kind == SkDisplayEvent::kKeyPress || kind == SkDisplayEvent::kKeyPressUp) {
H A DSkAnimator.cpp138 bool result = fMaker->fEvents.doEvent(*fMaker, SkDisplayEvent::kKeyPressUp, &state);

Completed in 814 milliseconds