Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
DPageIndicatorDots.java308 RectF activeRect = getActiveRect(); in getOutline() local
310 (int) activeRect.left, in getOutline()
311 (int) activeRect.top, in getOutline()
312 (int) activeRect.right, in getOutline()
313 (int) activeRect.bottom, in getOutline()