Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/apps/default/src/
DRenderDirectView.cpp158 android::vec2 rightBottom = {0.5f, -0.5f}; in drawFrame() local
171 rightBottom = mRotationMat * rightBottom; in drawFrame()
202 std::swap(leftBottom.x, rightBottom.x); in drawFrame()
207 std::swap(rightTop.y, rightBottom.y); in drawFrame()
212 rightBottom.x + 0.5f, rightBottom.y + 0.5f}; in drawFrame()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java476 int[] rightBottom = {target.right, target.bottom};
478 dragLayer.getDescendantCoordRelativeToSelf(cellLayout, rightBottom);
480 target.set(leftTop[0], leftTop[1], rightBottom[0], rightBottom[1]);