Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
DTaskGridLayoutAlgorithm.java128 int xIndex = taskLayoutIndex % tasksPerLine; in TaskGridRectInfo()
131 emptySpaceX / 2 + mPaddingLeftRight + (taskWidth + mPaddingTaskView) * xIndex; in TaskGridRectInfo()
/frameworks/base/libs/hwui/
DSkiaCanvasProxy.cpp441 const size_t xIndex = i*2; in onDrawTextBlob() local
442 const size_t yIndex = xIndex + 1; in onDrawTextBlob()
443 pts[i].set(x + offset.x() + it.pos()[xIndex], y + offset.y() + it.pos()[yIndex]); in onDrawTextBlob()