Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DScrollCaptureViewSupport.java63 private final long mPostScrollDelayMillis; field in ScrollCaptureViewSupport
75 mPostScrollDelayMillis = Settings.Global.getLong(contentResolver, in ScrollCaptureViewSupport()
272 view.postOnAnimationDelayed(captureAction, mPostScrollDelayMillis); in onScrollCaptureImageRequest()