Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java387 public boolean isHitInParent(float x, float y, Point outOffset) { in isHitInParent() argument
393 if (outOffset != null) { in isHitInParent()
394 outOffset.set(sTempRect.left, sTempRect.top); in isHitInParent()