Home
last modified time | relevance | path

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

/packages/services/Car/evs/app/
DRenderTopView.cpp309 const android::vec3 topLeft(left, top, 0.0f); in renderCameraOntoGroundPlane() local
314 GLfloat vertsPos[] = { topLeft[X], topLeft[Y], topLeft[Z], in renderCameraOntoGroundPlane()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java980 final int[] topLeft = mTmpPoint; in visualizeDropLocation() local
981 cellToPoint(cellX, cellY, topLeft); in visualizeDropLocation()
983 int left = topLeft[0]; in visualizeDropLocation()
984 int top = topLeft[1]; in visualizeDropLocation()