Searched defs:xOffsets (Results 1 - 1 of 1) sorted by path

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

Completed in 83 milliseconds