HomeSort by relevance Sort by last modified time
    Searched refs:kKeyPressUp (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/animator/
SkDisplayEvent.h 26 kKeyPressUp, //i assume the order here is intended to match with skanimatorscript.cpp
SkDisplayEvent.cpp 90 if (kind == SkDisplayEvent::kKeyPress || kind == SkDisplayEvent::kKeyPressUp) {
SkAnimator.cpp 138 bool result = fMaker->fEvents.doEvent(*fMaker, SkDisplayEvent::kKeyPressUp, &state);
  /external/skia/src/animator/
SkDisplayEvent.h 26 kKeyPressUp, //i assume the order here is intended to match with skanimatorscript.cpp
SkDisplayEvent.cpp 90 if (kind == SkDisplayEvent::kKeyPress || kind == SkDisplayEvent::kKeyPressUp) {
SkAnimator.cpp 138 bool result = fMaker->fEvents.doEvent(*fMaker, SkDisplayEvent::kKeyPressUp, &state);

Completed in 66 milliseconds