Searched refs:yOffsets (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
H A DTaskGridLayoutAlgorithm.java71 int[] yOffsets; field in class:TaskGridLayoutAlgorithm.TaskGridRectInfo
78 yOffsets = new int[taskCount];
131 yOffsets[taskIndex] = mWindowRect.top +
205 int y = gridInfo.yOffsets[taskIndex];

Completed in 57 milliseconds