Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/interfaces/common/src/android/platform/helpers/
DIGoogleFitHelper.java63 int steps, int distance); in addActivity() argument
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/media/
DMediaInstrumentation.java159 int distance = umoBound.bottom - footerBound.top; in ensureUMOFullyVisible() local
160 if (distance <= 0) { in ensureUMOFullyVisible()
163 distance += footerBound.height(); in ensureUMOFullyVisible()
166 Direction.DOWN, (float)distance / scrollable.getVisibleBounds().height(), 100); in ensureUMOFullyVisible()