HomeSort by relevance Sort by last modified time
    Searched defs:refreshPeriodNano (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/ui/include/ui/
FrameStats.h 28 FrameStats() : refreshPeriodNano(0) {}
33 nsecs_t refreshPeriodNano;
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 680 jlong refreshPeriodNano = static_cast<jlong>(stats.refreshPeriodNano);
726 env->CallVoidMethod(outStats, gWindowContentFrameStatsClassInfo.init, refreshPeriodNano,
764 jlong refreshPeriodNano = static_cast<jlong>(stats.refreshPeriodNano);
784 env->CallVoidMethod(outStats, gWindowAnimationFrameStatsClassInfo.init, refreshPeriodNano,
    [all...]

Completed in 255 milliseconds