Home
last modified time | relevance | path

Searched refs:kKeyPressUp (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/animator/
DSkDisplayEvent.h34 kKeyPressUp, //i assume the order here is intended to match with skanimatorscript.cpp enumerator
DSkDisplayEvent.cpp98 if (kind == SkDisplayEvent::kKeyPress || kind == SkDisplayEvent::kKeyPressUp) { in dumpEvent()
DSkAnimator.cpp144 bool result = fMaker->fEvents.doEvent(*fMaker, SkDisplayEvent::kKeyPressUp, &state); in doKeyUpEvent()