Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
DTaskGridLayoutAlgorithm.java129 int yIndex = taskLayoutIndex / tasksPerLine; in TaskGridRectInfo()
133 emptySpaceY / 2 + mPaddingTopBottom + (taskHeight + mPaddingTaskView) * yIndex; in TaskGridRectInfo()
/frameworks/base/libs/hwui/
DSkiaCanvasProxy.cpp442 const size_t yIndex = xIndex + 1; in onDrawTextBlob() local
443 pts[i].set(x + offset.x() + it.pos()[xIndex], y + offset.y() + it.pos()[yIndex]); in onDrawTextBlob()