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

  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 47 static uint32_t getMSecs() {
256 mStartTime = mPrevTime = getMSecs();
288 uint32_t now = getMSecs();
  /external/skia/include/animator/
SkAnimator.h 435 class and override the getMSecs method.
442 virtual SkMSec getMSecs() const = 0;
446 Optional; if not called, the system clock will be used by calling SkTime::GetMSecs instead.
  /external/skia/src/animator/
SkAnimateMaker.cpp 25 virtual SkMSec getMSecs() const {
26 return SkTime::GetMSecs();
205 return fTimeline->getMSecs();

Completed in 56 milliseconds