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

  /frameworks/base/services/core/java/com/android/server/display/
DisplayDeviceInfo.java 215 * that the refresh occurred at time N, it actually occurred at (N - appVsyncOffsetNanos).
217 public long appVsyncOffsetNanos;
326 || appVsyncOffsetNanos != other.appVsyncOffsetNanos
360 appVsyncOffsetNanos = other.appVsyncOffsetNanos;
388 sb.append(", appVsyncOff ").append(appVsyncOffsetNanos);
LogicalDisplay.java 275 mBaseDisplayInfo.appVsyncOffsetNanos = deviceInfo.appVsyncOffsetNanos;
LocalDisplayAdapter.java 384 mInfo.appVsyncOffsetNanos = phys.appVsyncOffsetNanos;
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/internal/
DisplayConfig.java 215 * that the refresh occurred at time N, it actually occurred at (N - appVsyncOffsetNanos).
217 public long appVsyncOffsetNanos;
305 appVsyncOffsetNanos = other.appVsyncOffsetNanos;
351 && appVsyncOffsetNanos == other.appVsyncOffsetNanos
394 appVsyncOffsetNanos = other.appVsyncOffsetNanos;
443 other.appVsyncOffsetNanos = appVsyncOffsetNanos;
    [all...]
  /frameworks/base/core/java/android/view/
DisplayInfo.java 222 * that the refresh occurred at time N, it actually occurred at (N - appVsyncOffsetNanos).
224 public long appVsyncOffsetNanos;
321 && appVsyncOffsetNanos == other.appVsyncOffsetNanos
365 appVsyncOffsetNanos = other.appVsyncOffsetNanos;
410 appVsyncOffsetNanos = source.readLong();
455 dest.writeLong(appVsyncOffsetNanos);
654 sb.append(appVsyncOffsetNanos);
SurfaceControl.java     [all...]
Display.java 911 return mDisplayInfo.appVsyncOffsetNanos;
    [all...]
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 63 jfieldID appVsyncOffsetNanos;
579 env->SetLongField(infoObj, gPhysicalDisplayInfoClassInfo.appVsyncOffsetNanos,
    [all...]

Completed in 176 milliseconds