Home
last modified time | relevance | path

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

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwContentsClientCallbackHelper.java84 private long mLastPictureTime = 0; field in AwContentsClientCallbackHelper
135 mLastPictureTime = SystemClock.uptimeMillis(); in handleMessage()
185 long pictureTime = java.lang.Math.max(mLastPictureTime + ON_NEW_PICTURE_MIN_PERIOD_MILLIS, in postOnNewPicture()