Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/
DSeekUtility.java33 private static final int SEEK_BOUNDS_BUFFER = 5; field in SeekUtility
118 int bottom = seekBounds.bottom - SEEK_BOUNDS_BUFFER; in seek()
119 int top = seekBounds.top + SEEK_BOUNDS_BUFFER; in seek()
123 int right = seekBounds.right - SEEK_BOUNDS_BUFFER; in seek()
124 int left = seekBounds.left + SEEK_BOUNDS_BUFFER; in seek()